All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dra7x: dfu: qspi: increase the qspi spl partition to 256K
@ 2016-09-26 12:51 Ravi Babu
  2016-09-26 13:03 ` Tom Rini
  2016-10-08 17:07 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Ravi Babu @ 2016-09-26 12:51 UTC (permalink / raw)
  To: u-boot

The SPL size for dra7x platform increased beyond 64K,
increasing the size to 256K to cater for future enhancement.

Signed-off-by: Ravi Babu <ravibabu@ti.com>
---
 include/configs/dra7xx_evm.h | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 72daddf..827c1df 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -105,10 +105,7 @@
 
 #define DFU_ALT_INFO_QSPI \
 	"dfu_alt_info_qspi=" \
-	"MLO raw 0x0 0x010000;" \
-	"MLO.backup1 raw 0x010000 0x010000;" \
-	"MLO.backup2 raw 0x020000 0x010000;" \
-	"MLO.backup3 raw 0x030000 0x010000;" \
+	"MLO raw 0x0 0x040000;" \
 	"u-boot.img raw 0x040000 0x0100000;" \
 	"u-boot-spl-os raw 0x140000 0x080000;" \
 	"u-boot-env raw 0x1C0000 0x010000;" \
@@ -183,10 +180,7 @@
 
 /*
  * Default to using SPI for environment, etc.
- * 0x000000 - 0x010000 : QSPI.SPL (64KiB)
- * 0x010000 - 0x020000 : QSPI.SPL.backup1 (64KiB)
- * 0x020000 - 0x030000 : QSPI.SPL.backup2 (64KiB)
- * 0x030000 - 0x040000 : QSPI.SPL.backup3 (64KiB)
+ * 0x000000 - 0x040000 : QSPI.SPL (256KiB)
  * 0x040000 - 0x140000 : QSPI.u-boot (1MiB)
  * 0x140000 - 0x1C0000 : QSPI.u-boot-spl-os (512KiB)
  * 0x1C0000 - 0x1D0000 : QSPI.u-boot-env (64KiB)
-- 
1.9.1

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

* [U-Boot] [PATCH] dra7x: dfu: qspi: increase the qspi spl partition to 256K
  2016-09-26 12:51 [U-Boot] [PATCH] dra7x: dfu: qspi: increase the qspi spl partition to 256K Ravi Babu
@ 2016-09-26 13:03 ` Tom Rini
  2016-09-26 13:08   ` B, Ravi
  2016-10-08 17:07 ` [U-Boot] " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2016-09-26 13:03 UTC (permalink / raw)
  To: u-boot

On Mon, Sep 26, 2016 at 06:21:13PM +0530, Ravi Babu wrote:

> The SPL size for dra7x platform increased beyond 64K,
> increasing the size to 256K to cater for future enhancement.
> 
> Signed-off-by: Ravi Babu <ravibabu@ti.com>

Have you tested this with a larger SPL to confirm that the ROM will read
more than one sector?

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160926/438b9a20/attachment.sig>

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

* [U-Boot] [PATCH] dra7x: dfu: qspi: increase the qspi spl partition to 256K
  2016-09-26 13:03 ` Tom Rini
@ 2016-09-26 13:08   ` B, Ravi
  0 siblings, 0 replies; 4+ messages in thread
From: B, Ravi @ 2016-09-26 13:08 UTC (permalink / raw)
  To: u-boot

Tom

>> The SPL size for dra7x platform increased beyond 64K, increasing the 
>> size to 256K to cater for future enhancement.
>> 
>> Signed-off-by: Ravi Babu <ravibabu@ti.com>

>Have you tested this with a larger SPL to confirm that the ROM will read more than one sector?

Yes, I have tested SPL size upto 160KB, ROM is able to load to on-chip memory and execute.

Regards
Ravi

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

* [U-Boot] dra7x: dfu: qspi: increase the qspi spl partition to 256K
  2016-09-26 12:51 [U-Boot] [PATCH] dra7x: dfu: qspi: increase the qspi spl partition to 256K Ravi Babu
  2016-09-26 13:03 ` Tom Rini
@ 2016-10-08 17:07 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2016-10-08 17:07 UTC (permalink / raw)
  To: u-boot

On Mon, Sep 26, 2016 at 06:21:13PM +0530, B, Ravi wrote:

> The SPL size for dra7x platform increased beyond 64K,
> increasing the size to 256K to cater for future enhancement.
> 
> Signed-off-by: Ravi Babu <ravibabu@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20161008/9ab9ae1e/attachment.sig>

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

end of thread, other threads:[~2016-10-08 17:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-26 12:51 [U-Boot] [PATCH] dra7x: dfu: qspi: increase the qspi spl partition to 256K Ravi Babu
2016-09-26 13:03 ` Tom Rini
2016-09-26 13:08   ` B, Ravi
2016-10-08 17:07 ` [U-Boot] " Tom Rini

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.