diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 17:45:29 +0000 |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-03-15 17:45:29 +0000 |
commit | 720fe1b4b03d49409c6d06f8befad6619d069e0c (patch) | |
tree | de55c187a1f283fda4a804d2583026090099c549 | |
parent | b623b2a60a37fd4f7ba7981e4abb42e48842f626 (diff) | |
download | librebootfr-720fe1b4b03d49409c6d06f8befad6619d069e0c.tar.gz librebootfr-720fe1b4b03d49409c6d06f8befad6619d069e0c.zip |
coreboot-libreboot: don't rm raminit_tables (nahelem/sandybridge)
These are not blobs!
-rwxr-xr-x | resources/utilities/coreboot-libre/deblob | 7 | ||||
-rw-r--r-- | resources/utilities/coreboot-libre/nonblobs | 2 | ||||
-rw-r--r-- | resources/utilities/coreboot-libre/nonblobs_notes | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob index 3377ba7a..77dc1dcd 100755 --- a/resources/utilities/coreboot-libre/deblob +++ b/resources/utilities/coreboot-libre/deblob @@ -270,13 +270,6 @@ rm -f \ "src/southbridge/nvidia/ck804/early_setup_ss.h" \ "src/southbridge/sis/sis966/early_setup_ss.h" -# --------------------------- -# northbridge intel (raminit) -# --------------------------- -rm -f \ -"src/northbridge/intel/nehalem/raminit_tables.c" \ -"src/northbridge/intel/sandybridge/raminit_patterns.h" - printf "\n\n" cd ../ diff --git a/resources/utilities/coreboot-libre/nonblobs b/resources/utilities/coreboot-libre/nonblobs index 1bb7b5d9..0bc51c03 100644 --- a/resources/utilities/coreboot-libre/nonblobs +++ b/resources/utilities/coreboot-libre/nonblobs @@ -257,3 +257,5 @@ ./src/mainboard/google/samus/elpida_8Gb.spd.hex ./src/mainboard/google/samus/samsung_4Gb.spd.hex ./src/mainboard/google/falco/Samsung_M471B5674QH0.spd.hex +./src/northbridge/intel/nehalem/raminit_tables.c +./src/northbridge/intel/sandybridge/raminit_patterns.h diff --git a/resources/utilities/coreboot-libre/nonblobs_notes b/resources/utilities/coreboot-libre/nonblobs_notes index d7723d23..34db8588 100644 --- a/resources/utilities/coreboot-libre/nonblobs_notes +++ b/resources/utilities/coreboot-libre/nonblobs_notes @@ -2,5 +2,9 @@ see JEDEC standard or https://en.wikipedia.org/wiki/Serial_presence_detect These are added to the nonblobs file +src/northbridge/intel/nehalem/raminit_tables.c" +src/northbridge/intel/sandybridge/raminit_patterns.h +These are used by native raminit for the relevant platforms, and are not blobs + The text in this file is CC-BY-SA 4.0 or higher. All contributions to it must be made under the same license. |