diff options
author | Leah Rowe <leah@libreboot.org> | 2024-11-07 00:26:20 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-11-07 00:26:59 +0000 |
commit | 2deab8572db934dd808d3130199985803ebb9195 (patch) | |
tree | bb720672d1dbe006defd285c51fcfe44b9c409c1 /config/submodule/coreboot/next | |
parent | 9abddb82b9228be738382ddc178a9562926404b3 (diff) |
also bring the coreboot/next modules in line with
the recent merge that did away with coreboot/dell7
the submodules for coreboot/haswell were still there,
and have now been deleted; the haswell tree was used
for the NRI patches, which were moved to /default some
time ago
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/submodule/coreboot/next')
-rw-r--r-- | config/submodule/coreboot/next/fsp/module.cfg | 3 | ||||
-rw-r--r-- | config/submodule/coreboot/next/intel-microcode/module.cfg | 2 | ||||
-rw-r--r-- | config/submodule/coreboot/next/module.list | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/config/submodule/coreboot/next/fsp/module.cfg b/config/submodule/coreboot/next/fsp/module.cfg new file mode 100644 index 00000000..8042a059 --- /dev/null +++ b/config/submodule/coreboot/next/fsp/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/fsp.git" +subrepo_bkup="https://github.com/coreboot/fsp" +subhash="68328e297e195a6cfb1949b60d971c032a172ba3" diff --git a/config/submodule/coreboot/next/intel-microcode/module.cfg b/config/submodule/coreboot/next/intel-microcode/module.cfg index cb6c6d46..8a364c43 100644 --- a/config/submodule/coreboot/next/intel-microcode/module.cfg +++ b/config/submodule/coreboot/next/intel-microcode/module.cfg @@ -1,3 +1,3 @@ subrepo="https://review.coreboot.org/intel-microcode.git" subrepo_bkup="https://github.com/coreboot/intel-microcode" -subhash="fbfe741896c55b36fcbf0560a68be96286103556" +subhash="129f82f7429c29976b15d6837d2f573cc6a02c26" diff --git a/config/submodule/coreboot/next/module.list b/config/submodule/coreboot/next/module.list index 8c520e04..1cc88fd6 100644 --- a/config/submodule/coreboot/next/module.list +++ b/config/submodule/coreboot/next/module.list @@ -1,3 +1,4 @@ +3rdparty/fsp 3rdparty/intel-microcode 3rdparty/libgfxinit 3rdparty/libhwbase |