summaryrefslogtreecommitdiffstats
path: root/resources/utilities/coreboot-libre
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-03-15 13:45:29 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-03-15 13:45:29 (EDT)
commit720fe1b4b03d49409c6d06f8befad6619d069e0c (patch)
treede55c187a1f283fda4a804d2583026090099c549 /resources/utilities/coreboot-libre
parentb623b2a60a37fd4f7ba7981e4abb42e48842f626 (diff)
downloadlibreboot-720fe1b4b03d49409c6d06f8befad6619d069e0c.zip
libreboot-720fe1b4b03d49409c6d06f8befad6619d069e0c.tar.gz
libreboot-720fe1b4b03d49409c6d06f8befad6619d069e0c.tar.bz2
coreboot-libreboot: don't rm raminit_tables (nahelem/sandybridge)
These are not blobs!
Diffstat (limited to 'resources/utilities/coreboot-libre')
-rwxr-xr-xresources/utilities/coreboot-libre/deblob7
-rw-r--r--resources/utilities/coreboot-libre/nonblobs2
-rw-r--r--resources/utilities/coreboot-libre/nonblobs_notes4
3 files changed, 6 insertions, 7 deletions
diff --git a/resources/utilities/coreboot-libre/deblob b/resources/utilities/coreboot-libre/deblob
index 3377ba7..77dc1dc 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 1bb7b5d..0bc51c0 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 d7723d2..34db858 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.