public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/5] Fix SPI read and Enable required configs for Exynos5
@ 2014-06-03 16:17 Akshay Saraswat
  2014-06-03 16:17 ` [U-Boot] [PATCH v3 1/5] Exynos: SPI: Fix reading data from SPI flash Akshay Saraswat
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Akshay Saraswat @ 2014-06-03 16:17 UTC (permalink / raw)
  To: u-boot

This patch set intends to -
1. Fix SPI flash reading.
2. Enable saving environment at the end of flash.
3. Increase SPL size.
4. Enable USB booting for all Exynos5 Socs.

Changes since v2:
	- Added "Acked-by" & "Tested-by".
	- Changed assignment for *rxp in 1/5.
Changes since v1:
	- Added check for step in 1/5.
	- Added new config for SPI flash size in 2/5.
	- Made spl footprint 30 KB instead of 32 in 3/5.
	- Added "Acked-by" in 4/5.
	- Introduced new patch 5/5.

Akshay Saraswat (4):
  Exynos: SPI: Fix reading data from SPI flash
  Exynos5: Config: Place environment at the end of SPI flash
  Exynos5: Config: Increase SPL footprint for Exynos5420
  Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs

Michael Pratt (1):
  Exynos: Split 5250 and 5420 memory bank configuration

 drivers/spi/exynos_spi.c        |  5 +++++
 include/configs/exynos5-dt.h    | 15 ++++++++++-----
 include/configs/exynos5250-dt.h | 13 +++++++------
 include/configs/exynos5420.h    |  6 ++++++
 4 files changed, 28 insertions(+), 11 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2014-06-18  7:16 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-03 16:17 [U-Boot] [PATCH v3 0/5] Fix SPI read and Enable required configs for Exynos5 Akshay Saraswat
2014-06-03 16:17 ` [U-Boot] [PATCH v3 1/5] Exynos: SPI: Fix reading data from SPI flash Akshay Saraswat
2014-06-03 16:17 ` [U-Boot] [PATCH v3 2/5] Exynos5: Config: Place environment at the end of " Akshay Saraswat
2014-06-03 16:17 ` [U-Boot] [PATCH v3 3/5] Exynos5: Config: Increase SPL footprint for Exynos5420 Akshay Saraswat
2014-06-03 16:17 ` [U-Boot] [PATCH v3 4/5] Exynos5: Config: Enable USB boot mode for all Exynos5 SoCs Akshay Saraswat
2014-06-03 16:17 ` [U-Boot] [PATCH v3 5/5] Exynos: Split 5250 and 5420 memory bank configuration Akshay Saraswat
2014-06-17  6:28   ` Minkyu Kang
2014-06-18  2:11     ` Simon Glass
2014-06-18  6:30       ` Minkyu Kang
2014-06-18  6:47         ` Simon Glass
2014-06-18  7:16           ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox