From ac1374a0a77d3ec79c960f4f095a7142f9296572 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 3 Feb 2021 13:05:52 -0800 Subject: [PATCH] aopentitanpilot/dresden: replace Shell RE with shell GUID some BIOSes stupidly to not add a USER INTERFACE to the Shell; use the GUID instead. Signed-off-by: Ronald G. Minnich --- mainboards/opentitanpilot/dresden/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mainboards/opentitanpilot/dresden/Makefile b/mainboards/opentitanpilot/dresden/Makefile index d615adf..0daaad3 100644 --- a/mainboards/opentitanpilot/dresden/Makefile +++ b/mainboards/opentitanpilot/dresden/Makefile @@ -54,16 +54,15 @@ flashpxeboot.bin: dxeremove.bin flashkernel flashinitramfs.cpio.lzma utk \ -xzPath /usr/bin/xz \ $< \ - replace_pe32 De.*BdsDxe flashkernel \ + replace_pe32 7C04A583-9E3E-4F1C-AD65-E05268D0B4D1 flashkernel \ save $@ -cpu.bin: edk2.bin cpuflashkernel cpu.cpio.lzma +cpu.bin: dxeremove.bin cpukernel utk \ -xzPath /usr/bin/xz \ $< \ - replace_pe32 Shell cpuflashkernel \ + replace_pe32 7C04A583-9E3E-4F1C-AD65-E05268D0B4D1 cpukernel \ save $@ - NOT GOING dd if=cpu.cpio.lzma of=$@ bs=4096 seek=360 conv=notrunc edk2.bin: dxeremove.bin echo Note, this inserts the edk2 bds and shell