From d00d1fd87f1ca69f7d5cf6ffe852a2ee0786e676 Mon Sep 17 00:00:00 2001 From: Bryan Tran Date: Mon, 19 Jan 2015 23:44:09 +0100 Subject: at91bootstrap-2.13:add_more_nand_ids.patch: Add more nand ids (Toshiba,Spansion) --- .../at91bootstrap-2.13/add_more_nand_ids.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch diff --git a/multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch new file mode 100644 index 0000000..9a3635c --- /dev/null +++ b/multitech/recipes/at91bootstrap/at91bootstrap-2.13/add_more_nand_ids.patch @@ -0,0 +1,14 @@ +Index: at91bootstrap-2.13/include/nand_ids.h +=================================================================== +--- at91bootstrap-2.13.orig/include/nand_ids.h ++++ at91bootstrap-2.13/include/nand_ids.h +@@ -44,6 +44,9 @@ static struct SNandInitInfo NandFlash_In + {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"}, ++ {0xecdc, 0x800, 0x20000, 0x800, 0x40, 0x0, "Samsung K9F4G08U0D\0"}, ++ {0x01da, 0x800, 0x20000, 0x800, 0x40, 0x0, "Spansion S34ML02G1\0"}, ++ {0x20da, 0x800, 0x20000, 0x800, 0x40, 0x0, "NAND2GW3B2DN6\0"}, + {0,} + }; + -- cgit v1.2.3