mainboard: add Dell Latitude E7240
commit91cda2af74b4142bf459f7416b8f997c7d981e13
authorIru Cai <mytbk920423@gmail.com>
Thu, 9 Apr 2020 12:26:40 +0000 (9 20:26 +0800)
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>
Sat, 8 Jun 2024 17:32:00 +0000 (8 17:32 +0000)
tree586a6ef2be53703a63f9f4655afdb8dd8647ba2f
parentca5254acc0d55199254a270496c955249ad244d1
mainboard: add Dell Latitude E7240

Based on autoport output.

It boots to Arch Linux (Linux 6.6.3) from USB and mSATA with SeaBIOS.

Change-Id: I6933bdbcc8d0bbb85d62657624740266284ac71c
Signed-off-by: Iru Cai <mytbk920423@gmail.com>
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79746
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
17 files changed:
Documentation/mainboard/dell/e7240.md [new file with mode: 0644]
Documentation/mainboard/dell/e7240.webp [new file with mode: 0644]
Documentation/mainboard/index.md
src/mainboard/dell/e7240/Kconfig [new file with mode: 0644]
src/mainboard/dell/e7240/Kconfig.name [new file with mode: 0644]
src/mainboard/dell/e7240/Makefile.mk [new file with mode: 0644]
src/mainboard/dell/e7240/acpi/ec.asl [new file with mode: 0644]
src/mainboard/dell/e7240/acpi/platform.asl [new file with mode: 0644]
src/mainboard/dell/e7240/acpi/superio.asl [new file with mode: 0644]
src/mainboard/dell/e7240/board_info.txt [new file with mode: 0644]
src/mainboard/dell/e7240/bootblock.c [new file with mode: 0644]
src/mainboard/dell/e7240/devicetree.cb [new file with mode: 0644]
src/mainboard/dell/e7240/dsdt.asl [new file with mode: 0644]
src/mainboard/dell/e7240/gma-mainboard.ads [new file with mode: 0644]
src/mainboard/dell/e7240/gpio.c [new file with mode: 0644]
src/mainboard/dell/e7240/hda_verb.c [new file with mode: 0644]
src/mainboard/dell/e7240/romstage.c [new file with mode: 0644]