From b0b4f86b1601c90ae5a9469ad111178943b4a108 Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Mon, 18 Dec 2023 21:28:56 +0200 Subject: Add HP EliteBook 8460p Inside the BIOS update, there's 68SCE and 68SCF variants. Based on Qubes HCL and browsing linux-hardware.org, these are Probook 6360b and Elitebook 8460p respectively. I checked the KBC1126 EC Firmwares within the update file, both use the exact same firmware images. Following-up will be a very similar but untested port for 6360b. Signed-off-by: Riku Viitanen --- config/coreboot/hp8460pintel_8mb/target.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/coreboot/hp8460pintel_8mb/target.cfg (limited to 'config/coreboot/hp8460pintel_8mb/target.cfg') diff --git a/config/coreboot/hp8460pintel_8mb/target.cfg b/config/coreboot/hp8460pintel_8mb/target.cfg new file mode 100644 index 00000000..784e020b --- /dev/null +++ b/config/coreboot/hp8460pintel_8mb/target.cfg @@ -0,0 +1,9 @@ +tree="default" +romtype="normal" +arch="x86_64" +payload_grub="y" +payload_grub_withseabios="y" +payload_seabios="y" +payload_memtest="y" +grub_scan_disk="ahci" +grub_timeout=10 -- cgit v1.2.1