summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Include
Commit message (Expand)AuthorAgeFilesLines
* ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2011-08-182-1/+3
* ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin2011-07-014-503/+0
* ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin2011-06-151-1/+37
* ArmPkg/BdsLib: Upgrade the library to use natively the Device Patholiviermartin2011-06-112-17/+82
* ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin2011-06-111-0/+57
* ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin2011-06-111-16/+16
* ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin2011-06-031-0/+13
* ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin2011-06-031-1/+13
* ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-031-34/+296
* ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin2011-06-032-62/+79
* EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin2011-06-031-114/+0
* ArmPkg/MmcDxe: Introduce MMC_CMD_NO_CRC_RESPONSE flagoliviermartin2011-04-261-5/+7
* ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc buildsoliviermartin2011-03-311-0/+21
* ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin2011-03-311-4/+6
* ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK maskoliviermartin2011-03-311-2/+2
* ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin2011-03-311-0/+30
* Fix issue with fixing tabs.andrewfish2011-02-023-42/+42
* Remove tabs from all text files in the package.andrewfish2011-02-023-42/+42
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-0210-47/+828
* Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish2010-05-181-59/+0
* Update the copyright notice formathhtian2010-04-2912-23/+30
* Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish2010-04-131-1/+3
* Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish2010-03-051-0/+17
* Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish2010-02-241-1/+19
* Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish2010-02-181-3/+3
* Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish2010-02-051-0/+2
* Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish2010-02-011-0/+2
* Move ARM disassembler into a library.andrewfish2010-02-011-0/+39
* Added a library for the default exception handler and started to add a dissas...andrewfish2010-01-272-0/+37
* Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2010-01-142-2/+3
* Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2010-01-122-0/+72
* Adding support for BeagleBoard. AJFISH2009-12-069-0/+1714