From 6d23b3fe5546da38bba66065b54dc13a1a174c42 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 1 Nov 2021 04:04:56 +0000 Subject: Include memtest86+ on setups where this is practical --- resources/coreboot/d945gclf/board.cfg | 1 + resources/coreboot/default/board.cfg | 1 + resources/coreboot/fam15h_rdimm/board.cfg | 1 + resources/coreboot/fam15h_udimm/board.cfg | 1 + resources/coreboot/kcma-d8-rdimm_16mb/board.cfg | 1 + resources/coreboot/kcma-d8-rdimm_2mb/board.cfg | 1 + resources/coreboot/kcma-d8-udimm_16mb/board.cfg | 1 + resources/coreboot/kcma-d8-udimm_2mb/board.cfg | 1 + resources/coreboot/kfsn4-dre_1mb/board.cfg | 1 + resources/coreboot/kfsn4-dre_2mb/board.cfg | 1 + resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg | 1 + resources/coreboot/kgpe-d16-rdimm_2mb/board.cfg | 1 + resources/coreboot/kgpe-d16-udimm_16mb/board.cfg | 1 + resources/coreboot/kgpe-d16-udimm_2mb/board.cfg | 1 + resources/coreboot/macbook11/board.cfg | 1 + resources/coreboot/macbook21/board.cfg | 1 + resources/coreboot/r400_16mb/board.cfg | 1 + resources/coreboot/r400_4mb/board.cfg | 1 + resources/coreboot/r400_8mb/board.cfg | 1 + resources/coreboot/r500_4mb/board.cfg | 1 + resources/coreboot/t400_16mb/board.cfg | 1 + resources/coreboot/t400_4mb/board.cfg | 1 + resources/coreboot/t400_8mb/board.cfg | 1 + resources/coreboot/t500_16mb/board.cfg | 1 + resources/coreboot/t500_4mb/board.cfg | 1 + resources/coreboot/t500_8mb/board.cfg | 1 + resources/coreboot/t60_16mb_intelgpu/board.cfg | 1 + resources/coreboot/t60_intelgpu/board.cfg | 1 + resources/coreboot/w500_16mb/board.cfg | 1 + resources/coreboot/w500_4mb/board.cfg | 1 + resources/coreboot/w500_8mb/board.cfg | 1 + resources/coreboot/x200_16mb/board.cfg | 1 + resources/coreboot/x200_4mb/board.cfg | 1 + resources/coreboot/x200_8mb/board.cfg | 1 + resources/coreboot/x301_16mb/board.cfg | 1 + resources/coreboot/x301_4mb/board.cfg | 1 + resources/coreboot/x301_8mb/board.cfg | 1 + resources/coreboot/x60/board.cfg | 1 + resources/coreboot/x60_16mb/board.cfg | 1 + 39 files changed, 39 insertions(+) (limited to 'resources/coreboot') diff --git a/resources/coreboot/d945gclf/board.cfg b/resources/coreboot/d945gclf/board.cfg index 6c93cf14..10937423 100644 --- a/resources/coreboot/d945gclf/board.cfg +++ b/resources/coreboot/d945gclf/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="n" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/default/board.cfg b/resources/coreboot/default/board.cfg index c20d085f..cad210cd 100644 --- a/resources/coreboot/default/board.cfg +++ b/resources/coreboot/default/board.cfg @@ -7,6 +7,7 @@ payload_grub_withseabios="n" payload_grub_withtianocore="n" payload_seabios="n" payload_tianocore="n" +payload_memtest="n" # NOTE: 1b242b6618d4cbb80d5b4268ba2b39ae363d96f9 is the last revision checked. # Right now, coreboot 4.14 is being used, and specific patches being diff --git a/resources/coreboot/fam15h_rdimm/board.cfg b/resources/coreboot/fam15h_rdimm/board.cfg index a010f937..6c965355 100644 --- a/resources/coreboot/fam15h_rdimm/board.cfg +++ b/resources/coreboot/fam15h_rdimm/board.cfg @@ -7,3 +7,4 @@ payload_grub_withseabios="n" payload_grub_withtianocore="n" payload_seabios="n" payload_tianocore="n" +payload_memtest="n" diff --git a/resources/coreboot/fam15h_udimm/board.cfg b/resources/coreboot/fam15h_udimm/board.cfg index 6afccfe3..2fd0da52 100644 --- a/resources/coreboot/fam15h_udimm/board.cfg +++ b/resources/coreboot/fam15h_udimm/board.cfg @@ -7,3 +7,4 @@ payload_grub_withseabios="n" payload_grub_withtianocore="n" payload_seabios="n" payload_tianocore="n" +payload_memtest="n" diff --git a/resources/coreboot/kcma-d8-rdimm_16mb/board.cfg b/resources/coreboot/kcma-d8-rdimm_16mb/board.cfg index 44cfbe44..e2787464 100644 --- a/resources/coreboot/kcma-d8-rdimm_16mb/board.cfg +++ b/resources/coreboot/kcma-d8-rdimm_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kcma-d8-rdimm_2mb/board.cfg b/resources/coreboot/kcma-d8-rdimm_2mb/board.cfg index 44cfbe44..e2787464 100644 --- a/resources/coreboot/kcma-d8-rdimm_2mb/board.cfg +++ b/resources/coreboot/kcma-d8-rdimm_2mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kcma-d8-udimm_16mb/board.cfg b/resources/coreboot/kcma-d8-udimm_16mb/board.cfg index 1de38d64..c87828c7 100644 --- a/resources/coreboot/kcma-d8-udimm_16mb/board.cfg +++ b/resources/coreboot/kcma-d8-udimm_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kcma-d8-udimm_2mb/board.cfg b/resources/coreboot/kcma-d8-udimm_2mb/board.cfg index 1de38d64..c87828c7 100644 --- a/resources/coreboot/kcma-d8-udimm_2mb/board.cfg +++ b/resources/coreboot/kcma-d8-udimm_2mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kfsn4-dre_1mb/board.cfg b/resources/coreboot/kfsn4-dre_1mb/board.cfg index 11cbde6e..b7079280 100644 --- a/resources/coreboot/kfsn4-dre_1mb/board.cfg +++ b/resources/coreboot/kfsn4-dre_1mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="n" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kfsn4-dre_2mb/board.cfg b/resources/coreboot/kfsn4-dre_2mb/board.cfg index 11cbde6e..b7079280 100644 --- a/resources/coreboot/kfsn4-dre_2mb/board.cfg +++ b/resources/coreboot/kfsn4-dre_2mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="n" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg b/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg index 44cfbe44..e2787464 100644 --- a/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg +++ b/resources/coreboot/kgpe-d16-rdimm_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kgpe-d16-rdimm_2mb/board.cfg b/resources/coreboot/kgpe-d16-rdimm_2mb/board.cfg index 44cfbe44..e2787464 100644 --- a/resources/coreboot/kgpe-d16-rdimm_2mb/board.cfg +++ b/resources/coreboot/kgpe-d16-rdimm_2mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kgpe-d16-udimm_16mb/board.cfg b/resources/coreboot/kgpe-d16-udimm_16mb/board.cfg index 1de38d64..c87828c7 100644 --- a/resources/coreboot/kgpe-d16-udimm_16mb/board.cfg +++ b/resources/coreboot/kgpe-d16-udimm_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/kgpe-d16-udimm_2mb/board.cfg b/resources/coreboot/kgpe-d16-udimm_2mb/board.cfg index 1de38d64..c87828c7 100644 --- a/resources/coreboot/kgpe-d16-udimm_2mb/board.cfg +++ b/resources/coreboot/kgpe-d16-udimm_2mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/macbook11/board.cfg b/resources/coreboot/macbook11/board.cfg index 2e45e091..234d6a95 100644 --- a/resources/coreboot/macbook11/board.cfg +++ b/resources/coreboot/macbook11/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/macbook21/board.cfg b/resources/coreboot/macbook21/board.cfg index b9de1e08..51ffb4d1 100644 --- a/resources/coreboot/macbook21/board.cfg +++ b/resources/coreboot/macbook21/board.cfg @@ -7,3 +7,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/r400_16mb/board.cfg b/resources/coreboot/r400_16mb/board.cfg index c7b9683e..eceac155 100644 --- a/resources/coreboot/r400_16mb/board.cfg +++ b/resources/coreboot/r400_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/r400_4mb/board.cfg b/resources/coreboot/r400_4mb/board.cfg index e8fd6d94..3f77ef8e 100644 --- a/resources/coreboot/r400_4mb/board.cfg +++ b/resources/coreboot/r400_4mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/r400_8mb/board.cfg b/resources/coreboot/r400_8mb/board.cfg index 64b5b663..38738f3d 100644 --- a/resources/coreboot/r400_8mb/board.cfg +++ b/resources/coreboot/r400_8mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/r500_4mb/board.cfg b/resources/coreboot/r500_4mb/board.cfg index 7ffc44ea..bbd0baf4 100644 --- a/resources/coreboot/r500_4mb/board.cfg +++ b/resources/coreboot/r500_4mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t400_16mb/board.cfg b/resources/coreboot/t400_16mb/board.cfg index c7b9683e..eceac155 100644 --- a/resources/coreboot/t400_16mb/board.cfg +++ b/resources/coreboot/t400_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t400_4mb/board.cfg b/resources/coreboot/t400_4mb/board.cfg index e8fd6d94..3f77ef8e 100644 --- a/resources/coreboot/t400_4mb/board.cfg +++ b/resources/coreboot/t400_4mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t400_8mb/board.cfg b/resources/coreboot/t400_8mb/board.cfg index 64b5b663..38738f3d 100644 --- a/resources/coreboot/t400_8mb/board.cfg +++ b/resources/coreboot/t400_8mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t500_16mb/board.cfg b/resources/coreboot/t500_16mb/board.cfg index c7b9683e..eceac155 100644 --- a/resources/coreboot/t500_16mb/board.cfg +++ b/resources/coreboot/t500_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t500_4mb/board.cfg b/resources/coreboot/t500_4mb/board.cfg index e8fd6d94..3f77ef8e 100644 --- a/resources/coreboot/t500_4mb/board.cfg +++ b/resources/coreboot/t500_4mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t500_8mb/board.cfg b/resources/coreboot/t500_8mb/board.cfg index 64b5b663..38738f3d 100644 --- a/resources/coreboot/t500_8mb/board.cfg +++ b/resources/coreboot/t500_8mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t60_16mb_intelgpu/board.cfg b/resources/coreboot/t60_16mb_intelgpu/board.cfg index 4a307656..9ddafdd5 100644 --- a/resources/coreboot/t60_16mb_intelgpu/board.cfg +++ b/resources/coreboot/t60_16mb_intelgpu/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/t60_intelgpu/board.cfg b/resources/coreboot/t60_intelgpu/board.cfg index 4a307656..9ddafdd5 100644 --- a/resources/coreboot/t60_intelgpu/board.cfg +++ b/resources/coreboot/t60_intelgpu/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/w500_16mb/board.cfg b/resources/coreboot/w500_16mb/board.cfg index c7b9683e..eceac155 100644 --- a/resources/coreboot/w500_16mb/board.cfg +++ b/resources/coreboot/w500_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/w500_4mb/board.cfg b/resources/coreboot/w500_4mb/board.cfg index e8fd6d94..3f77ef8e 100644 --- a/resources/coreboot/w500_4mb/board.cfg +++ b/resources/coreboot/w500_4mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/w500_8mb/board.cfg b/resources/coreboot/w500_8mb/board.cfg index 64b5b663..38738f3d 100644 --- a/resources/coreboot/w500_8mb/board.cfg +++ b/resources/coreboot/w500_8mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x200_16mb/board.cfg b/resources/coreboot/x200_16mb/board.cfg index c7b9683e..eceac155 100644 --- a/resources/coreboot/x200_16mb/board.cfg +++ b/resources/coreboot/x200_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x200_4mb/board.cfg b/resources/coreboot/x200_4mb/board.cfg index e8fd6d94..3f77ef8e 100644 --- a/resources/coreboot/x200_4mb/board.cfg +++ b/resources/coreboot/x200_4mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x200_8mb/board.cfg b/resources/coreboot/x200_8mb/board.cfg index 64b5b663..38738f3d 100644 --- a/resources/coreboot/x200_8mb/board.cfg +++ b/resources/coreboot/x200_8mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x301_16mb/board.cfg b/resources/coreboot/x301_16mb/board.cfg index c7b9683e..eceac155 100644 --- a/resources/coreboot/x301_16mb/board.cfg +++ b/resources/coreboot/x301_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x301_4mb/board.cfg b/resources/coreboot/x301_4mb/board.cfg index e8fd6d94..3f77ef8e 100644 --- a/resources/coreboot/x301_4mb/board.cfg +++ b/resources/coreboot/x301_4mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x301_8mb/board.cfg b/resources/coreboot/x301_8mb/board.cfg index 64b5b663..38738f3d 100644 --- a/resources/coreboot/x301_8mb/board.cfg +++ b/resources/coreboot/x301_8mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x60/board.cfg b/resources/coreboot/x60/board.cfg index 4a307656..9ddafdd5 100644 --- a/resources/coreboot/x60/board.cfg +++ b/resources/coreboot/x60/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" diff --git a/resources/coreboot/x60_16mb/board.cfg b/resources/coreboot/x60_16mb/board.cfg index 4a307656..9ddafdd5 100644 --- a/resources/coreboot/x60_16mb/board.cfg +++ b/resources/coreboot/x60_16mb/board.cfg @@ -6,3 +6,4 @@ payload_grub_withseabios="y" payload_grub_withtianocore="n" payload_seabios="y" payload_tianocore="n" +payload_memtest="y" -- cgit v1.2.1