From b55943260407b94bbe27981dea92559c69b41144 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Sun, 30 Jun 2019 21:16:50 +0800 Subject: mainboard: Add Lenovo ThinkPad T440p The code is based on autoport. This port is tested on a T440p without a dGPU and can boot Arch Linux from SATA disk with SeaBIOS payload. The tested components and issues are in the documentation. Change-Id: I56a6b94197789a83731d8b349b8ba6814bf57ca2 Signed-off-by: Iru Cai Reviewed-on: https://review.coreboot.org/c/coreboot/+/34359 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/mainboard/lenovo/t440p/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mainboard/lenovo/t440p/Makefile.inc (limited to 'src/mainboard/lenovo/t440p/Makefile.inc') diff --git a/src/mainboard/lenovo/t440p/Makefile.inc b/src/mainboard/lenovo/t440p/Makefile.inc new file mode 100644 index 0000000000..fa6e7af202 --- /dev/null +++ b/src/mainboard/lenovo/t440p/Makefile.inc @@ -0,0 +1,3 @@ +romstage-y += gpio.c +ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads +smm-y += smihandler.c -- cgit v1.2.3