summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/BdsLib
AgeCommit message (Expand)Author
2014-01-10ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin
2013-12-10ARM Packages: Removed 'inline' keywordOlivier Martin
2013-11-28ArmPkg/BdsLib: Fixed the alignment of the relocated Device TreeOlivier Martin
2013-07-24ArmPkg/BdsLib: AArch64 MPCore Linux 'spin-table' boot cache fixHarry Liebel
2013-07-18ArmPkg/BdsLib: Added Aarch64 support for booting LinuxHarry Liebel
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel
2013-06-27ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()Olivier Martin
2013-06-19ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specificOlivier Martin
2013-06-19ArmPkg/BdsLib: Update FDT CPU node formatOlivier Martin
2013-05-12ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin
2013-05-12ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function.oliviermartin
2013-05-12ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.oliviermartin
2013-04-14ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin
2013-04-14ArmPkg: Delete PCD value PcdArmLinuxKernelFixedOffset.oliviermartin
2013-04-14ArmPkg/BdsLib: Fix uInitrd detectionoliviermartin
2013-04-14ArmPkg/BdsLib: Do not create additional 'cpu' nodes if the 'cpus' node alread...oliviermartin
2013-04-14ArmPkg/BdsLib: Replace ARM magic value by a proper defined value.oliviermartin
2013-03-12ArmPkg/BdsLib: Fixed TFTP and PXE Bootoliviermartin
2013-03-12ArmPkg/BdsLib: Free the memory when Linux fails to startoliviermartin
2013-03-12ArmPkg/BdsLinuxFdt.c: Check that FDT blob is correctly loaded.oliviermartin
2013-03-12ArmPkg/BdsLib: Update 'cpu-release-addr' with the UEFI locations if the metho...oliviermartin
2013-03-12ArmPkg/BdsLib: Added support to declare Power State Coordination Interface (P...oliviermartin
2013-03-12ArmPkg/BdsLib: Passed reserved memory regions to the Device Treeoliviermartin
2013-03-12ArmPkg: Fixed unsigned type to be architecture independentoliviermartin
2013-03-12ArmPkg: Moved ARMv7 specific files to a 'Arm' subdirectoryoliviermartin
2013-03-12ARM Packages: Fixed coding style and typosoliviermartin
2013-03-12ArmPkg: Introduce GetGlobalEnvironmentVariable() function.oliviermartin
2013-01-25ArmPkg/BdsLib: Added TimerLib to INF fileoliviermartin
2013-01-25ARM Packages: Fixed line endingsoliviermartin
2012-09-28ArmPkg/BdsLib: Added FDT support for BdsLiboliviermartin
2012-09-27ARM Packages: Minor typo, mispellings and coding style changesoliviermartin
2012-07-04ArmPkg/BdsLib: Fixed cache cleaning in PreparePlatformHardware()oliviermartin
2012-07-04ArmPkg/BdsLib: Fixed ShutdownUefiBootServices() in case the first gBS->GetMem...oliviermartin
2012-02-24ArmPkg/BdsLib: Added support for using uInitrdoliviermartin
2012-02-24ArmPkg/BdsLib: Fixed LinuxImageSize if uImagei formatoliviermartin
2012-02-09ArmPkg/BdsLib: Fixed memory leakoliviermartin
2012-02-09ArmPkg/BdsLib: Fixed incorrect typecastingoliviermartin
2012-02-09ArmPkg/BdsLib: Load initrd next to the Linux kernel to allow to reduce the me...oliviermartin
2012-02-09ArmPkg/BdsLib: Added support to start uImageoliviermartin
2011-09-27ArmPkg/BdsLib: Fix incorrect pointer castingoliviermartin
2011-09-22ArmPkg/BdsLib: Move the code specific to the Atag preparation into a separate...oliviermartin
2011-09-22ArmPkg/BdsLib: Use two distinct functions to boot Linux either by Atag or Fdtoliviermartin
2011-09-12ArmPkg/BdsLib: Add missing BdsLoadOption.c fileoliviermartin
2011-09-09ArmPkg/BdsLib: Fix MemMap Device Path node supportoliviermartin
2011-09-09ArmPkg/BdsLib: Move some functions used to create/update BDS Boot Entry from ...oliviermartin
2011-09-09ArmPkg/BdsLib: Add support to pass argument to a loaded EFI applicationoliviermartin
2011-08-22ArmPkg/BdsLib: InitrdImageSize was not initialized when no initrd was oliviermartin
2011-08-19ArmPkg/BdsLib: Fixed parameters passed to AllocatePages()oliviermartin
2011-08-18BeagleBoardPkg: Use gArmTokenSpaceGuid.PcdSystemMemoryBase/Size to define Sys...oliviermartin
2011-08-18ArmPkg/BdsLib: Allocate memory with AnyPage type if it failed with the one in...oliviermartin