mb/gigabyte/ga-b75m-d3{h,v}: Switch to variant setup
commit1bffc4bda3b66ba2c91163ec396c54e51d2f056b
authorAlex James <theracermaster@gmail.com>
Thu, 16 May 2019 01:42:27 +0000 (15 20:42 -0500)
committerPatrick Georgi <pgeorgi@google.com>
Wed, 29 May 2019 20:01:52 +0000 (29 20:01 +0000)
treee7394b8b4c4a35b29a31af8343ab4374d7fadc09
parentedbcd057e6e8a991c8473a0da05081452db2f8f5
mb/gigabyte/ga-b75m-d3{h,v}: Switch to variant setup

The Gigabyte GA-B75M-D3H/D3V mainboard trees share a lot of duplicate
code, and can serve as a base for porting other Gigabyte 7 series
motherboards. Switch the Gigabyte GA-B75M-D3H/D3V mainboard trees to a
variant setup, defining ga-b75m-d3v as a variant of ga-b75m-d3h.

Signed-off-by: Alex James <theracermaster@gmail.com>
Change-Id: Ia175207a2568aefe1aa9bd8d4d990de6a26f1657
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32708
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
28 files changed:
src/mainboard/gigabyte/ga-b75m-d3h/Kconfig
src/mainboard/gigabyte/ga-b75m-d3h/Kconfig.name
src/mainboard/gigabyte/ga-b75m-d3h/Makefile.inc
src/mainboard/gigabyte/ga-b75m-d3h/hda_verb.c
src/mainboard/gigabyte/ga-b75m-d3h/romstage.c
src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3h/gma-mainboard.ads [moved from src/mainboard/gigabyte/ga-b75m-d3h/gma-mainboard.ads with 100% similarity]
src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3h/gpio.c [moved from src/mainboard/gigabyte/ga-b75m-d3h/gpio.c with 100% similarity]
src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3h/include/variant/hda_verb.h [moved from src/mainboard/gigabyte/ga-b75m-d3v/thermal.h with 61% similarity]
src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3v/board_info.txt [moved from src/mainboard/gigabyte/ga-b75m-d3v/board_info.txt with 100% similarity]
src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3v/gma-mainboard.ads [moved from src/mainboard/gigabyte/ga-b75m-d3v/gma-mainboard.ads with 100% similarity]
src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3v/gpio.c [moved from src/mainboard/gigabyte/ga-b75m-d3v/gpio.c with 100% similarity]
src/mainboard/gigabyte/ga-b75m-d3h/variants/ga-b75m-d3v/include/variant/hda_verb.h [moved from src/mainboard/gigabyte/ga-b75m-d3v/hda_verb.c with 93% similarity]
src/mainboard/gigabyte/ga-b75m-d3v/Kconfig [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/Kconfig.name [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/Makefile.inc [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/acpi/ec.asl [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/acpi/mainboard.asl [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/acpi/platform.asl [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/acpi/superio.asl [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/acpi/thermal.asl [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/acpi_tables.c [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/cmos.default [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/cmos.layout [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/data.vbt [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/devicetree.cb [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/dsdt.asl [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/mainboard.c [deleted file]
src/mainboard/gigabyte/ga-b75m-d3v/romstage.c [deleted file]