coreboot ec-acpi (#106)

* Add script for updating coreboot config

* Update coreboot and coreboot config

* Update coreboot and configs

* Pass board and version when running make clean in ec

* Add addw2 chip.txt

* Update coreboot

* Update coreboot
This commit is contained in:
Jeremy Soller
2020-07-18 13:49:56 -06:00
committed by GitHub
parent 62130a2160
commit 48bf9dcfce
19 changed files with 67 additions and 2565 deletions

View File

@@ -9,6 +9,6 @@ then
fi
source "$1"
make -C ec clean
make -C ec BOARD=${BOARD} VERSION=${VERSION} clean
make -C ec BOARD=${BOARD} VERSION=${VERSION} -j $(nproc)
cp "ec/build/${BOARD}/${VERSION}/ec.rom" "$2"