From e0e9c6ab3e463879c7b940717881b1826f05b485 Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Fri, 27 Sep 2024 19:26:47 -0600 Subject: config/coreboot: Add Dell Latitude E4300 Add patches to convert the E6400 port into a GM45 Latitude variant and add the E4300 as another variant, and create a config for the E4300. Tested on my E6400 and E4300. Signed-off-by: Nicholas Chin --- config/coreboot/e4300_4mb/target.cfg | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/coreboot/e4300_4mb/target.cfg (limited to 'config/coreboot/e4300_4mb/target.cfg') diff --git a/config/coreboot/e4300_4mb/target.cfg b/config/coreboot/e4300_4mb/target.cfg new file mode 100644 index 00000000..4a9af479 --- /dev/null +++ b/config/coreboot/e4300_4mb/target.cfg @@ -0,0 +1,6 @@ +tree="default" +xarch="i386-elf" +payload_seabios="y" +payload_grub="y" +payload_memtest="y" +grub_scan_disk="ahci" -- cgit v1.2.1