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/git/revisions | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'resources/git') diff --git a/resources/git/revisions b/resources/git/revisions index 9d28c1e6..13063a4c 100644 --- a/resources/git/revisions +++ b/resources/git/revisions @@ -13,6 +13,13 @@ bkup_url: https://github.com/coreboot/coreboot.git } +{u-boot}{ + rev: HEAD + loc: u-boot/u-boot + url: https://source.denx.de/u-boot/u-boot.git + bkup_url: https://github.com/u-boot/u-boot.git +} + {grub}{ rev: 7a994c87f571ac99745645be0bdde9827297321a loc: grub -- cgit v1.2.1