
Hello Tom,
Please pull tag u-boot-atmel-2021.10-a , the first set of atmel features for the next cycle 2021.10 .
This feature set converts the boards pm9261 and pm9263 Ethernet support to DM; enables hash command for all SAM boards; fixes the NAND pmecc bit-flips correction; adds Falcon boot for sama5d3_xplained board; and other minor adjustments.
Thanks, Eugen
The following changes since commit ff8cb34d79384524ed81027f7d07a31f7405c27d:
Prepare v2021.07-rc1 (2021-04-26 20:53:51 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-atmel.git tags/u-boot-atmel-2021.10-a
for you to fetch changes up to ea83ea5afd181ac2cf5d02b623956a6dac684883:
board: sama5d3_xplained: add Falcon boot support (2021-06-14 12:28:03 +0300)
---------------------------------------------------------------- First set of u-boot-atmel features for the 2021.10 cycle
---------------------------------------------------------------- Eugen Hristev (3): configs: sama7g5ek: increase bootm len configs: sama5d27_wlsom1_ek_mmc: add default bootargs configs: sam boards: add hash command
Ilko Iliev (3): board: pm9261: remove network support board: pm9263: switch to use DM_ETH board: pm9263: fix some typos in comments
Kai Stuhlemmer (ebee Engineering) (1): nand: atmel: Correct bitflips in erased pages
Michael Opdenacker (1): board: sama5d3_xplained: add Falcon boot support
Reto Schneider (1): configs: gardena-smart-gateway-at91sam: Adjust to production values
Tudor Ambarus (2): Revert "sama5d3: Fix Galois Field Table offsets" configs: sam9x60ek: Enable NAND on mmc defconfig
arch/arm/mach-at91/include/mach/sama5d3.h | 4 +- board/atmel/sama5d3_xplained/sama5d3_xplained.c | 7 +++ board/ronetix/pm9261/pm9261.c | 54 -------------------- board/ronetix/pm9263/pm9263.c | 67 ++----------------------- configs/gardena-smart-gateway-at91sam_defconfig | 10 ++-- configs/pm9261_defconfig | 4 +- configs/pm9263_defconfig | 2 + configs/sam9x60ek_mmc_defconfig | 9 ++++ configs/sam9x60ek_nandflash_defconfig | 2 + configs/sam9x60ek_qspiflash_defconfig | 2 + configs/sama5d27_som1_ek_mmc1_defconfig | 2 + configs/sama5d27_som1_ek_mmc_defconfig | 2 + configs/sama5d27_som1_ek_qspiflash_defconfig | 2 + configs/sama5d27_wlsom1_ek_mmc_defconfig | 3 ++ configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 2 + configs/sama5d2_icp_mmc_defconfig | 2 + configs/sama5d2_ptc_ek_mmc_defconfig | 2 + configs/sama5d2_ptc_ek_nandflash_defconfig | 2 + configs/sama5d2_xplained_emmc_defconfig | 2 + configs/sama5d2_xplained_mmc_defconfig | 2 + configs/sama5d2_xplained_qspiflash_defconfig | 2 + configs/sama5d2_xplained_spiflash_defconfig | 2 + configs/sama5d3_xplained_mmc_defconfig | 2 + configs/sama5d3_xplained_nandflash_defconfig | 2 + configs/sama5d4_xplained_mmc_defconfig | 2 + configs/sama5d4_xplained_nandflash_defconfig | 2 + configs/sama5d4_xplained_spiflash_defconfig | 2 + configs/sama7g5ek_mmc1_defconfig | 2 + configs/sama7g5ek_mmc_defconfig | 2 + drivers/mtd/nand/raw/atmel_nand.c | 37 +++++++------- include/configs/pm9261.h | 9 ---- include/configs/pm9263.h | 8 +-- include/configs/sama5d3_xplained.h | 14 ++++++ include/configs/sama7g5ek.h | 2 +- 34 files changed, 109 insertions(+), 161 deletions(-)

On Thu, Jun 17, 2021 at 09:11:06AM +0000, Eugen.Hristev@microchip.com wrote:
Hello Tom,
Please pull tag u-boot-atmel-2021.10-a , the first set of atmel features for the next cycle 2021.10 .
This feature set converts the boards pm9261 and pm9263 Ethernet support to DM; enables hash command for all SAM boards; fixes the NAND pmecc bit-flips correction; adds Falcon boot for sama5d3_xplained board; and other minor adjustments.
Thanks, Eugen
The following changes since commit ff8cb34d79384524ed81027f7d07a31f7405c27d:
Prepare v2021.07-rc1 (2021-04-26 20:53:51 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-atmel.git tags/u-boot-atmel-2021.10-a
for you to fetch changes up to ea83ea5afd181ac2cf5d02b623956a6dac684883:
board: sama5d3_xplained: add Falcon boot support (2021-06-14 12:28:03 +0300)
Applied to u-boot/next, thanks!
participants (2)
-
Eugen.Hristev@microchip.com
-
Tom Rini