diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-22 03:01:53 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-06-22 03:01:53 +0000 |
commit | e88f30567168865460108b1558f030b51080cbf3 (patch) | |
tree | 3e5f2ffdc8ebda0fd91b57e60a2589610abe22ee /DuetPkg/BootSector/bin | |
parent | 84dcd70d0ec1319282074dea010b26182bf7a895 (diff) | |
download | edk2-platforms-e88f30567168865460108b1558f030b51080cbf3.tar.xz |
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
Diffstat (limited to 'DuetPkg/BootSector/bin')
-rw-r--r-- | DuetPkg/BootSector/bin/Gpt.com | bin | 0 -> 512 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/Mbr.com | bin | 0 -> 512 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/Readme.txt | 8 | ||||
-rw-r--r-- | DuetPkg/BootSector/bin/St16_64.com | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/St32_64.com | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/Start.com | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/Start16.com | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/Start32.com | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/Start64.com | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/bootsect.com | bin | 0 -> 512 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/bs16.com | bin | 0 -> 512 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/bs32.com | bin | 0 -> 512 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/efi32.com | bin | 0 -> 139264 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/efi32.com2 | bin | 0 -> 4096 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/efi64.com | bin | 0 -> 139264 bytes | |||
-rw-r--r-- | DuetPkg/BootSector/bin/efi64.com2 | bin | 0 -> 4096 bytes |
16 files changed, 8 insertions, 0 deletions
diff --git a/DuetPkg/BootSector/bin/Gpt.com b/DuetPkg/BootSector/bin/Gpt.com Binary files differnew file mode 100644 index 0000000000..f055fd7428 --- /dev/null +++ b/DuetPkg/BootSector/bin/Gpt.com diff --git a/DuetPkg/BootSector/bin/Mbr.com b/DuetPkg/BootSector/bin/Mbr.com Binary files differnew file mode 100644 index 0000000000..ca292a0116 --- /dev/null +++ b/DuetPkg/BootSector/bin/Mbr.com diff --git a/DuetPkg/BootSector/bin/Readme.txt b/DuetPkg/BootSector/bin/Readme.txt new file mode 100644 index 0000000000..55dd8cd666 --- /dev/null +++ b/DuetPkg/BootSector/bin/Readme.txt @@ -0,0 +1,8 @@ +These binaries are used to make the bootable floppy or usb disk.
+The binaries of boot sector are built from DuetPkg\Bootsector\BootSector.inf at r8617 with following steps:
+1) enter edk2 workspace directory from command line windows.
+2) run "edksetup.bat"
+3) run "build -p DuetPkg/DuetPkg.dsc -a IA32 -m DuetPkg/BootSector/BootSector.inf"
+
+
+
diff --git a/DuetPkg/BootSector/bin/St16_64.com b/DuetPkg/BootSector/bin/St16_64.com Binary files differnew file mode 100644 index 0000000000..dbb4a9af7e --- /dev/null +++ b/DuetPkg/BootSector/bin/St16_64.com diff --git a/DuetPkg/BootSector/bin/St32_64.com b/DuetPkg/BootSector/bin/St32_64.com Binary files differnew file mode 100644 index 0000000000..68b6c76ea2 --- /dev/null +++ b/DuetPkg/BootSector/bin/St32_64.com diff --git a/DuetPkg/BootSector/bin/Start.com b/DuetPkg/BootSector/bin/Start.com Binary files differnew file mode 100644 index 0000000000..adc5a3d0cf --- /dev/null +++ b/DuetPkg/BootSector/bin/Start.com diff --git a/DuetPkg/BootSector/bin/Start16.com b/DuetPkg/BootSector/bin/Start16.com Binary files differnew file mode 100644 index 0000000000..34e5dca6db --- /dev/null +++ b/DuetPkg/BootSector/bin/Start16.com diff --git a/DuetPkg/BootSector/bin/Start32.com b/DuetPkg/BootSector/bin/Start32.com Binary files differnew file mode 100644 index 0000000000..47f2f5d435 --- /dev/null +++ b/DuetPkg/BootSector/bin/Start32.com diff --git a/DuetPkg/BootSector/bin/Start64.com b/DuetPkg/BootSector/bin/Start64.com Binary files differnew file mode 100644 index 0000000000..326e3fec3c --- /dev/null +++ b/DuetPkg/BootSector/bin/Start64.com diff --git a/DuetPkg/BootSector/bin/bootsect.com b/DuetPkg/BootSector/bin/bootsect.com Binary files differnew file mode 100644 index 0000000000..079978e79e --- /dev/null +++ b/DuetPkg/BootSector/bin/bootsect.com diff --git a/DuetPkg/BootSector/bin/bs16.com b/DuetPkg/BootSector/bin/bs16.com Binary files differnew file mode 100644 index 0000000000..be40ba817b --- /dev/null +++ b/DuetPkg/BootSector/bin/bs16.com diff --git a/DuetPkg/BootSector/bin/bs32.com b/DuetPkg/BootSector/bin/bs32.com Binary files differnew file mode 100644 index 0000000000..0255c82e89 --- /dev/null +++ b/DuetPkg/BootSector/bin/bs32.com diff --git a/DuetPkg/BootSector/bin/efi32.com b/DuetPkg/BootSector/bin/efi32.com Binary files differnew file mode 100644 index 0000000000..7c982e0ba7 --- /dev/null +++ b/DuetPkg/BootSector/bin/efi32.com diff --git a/DuetPkg/BootSector/bin/efi32.com2 b/DuetPkg/BootSector/bin/efi32.com2 Binary files differnew file mode 100644 index 0000000000..d4bae935cb --- /dev/null +++ b/DuetPkg/BootSector/bin/efi32.com2 diff --git a/DuetPkg/BootSector/bin/efi64.com b/DuetPkg/BootSector/bin/efi64.com Binary files differnew file mode 100644 index 0000000000..e534132384 --- /dev/null +++ b/DuetPkg/BootSector/bin/efi64.com diff --git a/DuetPkg/BootSector/bin/efi64.com2 b/DuetPkg/BootSector/bin/efi64.com2 Binary files differnew file mode 100644 index 0000000000..689f4ab4a3 --- /dev/null +++ b/DuetPkg/BootSector/bin/efi64.com2 |