From fdb08143e4558039c6f060c594f035a53631b50f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 24 May 2024 19:08:57 +0100 Subject: coreboot: only download the necessary submodules whitelist what modules are downloaded, by adding module.list files in the corresponding directories under config/submodule/, per each coreboot tree. this is making use of functionality added in the previous commit. Signed-off-by: Leah Rowe --- config/submodule/coreboot/dell/module.list | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 config/submodule/coreboot/dell/module.list (limited to 'config/submodule/coreboot/dell') diff --git a/config/submodule/coreboot/dell/module.list b/config/submodule/coreboot/dell/module.list new file mode 100644 index 00000000..3d968b1a --- /dev/null +++ b/config/submodule/coreboot/dell/module.list @@ -0,0 +1,4 @@ +3rdparty/intel-microcode +3rdparty/libgfxinit +3rdparty/libhwbase +3rdparty/vboot -- cgit v1.2.1