Raul Rangel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/44480 )
Change subject: mb/google/zork: Switch zork to use spd_tools ......................................................................
Patch Set 15:
(1 comment)
https://review.coreboot.org/c/coreboot/+/44480/15//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/44480/15//COMMIT_MSG@19 PS15, Line 19: go build gen_part_id.go : for variant in "trembyle" "ezkinil" "dalboz" "dirinboz" "berknip" "morphius" "woomax" "vilboz"; do : ./gen_part_id ../../../src/mainboard/google/zork/spd ../../../src/mainboard/google/zork/variants/${variant}/spd/ ../../../src/mainboard/google/zork/variants/${variant}/spd/mem_parts_used.txt : done Can this be done as part of the build so we don't need to check in the generated artifacts? This would also automatically regenerate everything if one of the dependencies changed.