mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
enable memtest86plus on various boards
d510mo, g43t-am3 and ga-g41m-es2l did not have the memtest86+ payload enabled enable it! Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -4,5 +4,6 @@ arch="x86_64"
|
||||
payload_grub="n"
|
||||
payload_grub_withseabios="n"
|
||||
payload_seabios="y"
|
||||
payload_memtest="y"
|
||||
microcode_required="n"
|
||||
blobs_required="n"
|
||||
|
||||
@@ -2,5 +2,6 @@ tree="default"
|
||||
romtype="normal"
|
||||
arch="x86_64"
|
||||
payload_seabios="y"
|
||||
payload_memtest="y"
|
||||
microcode_required="n"
|
||||
blobs_required="n"
|
||||
|
||||
@@ -2,6 +2,6 @@ tree="default"
|
||||
romtype="normal"
|
||||
arch="x86_64"
|
||||
payload_seabios="y"
|
||||
payload_memtest="n"
|
||||
payload_memtest="y"
|
||||
microcode_required="n"
|
||||
blobs_required="n"
|
||||
|
||||
@@ -2,6 +2,7 @@ tree="default"
|
||||
romtype="normal"
|
||||
arch="x86_64"
|
||||
payload_seabios="y"
|
||||
payload_memtest="y"
|
||||
grub_scan_disk="ata"
|
||||
microcode_required="n"
|
||||
blobs_required="n"
|
||||
|
||||
Reference in New Issue
Block a user