summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/BdsLib
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: remove BdsLib and remaining ARM BDS related PCDsArd Biesheuvel2017-11-266-2299/+0
* ArmPkg: Move IS_DEVICE_PATH_NODE for sharingJun Nie2017-08-011-3/+0
* ArmPkg/BdsLib: eliminate calls to deprecated string functionsArd Biesheuvel2016-10-281-3/+5
* ArmPkg/BdsLib: Send RemainingDevicePath to PXE Load File protocolHeyi Guo2015-12-071-2/+2
* ArmPkg/BdsLib: drop bogus gArmGlobalVariableGuid dependencyArd Biesheuvel2015-11-271-1/+0
* ArmPkg/BdsLib: Increase fallback tftp buffer sizeAshutosh Singh2015-11-091-2/+2
* ArmPkg/BdsLib: Remove Linux loader from BdsLibOlivier Martin2015-07-149-1865/+1
* ArmPkg/BdsLib: Replaced BdsLoadApplication() by LocateEfiApplicationInFv()Olivier Martin2015-07-141-87/+196
* ArmPkg/BdsLib: Fixed TFTP when there are directories in the nameOlivier Martin2015-05-291-13/+7
* ArmPkg/BdsLib: Fixed line endingOlivier Martin2015-05-131-1/+1
* ArmPkg: update BdsLib to updated definition of EFI_LOAD_OPTIONArd Biesheuvel2015-05-111-10/+12
* ArmPkg: fix pointer indirection bug in BdsFirmwareVolumeLoadImage()Ard Biesheuvel2015-05-071-1/+1
* ArmPkg/BdsLib: Exposed ShutdownUefiBootServices() in the BdsLib interfaceOlivier Martin2015-05-051-5/+0
* ArmPlatformPkg/Bds: Remove any use of the "Fdt" UEFI variableRonald Cron2015-02-263-48/+63
* ArmPkg/BdsLib: Added support to change the given DevicePath of a Boot EntryOlivier Martin2015-02-252-26/+51
* ArmPkg/BdsLib: Close file after reading an ImageRonald Cron2015-01-061-16/+32
* ArmPkg/BdsLib: Fix DHCP4 configurationRonald Cron2015-01-061-17/+39
* ArmPkg/BdsLib: Update the size of the Device Tree before booting LinuxOlivier Martin2014-12-121-0/+3
* ArmPkg/BdsLib: Rework TFTP bootRonald Cron2014-12-123-131/+485
* ArmPkg,ArmPlatformPkg: Allow dynamic PCDs for memory base and sizeArd Biesheuvel2014-09-091-1/+2
* ArmPkg: allow dynamic GIC base addressesArd Biesheuvel2014-09-091-1/+2
* ArmPkg/BdsLib/Arm: Check Linux image and parameters are not overlappingOlivier Martin2014-09-011-2/+8
* ArmPkg/BdsLib/Arm: Clean Data cache before disabling itOlivier Martin2014-09-011-3/+5
* ArmPkg/BdsLib: Prevent a hang in BdsConnectDevicePath() when a sub-device pat...Olivier Martin2014-08-193-9/+22
* ARM Packages: Removed trailing spacesRonald Cron2014-08-196-46/+46
* ARM Packages: Corrected non-DOS line endingsRonald Cron2014-08-191-49/+49
* ArmPkg/BdsLib: Removed PSCI discoverability from the Linux loaderOlivier Martin2014-07-153-101/+22
* ArmPkg/BdsLib: Prevent memory leak whith TFTPOlivier Martin2014-07-011-1/+3
* ArmPkg/BdsLib: Added support for TFTP servers without 'tsize' extensionOlivier Martin2014-05-192-29/+73
* ArmPkg/BdsLib/AArch64: Added more useful error messages when loading LinuxBrendan Jackman2014-05-141-4/+4
* ArmPkg/BdsLib: Fix allocating kernel buffer in TFTPBrendan Jackman2014-05-141-8/+11
* ArmPkg/BdsLib: Fix booting with partial pathsMark Salter2014-05-081-27/+51
* ARM Packages: use GCC_ASM_EXPORT to export functionsBrendan Jackman2014-05-081-1/+1
* ARM Packages: Remove GCC filter for AARCH64 assembly filesBrendan Jackman2014-05-081-1/+1
* ArmPkg: Fixed GetEnvironmentVariable() when the UEFI Variable did not existOlivier Martin2014-04-021-2/+2
* ArmPkg/BdsLib: Support ignoring EfiReservedMemoryType when updating the FDT.Garrett Kirkendall2014-02-241-1/+2
* ArmPkg/BdsLib: Removed unused MachineType argument (AArch64)Olivier Martin2014-02-121-5/+2
* ArmPkg/ArmPkg.dec: Redefined PcdSystemMemory(Base|Size) as UINT64Olivier Martin2014-01-102-5/+5
* ARM Packages: Removed 'inline' keywordOlivier Martin2013-12-101-1/+1
* ArmPkg/BdsLib: Fixed the alignment of the relocated Device TreeOlivier Martin2013-11-281-1/+1
* ArmPkg/BdsLib: AArch64 MPCore Linux 'spin-table' boot cache fixHarry Liebel2013-07-241-3/+2
* ArmPkg/BdsLib: Added Aarch64 support for booting LinuxHarry Liebel2013-07-183-0/+422
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-181-1/+1
* ArmPkg/BdsLib: Fixed manipulation of the Memory Map returned by GetMemoryMap()Olivier Martin2013-06-271-6/+15
* ArmPkg: Moved PcdArmLinuxAtagMaxOffset to be ARM specificOlivier Martin2013-06-191-1/+3
* ArmPkg/BdsLib: Update FDT CPU node formatOlivier Martin2013-06-191-3/+4
* ArmPkg/BdsLinuxFdt.c: Fix creation of 'cpu' and 'psci' device tree nodes.oliviermartin2013-05-121-13/+40
* ArmPkg/BdsLinuxFdt.c: Introduce cpu_to_fdtn() function.oliviermartin2013-05-121-7/+12
* ArmPkg/BdsLinuxFdt.c: Split PrepareFdt() into several functions.oliviermartin2013-05-121-80/+131
* ArmPkg/BdsLib: Added support for FDT alignment through PcdArmLinuxFdtAlignmentoliviermartin2013-04-142-2/+16