diff options
author | Leah Rowe <leah@libreboot.org> | 2021-05-22 20:18:48 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-05-22 20:19:45 +0100 |
commit | 85ec4e0e08cd3ab38376d0b22593b40f106350ea (patch) | |
tree | 8329015fba2c0f87d96af3555203cde8e2cacd82 /resources/coreboot/x301_4mb/board.cfg | |
parent | cba1e5bf3cd508adc918fbd0515521af9d03a83a (diff) |
board/x301: add new board
similar to x200
Diffstat (limited to 'resources/coreboot/x301_4mb/board.cfg')
-rw-r--r-- | resources/coreboot/x301_4mb/board.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/resources/coreboot/x301_4mb/board.cfg b/resources/coreboot/x301_4mb/board.cfg new file mode 100644 index 00000000..e8fd6d94 --- /dev/null +++ b/resources/coreboot/x301_4mb/board.cfg @@ -0,0 +1,8 @@ +cbtree="default" +romtype="4MiB ICH9 IFD NOR flash" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_grub_withtianocore="n" +payload_seabios="y" +payload_tianocore="n" |