]> git.proxmox.com Git - mirror_edk2.git/blame - ArmPlatformPkg/Documentation/ArmRealViewRTSMInstructions.txt
ArmPlatformPkg: Update the list of the BaseTools pending patches and the documentation
[mirror_edk2.git] / ArmPlatformPkg / Documentation / ArmRealViewRTSMInstructions.txt
CommitLineData
1d5d0ae9 1==============================================\r
2= ARM RealView Emulation Board Documentation =\r
3==============================================\r
4\r
5\r
6Howto build UEFI RealView EB for RealTime System Model\r
7------------------------------------------------------\r
8\r
597cb96f 9For Linux\r
10---------\r
11\r
121. Get EDK2 from Tianocore Subversion repository\r
13svn co https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2 edk2 --username guest\r
14 \r
152. Get FatPkg from EDK2 SVN repository: \r
16cd edk2\r
17svn co https://edk2-fatdriver2.svn.sourceforge.net/svnroot/edk2-fatdriver2/trunk/FatPkg FatPkg --username guest\r
18\r
193. Apply BaseTools patches (BaseTools-Pending-Patches.patch combines all the currently pending BaseTools patches)\r
20patch -p1 < ArmPlatformPkg/Documentation/patches/BaseTools-Pending-Patches.patch\r
21\r
22