mb/lenovo: Integrate W541 into haswell mainboard
commitc5f705574615c307e3e098b2fbd396eb3cc84206
authorFelix Singer <felixsinger@posteo.net>
Sat, 23 Jul 2022 19:40:22 +0000 (23 21:40 +0200)
committerFelix Singer <felixsinger@posteo.net>
Sun, 24 Jul 2022 22:24:49 +0000 (24 22:24 +0000)
tree83476fd74fd0a5dd1582f80b23a268dfd33e814b
parentb5bdd707583a5731722f848cecae75753decf9b9
mb/lenovo: Integrate W541 into haswell mainboard

Lots of code from lenovo/haswell can be reused for lenovo/w541. Thus,
integrate it into lenovo/haswell and make it a variant.

Change-Id: If99d842cff777fe27ff63baabc447e69b9d0333c
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63514
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
20 files changed:
src/mainboard/lenovo/haswell/Kconfig
src/mainboard/lenovo/haswell/Kconfig.name
src/mainboard/lenovo/haswell/variants/w541/board_info.txt [moved from src/mainboard/lenovo/w541/board_info.txt with 100% similarity]
src/mainboard/lenovo/haswell/variants/w541/data.vbt [moved from src/mainboard/lenovo/w541/data.vbt with 100% similarity]
src/mainboard/lenovo/haswell/variants/w541/devicetree.cb [moved from src/mainboard/lenovo/w541/devicetree.cb with 100% similarity]
src/mainboard/lenovo/haswell/variants/w541/gma-mainboard.ads [moved from src/mainboard/lenovo/w541/gma-mainboard.ads with 100% similarity]
src/mainboard/lenovo/haswell/variants/w541/gpio.c [moved from src/mainboard/lenovo/w541/gpio.c with 100% similarity]
src/mainboard/lenovo/haswell/variants/w541/hda_verb.c [moved from src/mainboard/lenovo/w541/hda_verb.c with 100% similarity]
src/mainboard/lenovo/haswell/variants/w541/romstage.c [moved from src/mainboard/lenovo/w541/romstage.c with 61% similarity]
src/mainboard/lenovo/w541/Kconfig [deleted file]
src/mainboard/lenovo/w541/Kconfig.name [deleted file]
src/mainboard/lenovo/w541/Makefile.inc [deleted file]
src/mainboard/lenovo/w541/acpi/ec.asl [deleted file]
src/mainboard/lenovo/w541/acpi/platform.asl [deleted file]
src/mainboard/lenovo/w541/acpi/superio.asl [deleted file]
src/mainboard/lenovo/w541/acpi_tables.c [deleted file]
src/mainboard/lenovo/w541/cmos.default [deleted file]
src/mainboard/lenovo/w541/cmos.layout [deleted file]
src/mainboard/lenovo/w541/dsdt.asl [deleted file]
src/mainboard/lenovo/w541/smihandler.c [deleted file]