File tree Expand file tree Collapse file tree 6 files changed +11
-0
lines changed
Expand file tree Collapse file tree 6 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 11BootShim /BootShim.bin
2+ BooterShim /* bin
3+ BooterShim /* .elf
24ImageResources /Leo /nbgen
35ImageResources /Leo /yangbin
46ImageResources /Leo /* .nbh
57ImageResources /Leo /os.nb
68ImageResources /Leo /LEOIMG.nbh
9+ ImageResources /Leo /BooterShim.bin
710ImageResources /Leo /* .bin
811ImageResources /Leo /* .img
912ImageResources /Schubert /* .bin
Original file line number Diff line number Diff line change @@ -45,6 +45,9 @@ function _clean() {
4545 if [ -d workspace/Build ]; then
4646 rm -r workspace/Build
4747 fi
48+ if [ -f BooterShim/BooterShim.bin ]; then
49+ rm BooterShim/BooterShim.bin
50+ fi
4851 done
4952}
5053
Original file line number Diff line number Diff line change 11#! /bin/bash
22if [ $1 == ' Leo' ]; then
33 cat BootShim/BootShim.bin workspace/Build/HtcLeo/DEBUG_GCC/FV/QSD8250_UEFI.fd >> ImageResources/Leo/bootpayload.bin
4+ mv BooterShim/BooterShim.bin ImageResources/Leo
45
56 mkbootimg --kernel ImageResources/Leo/bootpayload.bin --base 0x11800000 --kernel_offset 0x00008000 -o ImageResources/Leo/uefi.img
67
Original file line number Diff line number Diff line change @@ -3,3 +3,7 @@ cd BootShim
33make UEFI_BASE=0x2C000000 UEFI_SIZE=0x00100000
44rm BootShim.elf
55cd ..
6+ cd BooterShim
7+ make
8+ rm BooterShim.elf
9+ cd ..
You can’t perform that action at this time.
0 commit comments