]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
OvmfPkg, ArmVirtPkg: clean up SetBootOrderFromQemu() parameter list
authorLaszlo Ersek <lersek@redhat.com>
Tue, 17 May 2016 17:22:17 +0000 (19:22 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Wed, 25 May 2016 10:25:19 +0000 (12:25 +0200)
commit2542feea2ecd4dc73ee54cb32c875839413eed05
treeed12b43002c187a06563243ef5c9b2cce46df2ca
parent35d3e9c5222304b2015566955a6c427016368793
OvmfPkg, ArmVirtPkg: clean up SetBootOrderFromQemu() parameter list

With OvmfPkg's original QemuBootOrderLib (and USE_OLD_BDS) gone, we no
longer need the BootOptionList parameter in the SetBootOrderFromQemu()
prototype. Update the library class header file (including the function's
documentation), and adapt the library instance and the call sites.

Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Gary Ching-Pang Lin <glin@suse.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
ArmVirtPkg/Library/PlatformBootManagerLib/PlatformBm.c
OvmfPkg/Include/Library/QemuBootOrderLib.h
OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c
OvmfPkg/Library/QemuNewBootOrderLib/QemuBootOrderLib.c