diff options
author | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-12-18 21:28:56 +0200 |
---|---|---|
committer | Riku Viitanen <riku.viitanen@protonmail.com> | 2023-12-19 20:24:52 +0200 |
commit | b0b4f86b1601c90ae5a9469ad111178943b4a108 (patch) | |
tree | c18ac953fdcb152a2face5429fc9533ff7da7690 /config/coreboot/hp8460pintel_8mb/target.cfg | |
parent | b9f69f26c55e4ead24d8599463d1395aae88c7fb (diff) |
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 <riku.viitanen@protonmail.com>
Diffstat (limited to 'config/coreboot/hp8460pintel_8mb/target.cfg')
-rw-r--r-- | config/coreboot/hp8460pintel_8mb/target.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
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 |