From f9ed92e4d2809f3b1ee5dceef92f4f15673b41c1 Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Mon, 12 Feb 2024 01:09:41 +0200 Subject: 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 --- config/coreboot/hp8560w_8mb/target.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 config/coreboot/hp8560w_8mb/target.cfg (limited to 'config/coreboot/hp8560w_8mb/target.cfg') 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 -- cgit v1.2.1