diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2024-02-12 01:09:41 +0200 |
---|---|---|
committer | Riku Viitanen <riku.viitanen@protonmail.com> | 2024-02-12 01:09:44 +0200 |
commit | f9ed92e4d2809f3b1ee5dceef92f4f15673b41c1 (patch) | |
tree | 81915e302c2443028392ae5ca629a62400d1b32c /config/coreboot/hp8560w_8mb/target.cfg | |
parent | 4a9fca57f377349ee03cdf51afcc90ab2910a698 (diff) |
Add HP EliteBook 8560w
Iru Cai's port from Gerrit:
https://review.coreboot.org/c/coreboot/+/39398
Now with the proper MXM structure, which removes the 30 second POST
delay. Tested with i7-2670QM, Quadro 2000M and 32GB RAM.
Signed-off-by: Riku Viitanen <riku.viitanen@protonmail.com>
Diffstat (limited to 'config/coreboot/hp8560w_8mb/target.cfg')
-rw-r--r-- | config/coreboot/hp8560w_8mb/target.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/coreboot/hp8560w_8mb/target.cfg b/config/coreboot/hp8560w_8mb/target.cfg new file mode 100644 index 00000000..ae56c735 --- /dev/null +++ b/config/coreboot/hp8560w_8mb/target.cfg @@ -0,0 +1,7 @@ +tree="default" +xarch="i386-elf" +payload_seabios_withgrub="y" +payload_seabios_grubonly="y" +payload_memtest="y" +grub_scan_disk="ahci" +grub_timeout=10 |