mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3927 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c6d9c4d190
commit
5f568053f5
|
@ -38,6 +38,24 @@ EDK_0000: Compatible: owner
|
|||
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
|
||||
##########################################################################################
|
||||
|
||||
==========================================================================================
|
||||
EDK_3926: Compatible: jlin16
|
||||
|
||||
Class_BuildTool:
|
||||
1) Added support of Capsule generation from FDF file.
|
||||
|
||||
Code Change :
|
||||
1) BaseTools/Bin/Win32/build.exe
|
||||
2) BaseTools/Bin/Win32/GenFds.exe
|
||||
|
||||
Possible Impacts:
|
||||
1) To generate capsule, insert [Capsule] section after [FV] sections and specifying
|
||||
what FV will be put into capsule, For example:
|
||||
[Capsule.Fob]
|
||||
CAPSULE_GUID = 3B6686BD-0D76-4030-B70E-B5519E2FC5A0
|
||||
CAPSULE_FLAG = PersistAcrossReset
|
||||
FV = BiosUpdate
|
||||
|
||||
==========================================================================================
|
||||
EDK_3911: Compatible: jlin16
|
||||
|
||||
|
|
Loading…
Reference in New Issue