On 07/12/16 23:46, Jordan Justen wrote:
> Series Reviewed-by: Jordan Justen <jordan.l.jus...@intel.com>

Thank you. Commit range a78b518b6edd..2eb358986052.

Cheers
Laszlo

> On 2016-07-12 10:04:32, Laszlo Ersek wrote:
>> This is version 2 of
>> <http://thread.gmane.org/gmane.comp.bios.edk2.devel/14368>. Changes
>> relative to v1:
>>
>> - Patch #1 is new. It adds an FvNameGuid statement to each [FV] section
>>   in the OVMF FDF files. Ray advised us that FvNameGuid is the modern
>>   approach and that it improves stability of device paths. We should use
>>   it.
>>
>> - Patch #2 is extended to consider the new Fv(...) device path nodes
>>   too, now introduced by patch #1.
>>
>>   Patch #1 per se is not enough to drop or simplify patch #2: I'd like
>>   "new OVMF" to recognize and drop any stale FvFile(...) device paths,
>>   even those created by "old" (historical) OVMF binaries. I'd like the
>>   code to be robust in the face of (unexpected, but technically
>>   possible) FvNameGuid changes too.
>>
>> Public branch: <https://github.com/lersek/edk2/commits/stale_fvfile_v2>.
>>
>> Cc: Ard Biesheuvel <ard.biesheu...@linaro.org>
>> Cc: Gary Lin <g...@suse.com>
>> Cc: Jordan Justen <jordan.l.jus...@intel.com>
>> Cc: Ruiyu Ni <ruiyu...@intel.com>
>>
>> Thanks
>> Laszlo
>>
>> Laszlo Ersek (2):
>>   OvmfPkg: add a Name GUID to each Firmware Volume
>>   OvmfPkg/PlatformBootManagerLib: remove stale FvFile boot options
>>
>>  OvmfPkg/OvmfPkgIa32.fdf                                           |   4 +
>>  OvmfPkg/OvmfPkgIa32X64.fdf                                        |   4 +
>>  OvmfPkg/OvmfPkgX64.fdf                                            |   4 +
>>  OvmfPkg/Library/PlatformBootManagerLib/PlatformBootManagerLib.inf |   1 +
>>  OvmfPkg/Library/PlatformBootManagerLib/BdsPlatform.c              | 130 
>> ++++++++++++++++++++
>>  5 files changed, 143 insertions(+)
>>
>> -- 
>> 1.8.3.1
>>

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to