All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] xpedite5200, 5370: Use buffered NOR flash writes
@ 2009-07-20  0:17 ptyser at xes-inc.com
  2009-07-20  0:17 ` [U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo ptyser at xes-inc.com
  2009-07-21 14:16 ` [U-Boot] [PATCH 1/3] xpedite5200, 5370: Use buffered NOR flash writes Kumar Gala
  0 siblings, 2 replies; 7+ messages in thread
From: ptyser at xes-inc.com @ 2009-07-20  0:17 UTC (permalink / raw)
  To: u-boot

From: Peter Tyser <ptyser@xes-inc.com>

Buffered writes are possible on the XPedite5200 and XPedite5370 and greatly
improve NOR flash write speeds

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
---
I miscalculated the merge window close time...  I hope to slip these last 3
trivial changes in the upcoming release if possible.

Thanks,
Peter


 include/configs/XPEDITE5200.h |    1 +
 include/configs/XPEDITE5370.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/configs/XPEDITE5200.h b/include/configs/XPEDITE5200.h
index 89ab692..617f514 100644
--- a/include/configs/XPEDITE5200.h
+++ b/include/configs/XPEDITE5200.h
@@ -129,6 +129,7 @@
 #define CONFIG_SYS_FLASH_WRITE_TOUT	500		/* Flash Write Timeout (ms) */
 #define CONFIG_FLASH_CFI_DRIVER
 #define CONFIG_SYS_FLASH_CFI
+#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
 #define CONFIG_SYS_FLASH_AUTOPROTECT_LIST	{ {0xfff40000, 0xc0000}, \
 						  {0xfbf40000, 0xc0000} }
 #define CONFIG_SYS_MONITOR_BASE	TEXT_BASE	/* start of monitor */
diff --git a/include/configs/XPEDITE5370.h b/include/configs/XPEDITE5370.h
index 536e063..d00448b 100644
--- a/include/configs/XPEDITE5370.h
+++ b/include/configs/XPEDITE5370.h
@@ -137,6 +137,7 @@ extern unsigned long get_board_ddr_clk(unsigned long dummy);
 #define CONFIG_SYS_FLASH_WRITE_TOUT	500		/* Flash Write Timeout (ms) */
 #define CONFIG_FLASH_CFI_DRIVER
 #define CONFIG_SYS_FLASH_CFI
+#define CONFIG_SYS_FLASH_USE_BUFFER_WRITE
 #define CONFIG_SYS_FLASH_AUTOPROTECT_LIST	{ {0xfff40000, 0xc0000}, \
 						  {0xf7f40000, 0xc0000} }
 #define CONFIG_SYS_MONITOR_BASE	TEXT_BASE	/* start of monitor */
-- 
1.6.2-rc2.GIT

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

end of thread, other threads:[~2009-07-21 14:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-20  0:17 [U-Boot] [PATCH 1/3] xpedite5200, 5370: Use buffered NOR flash writes ptyser at xes-inc.com
2009-07-20  0:17 ` [U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo ptyser at xes-inc.com
2009-07-20  0:17   ` [U-Boot] [PATCH 3/3] Remove last remanants of unused CONFIG_I2C_CMD_TREE ptyser at xes-inc.com
2009-07-20 11:12     ` Heiko Schocher
2009-07-20 10:51   ` [U-Boot] [PATCH 2/3] xpedite5370: Fix I2C GPIO initialization typo Heiko Schocher
2009-07-21 14:16   ` Kumar Gala
2009-07-21 14:16 ` [U-Boot] [PATCH 1/3] xpedite5200, 5370: Use buffered NOR flash writes Kumar Gala

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.