diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-12-24 21:37:12 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-12-24 21:37:12 +0000 |
commit | 15298985af58b80568fee67e6814d09920026ab9 (patch) | |
tree | 94adff2a46e3784c2db56401afd8b62c0a33111e /config/coreboot/hp8300cmt_16mb/target.cfg | |
parent | 0aca6332ee5865dbf4717235cbf9f5e8e79dddc3 (diff) | |
parent | 74147ea48a68930da7e2ddc723402cf3c2b175ad (diff) |
Merge pull request 'Add HP 8300 CMT port' (#173) from Riku_V/lbmk:hp8300cmt into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/173
Diffstat (limited to 'config/coreboot/hp8300cmt_16mb/target.cfg')
-rw-r--r-- | config/coreboot/hp8300cmt_16mb/target.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/coreboot/hp8300cmt_16mb/target.cfg b/config/coreboot/hp8300cmt_16mb/target.cfg new file mode 100644 index 00000000..6433b508 --- /dev/null +++ b/config/coreboot/hp8300cmt_16mb/target.cfg @@ -0,0 +1,7 @@ +tree="default" +arch="i386-elf" +payload_seabios="y" +payload_seabios_withgrub="y" +payload_memtest="y" +grub_scan_disk="ahci" +grub_timeout=10 |