]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: Support building OVMF's ResetVector during the EDK II build
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 18 Aug 2014 23:03:53 +0000 (23:03 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2014 23:03:53 +0000 (23:03 +0000)
commit9b9fdbfa7059553f629a9adfe60e3e68971a4b46
tree5da91fba18fab12fd1110fede3f56dafa8915e3e
parenteee1d2ca9078742157c843562f1188eb96473322
OvmfPkg: Support building OVMF's ResetVector during the EDK II build

Using NASM we build OVMF's ResetVector as part of the EDK II build
process.

v2:
 * Use EDK II extension of .nasmb rather than .nasmbin

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15823 6f19259b-4bc3-4df7-8a09-765794883524
OvmfPkg/ResetVector/ResetVector.inf [new file with mode: 0644]
OvmfPkg/ResetVector/ResetVector.nasmb [new file with mode: 0644]