summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/BdsLib
AgeCommit message (Expand)AuthorFilesLines
2014-07-01ArmPkg/BdsLib: Prevent memory leak whith TFTPOlivier Martin1-1/+3
2014-05-19ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extensionOlivier Martin2-29/+73
2014-05-14ArmPkg/BdsLib/AArch64: Added more useful error messages when loading LinuxBrendan Jackman1-4/+4
2014-05-14ArmPkg/BdsLib: Fix allocating kernel buffer in TFTPBrendan Jackman1-8/+11
2014-05-08ArmPkg/BdsLib: Fix booting with partial pathsMark Salter1-27/+51
2014-05-08ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman1-1/+1
2014-05-08ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman1-1/+1
2014-04-02ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not existOlivier Martin1-2/+2
2014-02-24ArmPkg/BdsLib: Support ignoring EfiReservedMemoryType when updating the FDT.Garrett Kirkendall1-1/+2
2014-02-12ArmPkg/BdsLib: Removed unused MachineType argument (AArch64)Olivier Martin1-5/+2
2014-01-10ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin2-5/+5
2013-12-10ARM Packages: Removed 'inline' keywordOlivier Martin1-1/+1
2013-11-28ArmPkg/BdsLib: Fixed the alignment of the relocated Device TreeOlivier Martin1-1/+1
2013-07-24ArmPkg/BdsLib: AArch64 MPCore Linux 'spin-table' boot cache fixHarry Liebel1-3/+2
2013-07-18ArmPkg/BdsLib: Added Aarch64 support for booting LinuxHarry Liebel3-0/+422
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel1-1/+1
2013-06-27ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()Olivier Martin1-6/+15
2013-06-19ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specificOlivier Martin1-1/+3
2013-06-19ArmPkg/BdsLib: Update FDT CPU node formatOlivier Martin1-3/+4
2013-05-12ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin1-13/+40
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-04-14ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin2-2/+16
2013-04-14ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset.oliviermartin1-1/+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.oliviermartin1-2/+1
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/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin2-8/+75
2013-03-12ArmPkg/BdsLib: Passed reserved memory regions to the Device Treeoliviermartin1-0/+80
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin2-2/+2
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin3-3/+4
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin1-63/+63
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin3-16/+30
2013-01-25ArmPkg/BdsLib: Added TimerLib to INF fileoliviermartin1-1/+2
2013-01-25ARM Packages: Fixed line endingsoliviermartin9-2445/+2445
2012-09-28ArmPkg/BdsLib: Added FDT support for BdsLiboliviermartin9-53/+468
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin1-2/+3
2012-07-04ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware()oliviermartin1-2/+2
2012-07-04ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMem...oliviermartin1-9/+11
2012-02-24ArmPkg/BdsLib: Added support for using uInitrdoliviermartin1-0/+14
2012-02-24ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei formatoliviermartin1-0/+1
2012-02-09ArmPkg/BdsLib: Fixed memory leakoliviermartin1-2/+8
2012-02-09ArmPkg/BdsLib: Fixed incorrect typecastingoliviermartin1-2/+2
2012-02-09ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the me...oliviermartin1-2/+11
2012-02-09ArmPkg/BdsLib: Added support to start uImageoliviermartin2-3/+11
2011-09-27ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin3-12/+12