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/default/module.list | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/submodule/coreboot/default/module.list (limited to 'config/submodule/coreboot/default') diff --git a/config/submodule/coreboot/default/module.list b/config/submodule/coreboot/default/module.list new file mode 100644 index 00000000..66c90767 --- /dev/null +++ b/config/submodule/coreboot/default/module.list @@ -0,0 +1,6 @@ +3rdparty/arm-trusted-firmware +3rdparty/chromeec +3rdparty/intel-microcode +3rdparty/libgfxinit +3rdparty/libhwbase +3rdparty/vboot -- cgit v1.2.1