]> git.baikalelectronics.ru Git - uboot.git/commitdiff
Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodians/u...
authorTom Rini <trini@konsulko.com>
Thu, 17 Jun 2021 15:46:44 +0000 (11:46 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 17 Jun 2021 15:46:44 +0000 (11:46 -0400)
First set of u-boot-atmel features for the 2021.10 cycle:

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.

22 files changed:
1  2 
configs/sam9x60ek_mmc_defconfig
configs/sam9x60ek_nandflash_defconfig
configs/sam9x60ek_qspiflash_defconfig
configs/sama5d27_som1_ek_mmc1_defconfig
configs/sama5d27_som1_ek_mmc_defconfig
configs/sama5d27_som1_ek_qspiflash_defconfig
configs/sama5d27_wlsom1_ek_mmc_defconfig
configs/sama5d27_wlsom1_ek_qspiflash_defconfig
configs/sama5d2_icp_mmc_defconfig
configs/sama5d2_ptc_ek_mmc_defconfig
configs/sama5d2_ptc_ek_nandflash_defconfig
configs/sama5d2_xplained_emmc_defconfig
configs/sama5d2_xplained_mmc_defconfig
configs/sama5d2_xplained_qspiflash_defconfig
configs/sama5d2_xplained_spiflash_defconfig
configs/sama5d3_xplained_mmc_defconfig
configs/sama5d3_xplained_nandflash_defconfig
configs/sama5d4_xplained_mmc_defconfig
configs/sama5d4_xplained_nandflash_defconfig
configs/sama5d4_xplained_spiflash_defconfig
configs/sama7g5ek_mmc1_defconfig
configs/sama7g5ek_mmc_defconfig

index d65dbc1e1adc4c101caa7425e60cdcb9c729e497,8189997938041d531f04c17e6ee430d13f266917..e5b522632491ed7f27faf9255cc7e1583cf4a2b6
@@@ -45,8 -49,14 +49,13 @@@ CONFIG_DM_I2C=
  CONFIG_SYS_I2C_AT91=y
  CONFIG_I2C_EEPROM=y
  CONFIG_MICROCHIP_FLEXCOM=y
 -CONFIG_DM_MMC=y
  CONFIG_MMC_SDHCI=y
  CONFIG_MMC_SDHCI_ATMEL=y
+ CONFIG_MTD=y
+ CONFIG_MTD_RAW_NAND=y
+ CONFIG_NAND_ATMEL=y
+ CONFIG_ATMEL_NAND_HW_PMECC=y
+ CONFIG_PMECC_CAP=8
  CONFIG_PHY_MICREL=y
  CONFIG_DM_ETH=y
  CONFIG_MACB=y
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge