]> git.proxmox.com Git - mirror_edk2.git/commit - ArmPlatformPkg/Bds/BootOptionSupport.c
ArmPlatformPkg/Bds: Got rid of RequestBootType argument
authorRonald Cron <ronald.cron@arm.com>
Tue, 29 Jul 2014 14:15:15 +0000 (14:15 +0000)
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 29 Jul 2014 14:15:15 +0000 (14:15 +0000)
commit889ac6a8b7d632c7c2dc203bd20b722b9ee57719
treed3f26d5ace6b70f811af852bdb0a0b27827e581a
parentef0fa8e16bb50b04cd85cd0ef5ec8b16518fad0f
ArmPlatformPkg/Bds: Got rid of RequestBootType argument

Removed "RequestBootType" argument of the "*CreateDevicePathNode()" and
"*UpdateDevicePathNode()" functions. A boolean field "Request
BootType" has been added to the BDS_LOAD_OPTION_SUPPORT structure and
is used by the "BootMenuAddBootOption()" and "BootMenuUpdateBootOption()"
functions instead.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Reviewed-By: Olivier Martin <olivier.martin@arm.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15713 6f19259b-4bc3-4df7-8a09-765794883524
ArmPlatformPkg/Bds/BdsInternal.h
ArmPlatformPkg/Bds/BootMenu.c
ArmPlatformPkg/Bds/BootOptionSupport.c