summaryrefslogtreecommitdiff
path: root/ArmPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2011-09-22ArmPkg/ArmV7: Move the MMU specific macros into 'Chipset/ArmV7Mmu.holiviermartin1-0/+219
2011-09-22ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin1-22/+0
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin2-0/+124
2011-09-22ArmPlatformPkg: Changed memory model for the stacksoliviermartin2-1/+30
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin1-0/+8
2011-09-22ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin2-120/+126
2011-09-22ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin1-1/+19
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin2-211/+27
2011-09-09ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin1-0/+38
2011-09-09ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin1-2/+6
2011-09-09ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pk...oliviermartin1-0/+19
2011-08-18ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin2-1/+3
2011-07-01ArmPkg: Move ARM Platform drivers from ArmPkg/Drivers/ to ArmPlatformPkg/Driv...oliviermartin4-503/+0
2011-06-15ArmPlatformPkg/Bds: Fix various bugs in the new BDSoliviermartin1-1/+37
2011-06-11ArmPkg/BdsLib: Upgrade the library to use natively the Device Patholiviermartin2-17/+82
2011-06-11ArmPkg/PL35xSmc: Split the SMC initialization in multiple Chip Select initial...oliviermartin1-0/+57
2011-06-11ArmPkg: Fix coding style to follow EDK2 coding conventionoliviermartin1-16/+16
2011-06-03ArmPkg: Implement PeiServicesTablePointerLib using TPIDRURW registeroliviermartin1-0/+13
2011-06-03ArmPkg: Introduce ArmSetLowVectors/ArmSetHighVectors functionsoliviermartin1-1/+13
2011-06-03ArmPkg/PL34xDmc: Remove magic values in PL310L2Cache and clean the codeoliviermartin1-34/+296
2011-06-03ArmPkg/PL310L2Cache: Remove magic values in PL310L2Cache and clean the codeoliviermartin2-62/+79
2011-06-03EmbeddedPkg: Move Universal/MmcDxe from ArmPkg to EmbeddedPkgoliviermartin1-114/+0
2011-04-26ArmPkg/MmcDxe: Introduce MMC_CMD_NO_CRC_RESPONSE flagoliviermartin1-5/+7
2011-03-31ArmPkg: Fix ArmPkg.dsc and ArmVExpress-CTA9x4.dsc buildsoliviermartin1-0/+21
2011-03-31ArmPkg/ArmLib: Define the macro IS_ARM_MEMORY_REGION_ATTRIBUTES_SECURE()oliviermartin1-4/+6
2011-03-31ArmPkg/ArmV7: Fix TT_DESCRIPTOR_LARGEPAGE_CACHE_POLICY_MASK maskoliviermartin1-2/+2
2011-03-31ArmPkg/Mmu: Support page size granularity in the initial MMU settingoliviermartin1-0/+30
2011-02-02Fix issue with fixing tabs.andrewfish3-42/+42
2011-02-02Remove tabs from all text files in the package.andrewfish3-42/+42
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish10-47/+828
2010-05-18Remove DebugSupport driver for ARM and DebugSupportProtocol. In edk2 you can ...andrewfish1-59/+0
2010-04-29Update the copyright notice formathhtian12-23/+30
2010-04-13Cleanup MMU code to do book required sync. Update exception handler to clear ...andrewfish1-1/+3
2010-03-05Added FIQ interrupt primatives. Update exception handler to disable/reenable ...andrewfish1-0/+17
2010-02-24Updated Hardware Interrupt protocol to add an EOI member. Added ARM Data/Inst...andrewfish1-1/+19
2010-02-18Change Cortex-A8 references to ARMv7. Cortex-A8 is a branded implementation o...andrewfish1-3/+3
2010-02-05Update input of disasmembler to support IfThen construct. Add prototype dos s...andrewfish1-0/+2
2010-02-01Move ARM disassembler into a library and out of the exception handler. Add a ...andrewfish1-0/+2
2010-02-01Move ARM disassembler into a library.andrewfish1-0/+39
2010-01-27Added a library for the default exception handler and started to add a dissas...andrewfish2-0/+37
2010-01-14Added support for L2 (4K) page tables and made the CPU driver change cachabil...AJFISH2-2/+3
2010-01-12Updating ArmLib.h to add functions needed to turn on paging in CpuDxe. Also a...AJFISH2-0/+72
2009-12-06Adding support for BeagleBoard. AJFISH9-0/+1714