From 59dba6cfcdc6c154e4d46c14c42e7b6f0b84c7b5 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 16 Aug 2023 21:34:21 +0100 Subject: merge coreboot/u-boot download logic to one script they are fundamentally the same, in an lbmk context. they are downloaded in the same way, and compiled in the same way! (Kconfig infrastructure, board-specific code, the way submodules are used in git, etc) ~200 sloc reduction in resources/scripts the audit begins Signed-off-by: Leah Rowe --- resources/coreboot/t400_4mb/board.cfg | 10 ---------- resources/coreboot/t400_4mb/target.cfg | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 resources/coreboot/t400_4mb/board.cfg create mode 100644 resources/coreboot/t400_4mb/target.cfg (limited to 'resources/coreboot/t400_4mb') diff --git a/resources/coreboot/t400_4mb/board.cfg b/resources/coreboot/t400_4mb/board.cfg deleted file mode 100644 index 537817d7..00000000 --- a/resources/coreboot/t400_4mb/board.cfg +++ /dev/null @@ -1,10 +0,0 @@ -cbtree="default" -romtype="4MiB ICH9 IFD NOR flash" -arch="x86_64" -payload_grub="y" -payload_grub_withseabios="y" -payload_seabios="y" -payload_memtest="y" -grub_scan_disk="ahci" -microcode_required="n" -blobs_required="n" diff --git a/resources/coreboot/t400_4mb/target.cfg b/resources/coreboot/t400_4mb/target.cfg new file mode 100644 index 00000000..4423dd1d --- /dev/null +++ b/resources/coreboot/t400_4mb/target.cfg @@ -0,0 +1,10 @@ +tree="default" +romtype="4MiB ICH9 IFD NOR flash" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" +microcode_required="n" +blobs_required="n" -- cgit v1.2.1