All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Adjust at91 boards config offset for all boards
@ 2018-05-09  7:30 Eugen Hristev
  2018-05-09  7:30 ` [U-Boot] [PATCH 1/3] configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block alignment Eugen Hristev
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Eugen Hristev @ 2018-05-09  7:30 UTC (permalink / raw)
  To: u-boot

We have a new demo layout of our sama5 boards for the NAND Flash
memory.
According to this new layout, adjust the mtdparts variable in bootargs
and config offsets in the board include files.
The map is available at :
http://www.at91.com/linux4sam/bin/view/Linux4SAM/Sama5d3XplainedMainPage#NAND_Flash_demo_Memory_map

We have already aligned the sama5 mtdparts to new map with commit:
"72281cbcf" : configs: at91: sama5: updated mtdparts variable in bootargs

This series will fix the other at91 boards w.r.t. mtdparts and all the at91
boards w.r.t. CONFIG_ENV_OFFSET.

All the boards will be aligned with the same flash memory map linked above.

Thanks!

Eugen Hristev (1):
  configs: at91sam9x5ek: updated mtdparts variable in bootargs

Nicolas Ferre (2):
  configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block
    alignment
  configs: at91: Adjust CONFIG_ENV_OFFSET to match sama5 address

 configs/at91sam9x5ek_dataflash_defconfig | 2 +-
 configs/at91sam9x5ek_nandflash_defconfig | 2 +-
 configs/at91sam9x5ek_spiflash_defconfig  | 2 +-
 include/configs/at91-sama5_common.h      | 2 +-
 include/configs/at91sam9260ek.h          | 2 +-
 include/configs/at91sam9261ek.h          | 2 +-
 include/configs/at91sam9263ek.h          | 2 +-
 include/configs/at91sam9m10g45ek.h       | 2 +-
 include/configs/at91sam9n12ek.h          | 2 +-
 include/configs/at91sam9rlek.h           | 2 +-
 include/configs/at91sam9x5ek.h           | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-05-24 12:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-09  7:30 [U-Boot] [PATCH 0/3] Adjust at91 boards config offset for all boards Eugen Hristev
2018-05-09  7:30 ` [U-Boot] [PATCH 1/3] configs: at91: sama5_common: Adjust CONFIG_ENV_OFFSET to match block alignment Eugen Hristev
2018-05-24 12:40   ` [U-Boot] [U-Boot, " Tom Rini
2018-05-09  7:30 ` [U-Boot] [PATCH 2/3] configs: at91: Adjust CONFIG_ENV_OFFSET to match sama5 address Eugen Hristev
2018-05-24 12:40   ` [U-Boot] [U-Boot, " Tom Rini
2018-05-09  7:30 ` [U-Boot] [PATCH 3/3] configs: at91sam9x5ek: updated mtdparts variable in bootargs Eugen Hristev
2018-05-24 12:40   ` [U-Boot] [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.