]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Bds/BootOption.c
ArmPlatformPkg/Bds: Upgrade the BDS to be more conformed to the UEFI Specification
authoroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 11 Jun 2011 11:58:23 +0000 (11:58 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Sat, 11 Jun 2011 11:58:23 +0000 (11:58 +0000)
commitea46ebbe6a5a579ff341071a13ae625e15edae64
tree81c578dd645ee737ad63614288fb43d67613ceb8
parenta355a3654f0af22db9f68d988dbb4c72b835f414
ArmPlatformPkg/Bds: Upgrade the BDS to be more conformed to the UEFI Specification

The UEFI Specification defines some requirement related to the Boot Manager.
This new version of the BDS support most of the features:
- TimeOut, BootNext, BootOrder, Boot### environment variable for boot device selection
- ConOut. ConIn, ConErr environment variables for console intialization
- Boot EFI application defined by a Device Path
- Support removable devices
- Support FileSystem, MemMap, PXE and TFTP boot devices

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11800 6f19259b-4bc3-4df7-8a09-765794883524
12 files changed:
ArmPlatformPkg/ArmPlatformPkg.dec
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A8.dsc
ArmPlatformPkg/ArmRealViewEbPkg/ArmRealViewEb-RTSM-A9x2.dsc
ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-CTA9x4.dsc
ArmPlatformPkg/Bds/Bds.c [new file with mode: 0644]
ArmPlatformPkg/Bds/Bds.inf
ArmPlatformPkg/Bds/BdsEntry.c [deleted file]
ArmPlatformPkg/Bds/BdsHelper.c [new file with mode: 0644]
ArmPlatformPkg/Bds/BdsInternal.h [new file with mode: 0644]
ArmPlatformPkg/Bds/BootMenu.c [new file with mode: 0644]
ArmPlatformPkg/Bds/BootOption.c [new file with mode: 0644]
ArmPlatformPkg/Bds/BootOptionSupport.c [new file with mode: 0644]