Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_bootable_bootloader_edk2
/
refs/heads/mainline
/
ArmPkg
/
ArmPkg.dsc
70119d2
ArmPkg: remove ARMv6 support code
by Ard Biesheuvel
· 9 years ago
8d13298
ArmPkg: split off ArmGicArchLib from ArmGicLib
by Ard Biesheuvel
· 9 years ago
23b01c8
ArmPkg/Application: Add new EFI application to boot Linux
by Ronald Cron
· 9 years ago
04f1a70
ArmPlatformPkg/ArmVExpressDxe: Load FDT into the EFI Configuration Table
by Ronald Cron
· 10 years ago
061568e
ArmPkg/BdsLib: Rework TFTP boot
by Ronald Cron
· 10 years ago
0b4d97a
ArmPlatformPkg/ArmJunoPkg: Move the watchdog generic driver to ArmPkg/Drivers
by Ronald Cron
· 10 years ago
4a8fa96
ArmPlatformPkg: The toolchain family name can be omitted if the options are common
by Olivier Martin
· 10 years ago
ca3026d
ArmPkg: Introduced ArmPsciResetSystemLib
by Ard Biesheuvel
· 10 years ago
58e92b3
ArmPkg: Add ArmHvcLib
by Ard Biesheuvel
· 10 years ago
4f6d34b
ArmPkg: Move TimerDxe and ArmArchTimerLib to new ArmGenericTimerCounterLib
by Ard Biesheuvel
· 10 years ago
bcf37cf
ArmPkg: add ArmGenericTimerCounterLib implementation using virtual timer
by Ard Biesheuvel
· 10 years ago
cece12d
ArmPkg: add ArmGenericTimerCounterLib implementation using physical timer
by Ard Biesheuvel
· 10 years ago
bd1d062
ARM Packages: Added support for GCC stack protector
by Olivier Martin olivier.martin
· 10 years ago
3402aac
ARM Packages: Removed trailing spaces
by Ronald Cron
· 10 years ago
ef0fa8e
ArmPkg: Remove BasePeCoffLib
by Harry Liebel
· 10 years ago
017baa1
ARM Packages: Renamed PL390Gic driver into ArmGic driver
by Olivier Martin
· 11 years ago
634bdd9
ArmPkg/BdsLib: Added Aarch64 support for booting Linux
by Harry Liebel
· 11 years ago
25402f5
ArmPkg: Added Aarch64 support
by Harry Liebel
· 11 years ago
166c01f
ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkg
by oliviermartin
· 12 years ago
3eef284
ArmPkg: Fixed ArmPkg.dsc RELEASE build
by oliviermartin
· 12 years ago
ddfae86
ArmPkg/ArmPkg.dsc: Fixed build
by oliviermartin
· 12 years ago
1e57a46
ARM Packages: Fixed line endings
by oliviermartin
· 12 years ago
fa4a706
EmbeddedPkg: Added support to libfdt
by oliviermartin
· 12 years ago
65acd8e
ArmPlatformPkg: Moved 'ArmTrustZoneLib' from ArmPkg/Library to ArmPlatformPkg/Drivers
by oliviermartin
· 13 years ago
d314d05
ArmPkg/ArmPkg.dsc: Add latest drivers to the DSC file to validate that they build
by oliviermartin
· 13 years ago
90d6a1b
ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization
by oliviermartin
· 13 years ago
1d2bbdb
ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'
by oliviermartin
· 13 years ago
8fc38a3
ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLib
by oliviermartin
· 13 years ago
55a0d64
ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'
by oliviermartin
· 13 years ago
11c20f4
Arm Packages: Fixed coding style/Line endings to follow EDK2 coding convention
by oliviermartin
· 13 years ago
5cc45b7
ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Drivers/
by oliviermartin
· 13 years ago
e7f7105
ArmPkg: Renamed PL354SmcSecLib into PL354SmcLib
by oliviermartin
· 14 years ago
ce73d60
EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkg
by oliviermartin
· 14 years ago
709497d
ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc builds
by oliviermartin
· 14 years ago
507ebc1
Fixes to get CodeSourcery GCC and RVCT 3.1 compiling.
by andrewfish
· 14 years ago
1bfda05
Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsUnixLib.h and fixed a lot of issues with Xcode building.
by andrewfish
· 14 years ago
81bc205
Clean up OMAP DMA lib and split into generic DMA lib based on PCI_IO DMA abstractions and make OMAP DMA lib about channel programming only.
by andrewfish
· 15 years ago
076c050
Set the default compilers arch flags for these packages
by andrewfish
· 15 years ago
4099cdc
Remove obsolete DebugSupport Driver
by andrewfish
· 15 years ago
d6ebcab
Update the copyright notice format
by hhtian
· 15 years ago
5dea9bd
Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation of the ARMv7 processor architecture.
by andrewfish
· 15 years ago
097bd46
Move ARM disassembler into a library.
by andrewfish
· 15 years ago
7e1ae73
Remove out of date comment and fix gcc warning.
by andrewfish
· 15 years ago
6f72e28
Added a library for the default exception handler and started to add a dissasembler. Cleaned up some issues with BlockIo in BeagleBoard and add some extra info on Ebl devices command to show if a blk device has a file system on it.
by andrewfish
· 15 years ago
62e797a
Fix GCC build bug and add a debug library to dump load and unload commands into the RVI debugger window.
by AJFISH
· 15 years ago
f659880
Added support for L2 (4K) page tables and made the CPU driver change cachability attributes on request. Also got the DebugUncache infrastructure working for the first time. Looks like it works for the simple case. Checking in so we can get more eyes looking at the code.
by AJFISH
· 15 years ago
965626c
Adding a Debug version of the UncachedMemoryAllocationLib that will make the PCI DMA address not match the CPU C address for a DMA buffer. The PCI DMA address will generate a page fault if accessed from the CPU. This should make it easy to debug EFI DMA code to make sure it is following the correct rules for which pointer to use.
by AJFISH
· 15 years ago
8bbf0f0
Fix some more headers. Add some missing library classes in .dec file and update .dsc to default to cortex ARM cpu type.
by AJFISH
· 15 years ago
2ef2b01
Adding support for BeagleBoard.
by AJFISH
· 15 years ago