Paul Fagerburg has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/35239 )
Change subject: hatch: automate creating a new variant in coreboot ......................................................................
Patch Set 12:
(1 comment)
https://review.coreboot.org/c/coreboot/+/35239/12/util/mainboard/google/hatc... File util/mainboard/google/hatch/create_coreboot_variant.sh:
https://review.coreboot.org/c/coreboot/+/35239/12/util/mainboard/google/hatc... PS12, Line 73: copy_tmpl "${SRC}/dptf.asl.tmpl" \ : "variants/${variant}/include/variant/acpi/dptf.asl" : git add "variants/${variant}/include/variant/acpi/dptf.asl" : : copy_tmpl "${SRC}/ec.h.tmpl" "variants/${variant}/include/variant/ec.h" : git add "variants/${variant}/include/variant/ec.h" : : copy_tmpl "${SRC}/gpio.h.tmpl" "variants/${variant}/include/variant/gpio.h" : git add "variants/${variant}/include/variant/gpio.h" : : copy_tmpl "${SRC}/Makefile.inc.tmpl" "variants/${variant}/Makefile.inc" : git add "variants/${variant}/Makefile.inc" : : # overridetree.cb does not have any dates in it, so we can just copy : cp "variants/${base}/overridetree.cb" "variants/${variant}" : git add "variants/${variant}/overridetree.cb"
I'll work on this. […]
Done