From ebc04e521256442318427476ef69ee2aa3b946eb Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sat, 2 Sep 2023 14:44:07 -0600 Subject: Add Dell Latitude E6430 This was only tested on the iGPU model, though a dGPU model does exist. The vendor firmware used a 16KiB gbe.bin, which was modified with a random MAC address as well as shrinking it to 8KiB. As with the E6400, GRUB doesn't like the way the EC implements the keyboard controller and thus GRUB payloads are disabled at this time. Suspend does not currently work, and this is believed to be due to the EC controlling the DRAM reset gate which is required to prevent DRAM from being reset on resume. With some tweaks, the e6400-flash-unlock utility also works on this system, though both flash chips can be accessed through removal of only the keyboard. Signed-off-by: Nicholas Chin --- blobs/e6430/gbe.bin | Bin 0 -> 8192 bytes blobs/e6430/ifd.bin | Bin 0 -> 4096 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 blobs/e6430/gbe.bin create mode 100644 blobs/e6430/ifd.bin (limited to 'blobs/e6430') diff --git a/blobs/e6430/gbe.bin b/blobs/e6430/gbe.bin new file mode 100644 index 00000000..a256f571 Binary files /dev/null and b/blobs/e6430/gbe.bin differ diff --git a/blobs/e6430/ifd.bin b/blobs/e6430/ifd.bin new file mode 100644 index 00000000..fe166bc7 Binary files /dev/null and b/blobs/e6430/ifd.bin differ -- cgit v1.2.1