summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2011-07-28 16:07:54 -0500
committerJesse Gilles <jgilles@multitech.com>2011-07-28 16:07:54 -0500
commit2b75e136d825eb01ec7af84ee5cf868d2827341a (patch)
tree0d33d8f9f33f4bdd94e632318c5f23f6e7b69f4f
parent4410b762f0d653a367b3e8f4dc1f5e36bdced954 (diff)
at91bootstrap 2.13: add toshiba nand id
-rw-r--r--multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch10
-rw-r--r--multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend6
2 files changed, 14 insertions, 2 deletions
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch
new file mode 100644
index 0000000..3b07a12
--- /dev/null
+++ b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch
@@ -0,0 +1,10 @@
+--- at91bootstrap-2.13.orig/include/nand_ids.h 2010-01-12 15:13:39.000000000 -0600
++++ at91bootstrap-2.13/include/nand_ids.h 2011-07-07 15:36:58.636900223 -0500
+@@ -43,6 +43,7 @@
+ {0xecda, 0x800, 0x20000, 0x800, 0x40, 0x0, "Samsung K9F2G08U0M 256MB\0"},
+ {0xecaa, 0x800, 0x20000, 0x800, 0x40, 0x0, "Samsung K9F2G08U0A 256MB\0"},
+ {0x20aa, 0x800, 0x20000, 0x800, 0x40, 0x0, "ST Micro NAND02GR3B 256MB\0"},
++ {0x98da, 0x800, 0x20000, 0x800, 0x40, 0x0, "Toshiba TC58NVG1S3ETA00 256MB\0"},
+ {0,}
+ };
+
diff --git a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend
index 4eeb6e0..ee6a2ed 100644
--- a/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend
+++ b/multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend
@@ -1,9 +1,11 @@
FILESEXTRA := "${THISDIR}"
FILESPATHBASE =. "${FILESEXTRA}:"
-PR .= ".corecdp1"
+PR .= ".corecdp2"
-SRC_URI += "file://defconfig"
+SRC_URI += "file://defconfig \
+ file://nand_ids_toshiba.patch \
+ "
# run memory bus at 1.8v for mtcdp-embedded
SRC_URI_append_mtcdp-embedded = " file://memory_bus_1.8v.patch"