diff options
Diffstat (limited to 'config/submodule/coreboot/fam15h_rdimm')
4 files changed, 9 insertions, 5 deletions
diff --git a/config/submodule/coreboot/fam15h_rdimm/blobs/module.cfg b/config/submodule/coreboot/fam15h_rdimm/blobs/module.cfg new file mode 100644 index 00000000..c7ae4683 --- /dev/null +++ b/config/submodule/coreboot/fam15h_rdimm/blobs/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/blobs.git" +subrepo_bkup="https://github.com/coreboot/blobs" +subrev="034b27818450428f70aa9316c8bd0d65bacd8ee8" diff --git a/config/submodule/coreboot/fam15h_rdimm/module.list b/config/submodule/coreboot/fam15h_rdimm/module.list index 3ca66d03..de2154e6 100644 --- a/config/submodule/coreboot/fam15h_rdimm/module.list +++ b/config/submodule/coreboot/fam15h_rdimm/module.list @@ -1,4 +1,2 @@ -3rdparty/amd_blobs -3rdparty/libgfxinit -3rdparty/libhwbase +3rdparty/blobs 3rdparty/vboot diff --git a/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg b/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg new file mode 100644 index 00000000..7a7ad3c6 --- /dev/null +++ b/config/submodule/coreboot/fam15h_rdimm/vboot/module.cfg @@ -0,0 +1,3 @@ +subrepo="https://review.coreboot.org/vboot.git" +subrepo_bkup="https://github.com/coreboot/vboot" +subrev="ecdca931ae0637d1a9498f64862939bd5bb99e0b" diff --git a/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch b/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch index 7e569082..1dbf6c13 100644 --- a/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch +++ b/config/submodule/coreboot/fam15h_rdimm/vboot/patches/0001-don-t-treat-warnings-as-errors.patch @@ -1,6 +1,6 @@ -From ba16c0fe8236bd511e879693527993ce8ce3668b Mon Sep 17 00:00:00 2001 +From 2c5c8d9a5c999a5eedd9f17acb0bd3924524657d Mon Sep 17 00:00:00 2001 From: Leah Rowe <info@minifree.org> -Date: Tue, 21 May 2024 23:19:38 +0100 +Date: Tue, 21 May 2024 23:21:14 +0100 Subject: [PATCH 1/1] don't treat warnings as errors Signed-off-by: Leah Rowe <info@minifree.org> |