edk2/OvmfPkg/Library/PlatformBootManagerCommonLib
Luigi Leonardi d147d384ac OvmfPkg/PlatformBootManagerCommonLib: Introduce OvmfFindLoadOption
OvmfFindLoadOption behaves like EfiBootManagerFindLoadOption, it searches for
an entry in the array: an entry is found if the two paths are equal.

This removes possible duplicates in the boot entries: two entries with
the same path and different attributes are not detected as equal by
EfiBootManagerFindLoadOption.
In this case, the old entry is deleted and replaced by the new one.

Signed-off-by: Luigi Leonardi <leonardi@redhat.com>
2025-03-05 19:43:06 +00:00
..
PlatformBootManagerCommonLib.c OvmfPkg/PlatformBootManagerCommonLib: Introduce OvmfFindLoadOption 2025-03-05 19:43:06 +00:00
PlatformBootManagerCommonLib.inf OvmfPkg: Introduce PlatformBootManagerCommonLib 2025-02-28 14:07:34 +00:00