All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot-2009.03: Fix sector table direction for AMIC (hipox machine only)
@ 2011-02-16 13:26 Mario Schuknecht
  2011-02-16 14:50 ` Steffen Sledz
  2011-02-16 14:52 ` Paul Menzel
  0 siblings, 2 replies; 13+ messages in thread
From: Mario Schuknecht @ 2011-02-16 13:26 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Mario Schuknecht <m.schuknecht@dresearch.de>
---
 .../u-boot-2009.03/hipox/11-cfi-amic-fixup.patch   |   11 +++++++++++
 recipes/u-boot/u-boot_2009.03.bb                   |    1 +
 2 files changed, 12 insertions(+), 0 deletions(-)
 create mode 100644 recipes/u-boot/u-boot-2009.03/hipox/11-cfi-amic-fixup.patch

diff --git a/recipes/u-boot/u-boot-2009.03/hipox/11-cfi-amic-fixup.patch b/recipes/u-boot/u-boot-2009.03/hipox/11-cfi-amic-fixup.patch
new file mode 100644
index 0000000..a7432a5
--- /dev/null
+++ b/recipes/u-boot/u-boot-2009.03/hipox/11-cfi-amic-fixup.patch
@@ -0,0 +1,11 @@
+diff -Nurd u-boot-2009.03.orig//drivers/mtd/cfi_flash.c u-boot-2009.03/drivers/mtd/cfi_flash.c
+--- u-boot-2009.03.orig//drivers/mtd/cfi_flash.c	2011-02-11 15:18:38.000000000 +0100
++++ u-boot-2009.03/drivers/mtd/cfi_flash.c	2011-02-11 15:19:06.000000000 +0100
+@@ -1883,6 +1883,7 @@
+ 		/* Do manufacturer-specific fixups */
+ 		switch (info->manufacturer_id) {
+ 		case 0x0001:
++		case 0x0037: // AMIC
+ 		case 0x00da: // Winbond
+ 			flash_fixup_amd(info, &qry);
+ 			break;
diff --git a/recipes/u-boot/u-boot_2009.03.bb b/recipes/u-boot/u-boot_2009.03.bb
index 2cbded9..d6e9768 100644
--- a/recipes/u-boot/u-boot_2009.03.bb
+++ b/recipes/u-boot/u-boot_2009.03.bb
@@ -14,6 +14,7 @@ SRC_URI_append_hipox = "file://00-hipox.patch \
 	file://03-hipox-direct-switch.patch \
 	file://04-hipox-env.patch \
 	file://10-hipox-boot-abort-key.patch \
+	file://11-cfi-amic-fixup.patch \
 "
 
 TARGET_LDFLAGS = ""
-- 
1.7.1




^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2011-02-19  9:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16 13:26 [PATCH] u-boot-2009.03: Fix sector table direction for AMIC (hipox machine only) Mario Schuknecht
2011-02-16 14:50 ` Steffen Sledz
2011-02-16 14:52 ` Paul Menzel
2011-02-16 15:16   ` Schuknecht, Mario
2011-02-16 18:34     ` Wolfgang Denk
2011-02-16 20:19       ` Sledz, Steffen
2011-02-16 21:10         ` Wolfgang Denk
2011-02-18 14:12     ` [PATCH v2] u-boot-2009.03: use AMD fixups for AMIC too Steffen Sledz
2011-02-18 14:13       ` Steffen Sledz
2011-02-18 19:16       ` Tom Rini
2011-02-18 22:48       ` Paul Menzel
2011-02-19  6:53         ` Steffen Sledz
2011-02-19  9:05           ` Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.