From 1b3197efb40a19353f26ca565ed81248e3db43e1 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sun, 22 May 2022 03:20:46 +0200 Subject: [PATCH] mb/lenovo: Rename t440p to haswell MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In preparation to follow-up commits, rename the mainboard folder from t440p to haswell, which will have more variants later. Change-Id: I4a9d68d54d5f0821bbf85faaa620855d456c97f3 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/63511 Tested-by: build bot (Jenkins) Reviewed-by: Peter Lemenkov Reviewed-by: Michael Niewöhner --- src/mainboard/lenovo/{t440p => haswell}/Kconfig | 2 +- .../lenovo/{t440p => haswell}/Kconfig.name | 0 .../lenovo/{t440p => haswell}/Makefile.inc | 0 src/mainboard/lenovo/{t440p => haswell}/acpi/ec.asl | 0 .../lenovo/{t440p => haswell}/acpi/platform.asl | 0 .../lenovo/{t440p => haswell}/acpi/superio.asl | 0 .../lenovo/{t440p => haswell}/acpi_tables.c | 0 .../lenovo/{t440p => haswell}/board_info.txt | 0 .../lenovo/{t440p => haswell}/cmos.default | 0 src/mainboard/lenovo/{t440p => haswell}/cmos.layout | 0 src/mainboard/lenovo/{t440p => haswell}/data.vbt | Bin .../lenovo/{t440p => haswell}/devicetree.cb | 0 src/mainboard/lenovo/{t440p => haswell}/dsdt.asl | 0 .../lenovo/{t440p => haswell}/gma-mainboard.ads | 0 src/mainboard/lenovo/{t440p => haswell}/gpio.c | 0 src/mainboard/lenovo/{t440p => haswell}/hda_verb.c | 0 src/mainboard/lenovo/{t440p => haswell}/mainboard.c | 0 src/mainboard/lenovo/{t440p => haswell}/romstage.c | 0 .../lenovo/{t440p => haswell}/smihandler.c | 0 .../lenovo/{t440p => haswell}/vboot-ro-me_clean.fmd | 0 .../lenovo/{t440p => haswell}/vboot-ro.fmd | 0 .../lenovo/{t440p => haswell}/vboot-rwab.fmd | 0 22 files changed, 1 insertion(+), 1 deletion(-) rename src/mainboard/lenovo/{t440p => haswell}/Kconfig (98%) rename src/mainboard/lenovo/{t440p => haswell}/Kconfig.name (100%) rename src/mainboard/lenovo/{t440p => haswell}/Makefile.inc (100%) rename src/mainboard/lenovo/{t440p => haswell}/acpi/ec.asl (100%) rename src/mainboard/lenovo/{t440p => haswell}/acpi/platform.asl (100%) rename src/mainboard/lenovo/{t440p => haswell}/acpi/superio.asl (100%) rename src/mainboard/lenovo/{t440p => haswell}/acpi_tables.c (100%) rename src/mainboard/lenovo/{t440p => haswell}/board_info.txt (100%) rename src/mainboard/lenovo/{t440p => haswell}/cmos.default (100%) rename src/mainboard/lenovo/{t440p => haswell}/cmos.layout (100%) rename src/mainboard/lenovo/{t440p => haswell}/data.vbt (100%) rename src/mainboard/lenovo/{t440p => haswell}/devicetree.cb (100%) rename src/mainboard/lenovo/{t440p => haswell}/dsdt.asl (100%) rename src/mainboard/lenovo/{t440p => haswell}/gma-mainboard.ads (100%) rename src/mainboard/lenovo/{t440p => haswell}/gpio.c (100%) rename src/mainboard/lenovo/{t440p => haswell}/hda_verb.c (100%) rename src/mainboard/lenovo/{t440p => haswell}/mainboard.c (100%) rename src/mainboard/lenovo/{t440p => haswell}/romstage.c (100%) rename src/mainboard/lenovo/{t440p => haswell}/smihandler.c (100%) rename src/mainboard/lenovo/{t440p => haswell}/vboot-ro-me_clean.fmd (100%) rename src/mainboard/lenovo/{t440p => haswell}/vboot-ro.fmd (100%) rename src/mainboard/lenovo/{t440p => haswell}/vboot-rwab.fmd (100%) diff --git a/src/mainboard/lenovo/t440p/Kconfig b/src/mainboard/lenovo/haswell/Kconfig similarity index 98% rename from src/mainboard/lenovo/t440p/Kconfig rename to src/mainboard/lenovo/haswell/Kconfig index 4e14907cd7..48b1103b3c 100644 --- a/src/mainboard/lenovo/t440p/Kconfig +++ b/src/mainboard/lenovo/haswell/Kconfig @@ -44,7 +44,7 @@ config FMDFILE default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/vboot-rwab.fmd" if VBOOT config MAINBOARD_DIR - default "lenovo/t440p" + default "lenovo/haswell" config MAINBOARD_PART_NUMBER default "ThinkPad T440p" diff --git a/src/mainboard/lenovo/t440p/Kconfig.name b/src/mainboard/lenovo/haswell/Kconfig.name similarity index 100% rename from src/mainboard/lenovo/t440p/Kconfig.name rename to src/mainboard/lenovo/haswell/Kconfig.name diff --git a/src/mainboard/lenovo/t440p/Makefile.inc b/src/mainboard/lenovo/haswell/Makefile.inc similarity index 100% rename from src/mainboard/lenovo/t440p/Makefile.inc rename to src/mainboard/lenovo/haswell/Makefile.inc diff --git a/src/mainboard/lenovo/t440p/acpi/ec.asl b/src/mainboard/lenovo/haswell/acpi/ec.asl similarity index 100% rename from src/mainboard/lenovo/t440p/acpi/ec.asl rename to src/mainboard/lenovo/haswell/acpi/ec.asl diff --git a/src/mainboard/lenovo/t440p/acpi/platform.asl b/src/mainboard/lenovo/haswell/acpi/platform.asl similarity index 100% rename from src/mainboard/lenovo/t440p/acpi/platform.asl rename to src/mainboard/lenovo/haswell/acpi/platform.asl diff --git a/src/mainboard/lenovo/t440p/acpi/superio.asl b/src/mainboard/lenovo/haswell/acpi/superio.asl similarity index 100% rename from src/mainboard/lenovo/t440p/acpi/superio.asl rename to src/mainboard/lenovo/haswell/acpi/superio.asl diff --git a/src/mainboard/lenovo/t440p/acpi_tables.c b/src/mainboard/lenovo/haswell/acpi_tables.c similarity index 100% rename from src/mainboard/lenovo/t440p/acpi_tables.c rename to src/mainboard/lenovo/haswell/acpi_tables.c diff --git a/src/mainboard/lenovo/t440p/board_info.txt b/src/mainboard/lenovo/haswell/board_info.txt similarity index 100% rename from src/mainboard/lenovo/t440p/board_info.txt rename to src/mainboard/lenovo/haswell/board_info.txt diff --git a/src/mainboard/lenovo/t440p/cmos.default b/src/mainboard/lenovo/haswell/cmos.default similarity index 100% rename from src/mainboard/lenovo/t440p/cmos.default rename to src/mainboard/lenovo/haswell/cmos.default diff --git a/src/mainboard/lenovo/t440p/cmos.layout b/src/mainboard/lenovo/haswell/cmos.layout similarity index 100% rename from src/mainboard/lenovo/t440p/cmos.layout rename to src/mainboard/lenovo/haswell/cmos.layout diff --git a/src/mainboard/lenovo/t440p/data.vbt b/src/mainboard/lenovo/haswell/data.vbt similarity index 100% rename from src/mainboard/lenovo/t440p/data.vbt rename to src/mainboard/lenovo/haswell/data.vbt diff --git a/src/mainboard/lenovo/t440p/devicetree.cb b/src/mainboard/lenovo/haswell/devicetree.cb similarity index 100% rename from src/mainboard/lenovo/t440p/devicetree.cb rename to src/mainboard/lenovo/haswell/devicetree.cb diff --git a/src/mainboard/lenovo/t440p/dsdt.asl b/src/mainboard/lenovo/haswell/dsdt.asl similarity index 100% rename from src/mainboard/lenovo/t440p/dsdt.asl rename to src/mainboard/lenovo/haswell/dsdt.asl diff --git a/src/mainboard/lenovo/t440p/gma-mainboard.ads b/src/mainboard/lenovo/haswell/gma-mainboard.ads similarity index 100% rename from src/mainboard/lenovo/t440p/gma-mainboard.ads rename to src/mainboard/lenovo/haswell/gma-mainboard.ads diff --git a/src/mainboard/lenovo/t440p/gpio.c b/src/mainboard/lenovo/haswell/gpio.c similarity index 100% rename from src/mainboard/lenovo/t440p/gpio.c rename to src/mainboard/lenovo/haswell/gpio.c diff --git a/src/mainboard/lenovo/t440p/hda_verb.c b/src/mainboard/lenovo/haswell/hda_verb.c similarity index 100% rename from src/mainboard/lenovo/t440p/hda_verb.c rename to src/mainboard/lenovo/haswell/hda_verb.c diff --git a/src/mainboard/lenovo/t440p/mainboard.c b/src/mainboard/lenovo/haswell/mainboard.c similarity index 100% rename from src/mainboard/lenovo/t440p/mainboard.c rename to src/mainboard/lenovo/haswell/mainboard.c diff --git a/src/mainboard/lenovo/t440p/romstage.c b/src/mainboard/lenovo/haswell/romstage.c similarity index 100% rename from src/mainboard/lenovo/t440p/romstage.c rename to src/mainboard/lenovo/haswell/romstage.c diff --git a/src/mainboard/lenovo/t440p/smihandler.c b/src/mainboard/lenovo/haswell/smihandler.c similarity index 100% rename from src/mainboard/lenovo/t440p/smihandler.c rename to src/mainboard/lenovo/haswell/smihandler.c diff --git a/src/mainboard/lenovo/t440p/vboot-ro-me_clean.fmd b/src/mainboard/lenovo/haswell/vboot-ro-me_clean.fmd similarity index 100% rename from src/mainboard/lenovo/t440p/vboot-ro-me_clean.fmd rename to src/mainboard/lenovo/haswell/vboot-ro-me_clean.fmd diff --git a/src/mainboard/lenovo/t440p/vboot-ro.fmd b/src/mainboard/lenovo/haswell/vboot-ro.fmd similarity index 100% rename from src/mainboard/lenovo/t440p/vboot-ro.fmd rename to src/mainboard/lenovo/haswell/vboot-ro.fmd diff --git a/src/mainboard/lenovo/t440p/vboot-rwab.fmd b/src/mainboard/lenovo/haswell/vboot-rwab.fmd similarity index 100% rename from src/mainboard/lenovo/t440p/vboot-rwab.fmd rename to src/mainboard/lenovo/haswell/vboot-rwab.fmd