summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2011-10-04Arm Packages: Fix builds for XCODE32 toolchainoliviermartin5-8/+23
2011-09-29ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in...oliviermartin1-38/+38
2011-09-27ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin3-12/+12
2011-09-27ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4oliviermartin1-0/+2
2011-09-27ARM Packages: Fixed Build failings/warnings/EDK2 coding conventionoliviermartin3-20/+23
2011-09-27ArmPlatformPkg: Add support for ARM RTSM Versatile Express A15x1 and A15x4oliviermartin4-0/+238
2011-09-27ArmPkg: Add ARM Architectural Timer supportoliviermartin15-1/+1468
2011-09-27ArmPkg/ArmLib: Update Arm11 portoliviermartin11-138/+640
2011-09-27ArmPkg/ArmLib: Clean ArmV7Liboliviermartin18-1596/+1390
2011-09-27ArmPlatformPkg: Replaced 'ArmPlatformTrustzoneSupported' by the fixed Pcd gAr...oliviermartin1-0/+2
2011-09-27ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initialization (2)oliviermartin8-0/+449
2011-09-27ArmPkg: Removed 'ArmV7/ArmV7MPCore*' filesoliviermartin6-301/+0
2011-09-27ArmPkg: Introduce ArmCpuLib to abstract ARM Cpu specific initializationoliviermartin1-3/+3
2011-09-22ArmPkg/ArmV7: Move the MMU specific macros into 'Chipset/ArmV7Mmu.holiviermartin1-0/+219
2011-09-22ArmPkg: Removed deprecated 'ArmMPCoreMailBoxLib'oliviermartin5-104/+0
2011-09-22ArmPkg: Create MpCoreInfo PPI and HOB to describe CPU Cores on a MPCore platformoliviermartin9-14/+299
2011-09-22ArmPlatformPkg: Introduce ArmPlatformGlobalVariableLiboliviermartin1-0/+3
2011-09-22ARM Packages: Rename PcdNormal* into Pcd* PCDsoliviermartin3-7/+7
2011-09-22ArmPlatformPkg: Changed memory model for the stacksoliviermartin2-1/+30
2011-09-22ArmPlatformPkg: Introduce Primary core macrosoliviermartin2-0/+13
2011-09-22ArmPkg: Renamed library 'PL390GicLib' into 'ArmGicLib'oliviermartin10-291/+254
2011-09-22ArmPkg/Application/LinuxLoader: Create a Linux Loader EFI applicationoliviermartin6-0/+692
2011-09-22ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate...oliviermartin4-147/+175
2011-09-22ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin4-92/+157
2011-09-22Arm Packages: Fixed coding style/Line endings to follow EDK2 coding conventionoliviermartin9-274/+112
2011-09-13ArmPkg/ArmDisassemblerLib: Comment out unused variableoliviermartin1-3/+3
2011-09-12ArmPkg/BdsLib: Add missing BdsLoadOption.c fileoliviermartin1-0/+264
2011-09-09ArmPkg/BdsLib: Fix MemMap Device Path node supportoliviermartin1-4/+8
2011-09-09ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin4-11/+108
2011-09-09ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin3-6/+27
2011-09-09ArmPkg/BdsLib: Move the Generic BDS_LOAD_OPTION structure from Armplatform/Pk...oliviermartin1-0/+19
2011-09-07ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCToliviermartin3-1/+112
2011-08-30ArmPlatformPkg: Fix ARM RealView EB and VE buildsoliviermartin1-2/+2
2011-08-22ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin1-2/+4
2011-08-19ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin1-2/+2
2011-08-18BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin1-0/+2
2011-08-18ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin1-4/+20
2011-08-18ArmPlatformPkg/Bds: Add Linux 'initrd' support to BDSoliviermartin4-4/+30
2011-08-18ArmPkg: Fix ARMGCC buildoliviermartin1-1/+1
2011-08-15ArmPkg/DebugAgentSymbolsOnlyLib: Fix the Firmware Base Address containing the...oliviermartin1-1/+1
2011-08-15ArmPkg/ArmDmaLib: Fix coherency issues in DmaLiboliviermartin1-32/+42
2011-08-15ArmPkg/DebugAgentSymbolsOnlyLib: Fixed switch() statement - missing 'break'oliviermartin1-0/+2
2011-08-15ArmPkg/PL390Gic: Fix RegisterInterruptSource() to be able to unregister an in...oliviermartin1-2/+8
2011-07-28ArmPkg: Fix ARM builds for XCode32oliviermartin3-110/+104
2011-07-19ArmPkg/SemiHostingSerialPortLib: Return number of written bytes in SerialPort...oliviermartin1-1/+1
2011-07-18ArmPkg/UncachedMemoryAllocationLib: Use gDS function to set memory attributesoliviermartin1-4/+3
2011-07-18ArmPkg/DebugAgentSymbolsOnlyLib: Add library to print loaded address of the S...oliviermartin2-0/+373
2011-07-06ArmPkg: Minor coding style changesoliviermartin5-30/+38
2011-07-06ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin3-311/+310
2011-07-04ArmPkg/BdsLib: Linux kernel supports either FDT or ATAGoliviermartin2-9/+16