From 2b75e136d825eb01ec7af84ee5cf868d2827341a Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Thu, 28 Jul 2011 16:07:54 -0500 Subject: at91bootstrap 2.13: add toshiba nand id --- .../at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch | 10 ++++++++++ multitech/recipes/at91bootstrap/at91bootstrap_2.13.bbappend | 6 ++++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 multitech/recipes/at91bootstrap/at91bootstrap-2.13/nand_ids_toshiba.patch 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" -- cgit v1.2.3