diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 14:45:07 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 14:45:07 (EDT) |
commit | 3f8ba364134685066fbdb8717d140ce5d995fbc2 (patch) | |
tree | 9736762ac1841510ebefdd17089f9e60a33e3dd4 /resources/utilities | |
parent | cfd337606eb4baf557ec92aa978db9141e384203 (diff) | |
download | libreboot-3f8ba364134685066fbdb8717d140ce5d995fbc2.zip libreboot-3f8ba364134685066fbdb8717d140ce5d995fbc2.tar.gz libreboot-3f8ba364134685066fbdb8717d140ce5d995fbc2.tar.bz2 |
coreboot-libre: add TODO to not delete intel microcode updates
These are deleted in a later coreboot, moved to its 3rdparty repo
See 5818da262dc0ce56bb1d5439b6d139bc08c25554 in coreboot or
http://review.coreboot.org/#/c/4531/
Diffstat (limited to 'resources/utilities')
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 9c3fe26..7e3028a 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -30,6 +30,11 @@ cd coreboot/ # --------------------- # CPU microcode updates +# note: sed -r '/src\/cpu\intel\/.*\/microcode/d' -i resources/utilities/coreboot-libre/deblob +# sed --in-english 'remove lines containing "src/cpu/intel/.*/microcode" from the file called resources/utilities/coreboot-libre/deblob" +# src/cpu/intel/*/microcode*.h is removed from a later coreboot: +# see --> http://review.coreboot.org/gitweb?p=coreboot.git;a=commit;h=5818da262dc0ce56bb1d5439b6d139bc08c25554&utm_source=anzwix +# remove them from this script on the next coreboot update # --------------------- rm -f \ "src/cpu/intel/model_68x/microcode-617-MU16860c.h" \ |