]> git.proxmox.com Git - mirror_edk2.git/commit - DuetPkg/PostBuild.sh
This patch includes:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Jun 2009 03:01:53 +0000 (03:01 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 22 Jun 2009 03:01:53 +0000 (03:01 +0000)
commite88f30567168865460108b1558f030b51080cbf3
tree3e5f2ffdc8ebda0fd91b57e60a2589610abe22ee
parent84dcd70d0ec1319282074dea010b26182bf7a895
This patch includes:
1) Use the binaries of boot sector directly instead of building it. Because the code of boot sector will be modified rarely and it is native code.
2) Correct the shell binary file path which is changed by recently.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8620 6f19259b-4bc3-4df7-8a09-765794883524
21 files changed:
DuetPkg/BootSector/bin/Gpt.com [new file with mode: 0644]
DuetPkg/BootSector/bin/Mbr.com [new file with mode: 0644]
DuetPkg/BootSector/bin/Readme.txt [new file with mode: 0644]
DuetPkg/BootSector/bin/St16_64.com [new file with mode: 0644]
DuetPkg/BootSector/bin/St32_64.com [new file with mode: 0644]
DuetPkg/BootSector/bin/Start.com [new file with mode: 0644]
DuetPkg/BootSector/bin/Start16.com [new file with mode: 0644]
DuetPkg/BootSector/bin/Start32.com [new file with mode: 0644]
DuetPkg/BootSector/bin/Start64.com [new file with mode: 0644]
DuetPkg/BootSector/bin/bootsect.com [new file with mode: 0644]
DuetPkg/BootSector/bin/bs16.com [new file with mode: 0644]
DuetPkg/BootSector/bin/bs32.com [new file with mode: 0644]
DuetPkg/BootSector/bin/efi32.com [new file with mode: 0644]
DuetPkg/BootSector/bin/efi32.com2 [new file with mode: 0644]
DuetPkg/BootSector/bin/efi64.com [new file with mode: 0644]
DuetPkg/BootSector/bin/efi64.com2 [new file with mode: 0644]
DuetPkg/CreateBootDisk.bat
DuetPkg/CreateBootDisk.sh
DuetPkg/DuetPkg.dsc
DuetPkg/PostBuild.bat
DuetPkg/PostBuild.sh