Nicholas Chin has uploaded a new patch set (#2). ( https://review.coreboot.org/c/coreboot/+/84329?usp=email )
Change subject: util/autoport: Add function to create empty files ......................................................................
util/autoport: Add function to create empty files
As per commit cf4722d317ea (src/mb: Update unlicensable files with the CC-PDDC SPDX ID) effectively empty files should use the Creative Commons Public Domain Dedication and Certification (CC-PDDC) license header. Add a function to create an empty file and add the CC-PDDC SPDX header and a comment to change the license if content is added.
The only empty files that autoport currently generates are ec.asl and superio.asl on non-laptop systems, where NoEC() is used.
Change-Id: I409a6d90d671258e318c26e34a35c238d6fd28c1 Signed-off-by: Nicholas Chin nic.c3.14@gmail.com --- M util/autoport/ec_none.go M util/autoport/main.go 2 files changed, 12 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/84329/2