test image, xxx.bin, so we can explore dxe removal

Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Ronald G. Minnich 2020-01-07 18:46:34 +00:00 committed by Ryan O'Leary
parent ef78c1fa77
commit 4fcefd53c3

View File

@ -3,6 +3,27 @@ default: build
build:
echo fetch, uroot, kernel, or image.bin
xxx.bin: imageinitramfs.bin
utk \
-xzPath /usr/bin/xz \
$< \
remove Iscsi.* \
remove Scsi.* \
remove Fat.* \
remove Ahci.* \
remove Partition.* \
remove Sata.* \
remove Disk.* \
remove Whea.* \
remove Ata.* \
remove Mouse.* \
remove .*Keyboard.* \
remove EbcDxe \
save $@
utk $@ table | guid2english | grep Free
echo -n need
stat -c %s kernel
dxeremove.bin: imageinitramfs.bin
utk \
-xzPath /usr/bin/xz \