diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-20 01:49:52 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-09-20 01:49:52 +0000 |
commit | d499fad0b0732c31d75a32b6d45a2d3597018087 (patch) | |
tree | bbd02407e7e9a4e127dbbcb285703cd36a252bc3 /UefiCpuPkg/ResetVector/Vtf0 | |
parent | f62f07ee2cf219786e52ef8be7c606749558d5dd (diff) | |
download | edk2-d499fad0b0732c31d75a32b6d45a2d3597018087.tar.gz edk2-d499fad0b0732c31d75a32b6d45a2d3597018087.tar.bz2 edk2-d499fad0b0732c31d75a32b6d45a2d3597018087.zip |
UefiCpuPkg VTF0: Rename README to ReadMe.txt, add nasm version
* Rename README to ReadMe.txt
* Document that nasm 2.03 or newer is required for building VTF0
Signed-off-by: ydong10
Reviewed-by: jljusten
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12384 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/ResetVector/Vtf0')
-rw-r--r-- | UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt (renamed from UefiCpuPkg/ResetVector/Vtf0/README) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/ResetVector/Vtf0/README b/UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt index 22fb0f08e6..e6e5b54243 100644 --- a/UefiCpuPkg/ResetVector/Vtf0/README +++ b/UefiCpuPkg/ResetVector/Vtf0/ReadMe.txt @@ -30,7 +30,7 @@ EBP/RBP - Pointer to the start of the Boot Firmware Volume Dependencies:
* Python 2.5~2.7
-* Nasm with x86-64 support
+* Nasm 2.03 or newer
To rebuild the VTF0 binaries:
1. Change to VTF0 source dir: UefiCpuPkg/ResetVector/Vtf0
|