Re: [U-Boot] [PATCH v3 0/5] Fix SPI read and Enable required configs for Exynos5

Hi Minkyu,
Please review this patch set.
This patch set intends to -
- Fix SPI flash reading.
- Enable saving environment at the end of flash.
- Increase SPL size.
- 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
Regards, Akshay Saraswat

There is v3 for this series - Is that correct or this is the final version for this series?
On Mon, Jun 9, 2014 at 3:55 PM, Akshay Saraswat akshay.s@samsung.com wrote:
Hi Minkyu,
Please review this patch set.
This patch set intends to -
- Fix SPI flash reading.
- Enable saving environment at the end of flash.
- Increase SPL size.
- 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(-)
thanks!
participants (2)
-
Akshay Saraswat
-
Jagan Teki