summaryrefslogtreecommitdiff
path: root/ArmPkg
AgeCommit message (Expand)AuthorFilesLines
2013-05-12ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin2-13/+41
2013-05-12ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function.oliviermartin1-7/+12
2013-05-12ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.oliviermartin1-80/+131
2013-05-10ARM Packages: Replaced the macro GetCorePositionFromMpId() by the ArmPlatform...oliviermartin2-33/+0
2013-05-10ArmPlatformPkg/ArmPlatformLib: Added support for ArmPlatformIsPrimaryCore()oliviermartin9-26/+31
2013-04-14ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin3-8/+27
2013-04-14ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset.oliviermartin2-3/+0
2013-04-14ArmPkg/BdsLib: Fix uInitrd detectionoliviermartin1-1/+1
2013-04-14ArmPkg/BdsLib: Do not create additional 'cpu' nodes if the 'cpus' node alread...oliviermartin1-3/+11
2013-04-14ArmPkg/BdsLib: Replace ARM magic value by a proper defined value.oliviermartin2-2/+3
2013-04-14ArmPkg/PL390Gic: Do not try to clear spurious interrupts.oliviermartin1-6/+7
2013-04-14ArmPkg/SemihostFs: Make the driver more compliant with the UEFI specificationoliviermartin1-38/+114
2013-03-12ArmPkg/BdsLib: Fixed TFTP and PXE Bootoliviermartin2-13/+61
2013-03-12ArmPkg/BdsLib: Free the memory when Linux fails to startoliviermartin2-20/+59
2013-03-12ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded.oliviermartin1-12/+25
2013-03-12ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the metho...oliviermartin1-4/+7
2013-03-12ArmPkg/ArmLib: Functions to access ARM HYP Vector base address register.oliviermartin3-2/+35
2013-03-12ArmPkg/SemihostLib: Removed leading separator in FileName in SemihostFileOpen()oliviermartin1-0/+5
2013-03-12ArmPkg/SemihostFs: Added comment in FileRead()oliviermartin1-1/+2
2013-03-12ArmPkg/SemihostFs: Use Unicode to Ascii function for the conversionoliviermartin1-12/+3
2013-03-12ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin3-8/+78
2013-03-12ArmPkg/IndustryStandard: Added definition for some SMC IDsoliviermartin2-0/+211
2013-03-12ArmPkg/BdsLib: Passed reserved memory regions to the Device Treeoliviermartin1-0/+80
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin10-45/+48
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin26-38/+41
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin1-63/+63
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin5-33/+56
2013-03-06ArmPkg: Move ArmSmcLib from ArmPlatformLib to ArmPkgoliviermartin8-0/+324
2013-03-05ArmPkg/DebugPeCoffExtraActionLib: Checked the ImageContext->PdbPointer is not...oliviermartin1-13/+19
2013-01-28ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCColiviermartin3-1/+85
2013-01-25ArmPkg/ArmV7.h: Introduced ARM_ARCH_EXCEPTION_IRQoliviermartin2-3/+7
2013-01-25ArmPkg: Fixed ArmPkg.dsc RELEASE buildoliviermartin3-0/+5
2013-01-25ArmPlatformPkg/PrePi: Removed magic valuesoliviermartin1-1/+16
2013-01-25ArmPkg/ArmPkg.dsc: Fixed buildoliviermartin1-2/+1
2013-01-25ArmPkg/LinuxLoader: Fixed buildsoliviermartin3-3/+8
2013-01-25ArmPkg/BdsLib: Added TimerLib to INF fileoliviermartin1-1/+2
2013-01-25ArmPkg: Move Arm(Enable|Disable)Irq() functions from internal header to libra...oliviermartin2-25/+13
2013-01-25ArmPkg/SemiHosting: Recognise '.' directory as the root directory.oliviermartin1-2/+5
2013-01-25ARM Packages: Fixed line endingsoliviermartin108-12798/+12798
2012-09-28ArmPlatformPkg/ArmPlatformStackLib: Introduced helper library to initialize s...oliviermartin2-1/+52
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin7-13/+14
2012-09-28ArmPkg/BdsLib: Added FDT support for BdsLiboliviermartin10-53/+473
2012-09-28ArmPkg/DefaultExceptionHandlerLib: Added support to the BASE-type libraryoliviermartin7-83/+174
2012-09-28ArmPlatformPkg/Sec: Moved Exception Vector Table to ArmPkg/DebugAgentBaseLiboliviermartin4-5/+572
2012-09-27EmbeddedPkg: Added support to libfdtoliviermartin1-0/+1
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin7-47/+25
2012-09-26ArmPkg/include: Added macro ARM_VECTOR_TABLE_ALIGNMENToliviermartin1-0/+2
2012-08-31ArmPkg: Changed Uncached System Memory from EFI_MEMORY_UC to EFI_MEMORY_WColiviermartin2-3/+5
2012-08-02ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8oliviermartin1-0/+2
2012-07-12ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8oliviermartin2-1/+55