Hello Marco Chen, Jett Rink, Keith Short, Justin TerAvest, Shelley Chen, build bot (Jenkins), Scott Collyer, Patrick Georgi, Martin Roth, Furquan Shaikh,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/35239
to look at the new patch set (#17).
Change subject: hatch: automate creating a new variant in coreboot ......................................................................
hatch: automate creating a new variant in coreboot
To create a new variant of the hatch baseboard, we need to add the variant's GBB_HWID and other information to Kconfig and Kconfig.name, and set up a skeletal build based on the hatch baseboard.
BUG=b:140261109 BRANCH=none TEST=``./create_coreboot_variant.sh sushi && git show`` Kconfig will have three new lines for the SUSHI variant, and Kconfig.name will have an entirely new section. New files created are: variants/sushi/Makefile.inc variants/sushi/overridetree.cb variants/sushi/include/ec.h variants/sushi/include/gpio.h variants/sushi/include/variant/acpi/dptf.asl
Also run the script with an existing board name to verify that you can't create a variant that already exists.
Change-Id: I1a5b9c8735faafebb2e4e384cb3346867d64c556 Signed-off-by: Paul Fagerburg pfagerburg@chromium.org --- A util/mainboard/google/hatch/create_coreboot_variant.sh A util/mainboard/google/hatch/kconfig.py A util/mainboard/google/hatch/template/Makefile.inc A util/mainboard/google/hatch/template/include/variant/acpi/dptf.asl A util/mainboard/google/hatch/template/include/variant/ec.h A util/mainboard/google/hatch/template/include/variant/gpio.h A util/mainboard/google/hatch/template/overridetree.cb 7 files changed, 305 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/39/35239/17