[PULL] u-boot-atmel-2021.04-a
Eugen.Hristev at microchip.com
Eugen.Hristev at microchip.com
Tue Jan 12 08:28:07 CET 2021
Hello Tom,
Please pull tag u-boot-atmel-2021.04-a , the first set of new features
for the 2021.04 cycle.
This feature set includes the new board SAMA7G5 EK, the new evaluation
kit for Microchip AT91 SAMA7G5 SoC . The current board support includes
two configurations for booting from eMMC (SDMMC0), SD-Card (SDMMC1), and
support for two Ethernet interfaces.
Thanks !
Eugen
The following changes since commit c15f44acf9d473f4682bfdc63b8aebd313492b15:
Prepare v2021.01-rc4 (2020-12-21 15:03:24 -0500)
are available in the Git repository at:
https://gitlab.denx.de/u-boot/custodians/u-boot-atmel.git
tags/u-boot-atmel-2021.04-a
for you to fetch changes up to aeaef07c5124afbe848f727a24019cf432f5e011:
ARM: dts: sama7g5ek: fix TXC pin configuration (2021-01-07 09:44:16
+0200)
----------------------------------------------------------------
First set of u-boot-atmel features for 2021.04 cycle
----------------------------------------------------------------
Claudiu Beznea (20):
board: atmel: sama7g5ek: add SYS_MALLOC_F_LEN to SYS_INIT_SP_ADDR
configs: sama7g5ek: set malloc pool to 68K
configs: sama7g5ek: enable pll driver
ARM: dts: sama7g5: move clock frequencies for xtals in board file
ARM: dts: sama7g5: add slow rc and main rc oscillators
ARM: dts: sama7g5: add u-boot,dm-pre-reloc bindings for xtals
ARM: dts: sama7g5: add slow clock bindings
ARM: dts: sama7g5: add PMC bindings
ARM: dts: sama7g5: switch to PMC bindings
configs: sama7g5: enable CONFIG_CPU
ARM: dts: sama7g5: add CPU bindings
configs: sama7g5: use PIT64B
ARM: dts: sama7g5: enable autoboot
ARM: dts: sama7g5: add pit64b support
configs: sama7g5ek: enable mii command
ARM: dts: sama7g5: add GMAC0
ARM: dts: sama7g5: add GMAC1
board: atmel: sama7g5ek: increase arp timeout and retry count
configs: sama7g5ek: enable support for KSZ9131
configs: sama7g5ek: enable CCF
Eugen Hristev (13):
ARM: dts: sama7g5: add initial DT for sama7g5 SoC
board: atmel: sama7g5ek: add initial support for sama7g5ek
ARM: dts: at91: sama7g5: add pinctrl node
ARM: dts: at91: sama7g5ek: add pinctrl for sdmmc1 and flx3
ARM: dts: at91: sama7g5: add assigned clocks for sdmmc1
ARM: dts: at91: sama7g5: add node for sdmmc0
ARM: dts: at91: sama7g5ek: enable sdmmc0 with pinctrl
board: atmel: sama7g5ek: clean-up header bootcommand
configs: sama7g5: add mmc config for sdmmc0
ARM: dts: at91: sama7g5: add flexcom1 and i2c subnode
ARM: dts: sama7g5ek: add i2c1 bus and eeproms
board: atmel: sama7g5ek: add support for MAC address retreival
configs: sama7g5ek: add i2c and eeprom
Nicolas Ferre (2):
arm: at91: configs: Enable CONFIG_SYS_NAND_USE_FLASH_BBT on all
boards
ARM: dts: sama7g5ek: fix TXC pin configuration
arch/arm/dts/Makefile | 3 +
arch/arm/dts/sama7g5.dtsi | 170 +++++++++++++++++++++
arch/arm/dts/sama7g5ek-u-boot.dtsi | 65 ++++++++
arch/arm/dts/sama7g5ek.dts | 202
+++++++++++++++++++++++++
arch/arm/mach-at91/Kconfig | 8 +
board/atmel/sama7g5ek/Kconfig | 15 ++
board/atmel/sama7g5ek/MAINTAINERS | 8 +
board/atmel/sama7g5ek/Makefile | 7 +
board/atmel/sama7g5ek/sama7g5ek.c | 76 ++++++++++
configs/at91sam9260ek_dataflash_cs0_defconfig | 1 -
configs/at91sam9260ek_dataflash_cs1_defconfig | 1 -
configs/at91sam9260ek_nandflash_defconfig | 1 -
configs/at91sam9261ek_dataflash_cs0_defconfig | 1 -
configs/at91sam9261ek_dataflash_cs3_defconfig | 1 -
configs/at91sam9261ek_nandflash_defconfig | 1 -
configs/at91sam9263ek_dataflash_cs0_defconfig | 1 -
configs/at91sam9263ek_dataflash_defconfig | 1 -
configs/at91sam9263ek_nandflash_defconfig | 1 -
configs/at91sam9263ek_norflash_boot_defconfig | 1 -
configs/at91sam9263ek_norflash_defconfig | 1 -
configs/at91sam9g10ek_dataflash_cs0_defconfig | 1 -
configs/at91sam9g10ek_dataflash_cs3_defconfig | 1 -
configs/at91sam9g10ek_nandflash_defconfig | 1 -
configs/at91sam9g20ek_2mmc_defconfig | 1 -
configs/at91sam9g20ek_2mmc_nandflash_defconfig | 1 -
configs/at91sam9g20ek_dataflash_cs0_defconfig | 1 -
configs/at91sam9g20ek_dataflash_cs1_defconfig | 1 -
configs/at91sam9g20ek_nandflash_defconfig | 1 -
configs/at91sam9m10g45ek_mmc_defconfig | 1 -
configs/at91sam9m10g45ek_nandflash_defconfig | 1 -
configs/at91sam9n12ek_mmc_defconfig | 1 -
configs/at91sam9n12ek_nandflash_defconfig | 1 -
configs/at91sam9n12ek_spiflash_defconfig | 1 -
configs/at91sam9rlek_dataflash_defconfig | 1 -
configs/at91sam9rlek_mmc_defconfig | 1 -
configs/at91sam9rlek_nandflash_defconfig | 1 -
configs/at91sam9x5ek_dataflash_defconfig | 1 -
configs/at91sam9x5ek_mmc_defconfig | 1 -
configs/at91sam9x5ek_nandflash_defconfig | 1 -
configs/at91sam9x5ek_spiflash_defconfig | 1 -
configs/at91sam9xeek_dataflash_cs0_defconfig | 1 -
configs/at91sam9xeek_dataflash_cs1_defconfig | 1 -
configs/at91sam9xeek_nandflash_defconfig | 1 -
configs/sama5d2_ptc_ek_mmc_defconfig | 1 -
configs/sama5d2_ptc_ek_nandflash_defconfig | 1 -
configs/sama5d36ek_cmp_mmc_defconfig | 1 -
configs/sama5d36ek_cmp_nandflash_defconfig | 1 -
configs/sama5d36ek_cmp_spiflash_defconfig | 1 -
configs/sama5d3_xplained_mmc_defconfig | 1 -
configs/sama5d3_xplained_nandflash_defconfig | 1 -
configs/sama5d3xek_mmc_defconfig | 1 -
configs/sama5d3xek_nandflash_defconfig | 1 -
configs/sama5d3xek_spiflash_defconfig | 1 -
configs/sama5d4_xplained_mmc_defconfig | 1 -
configs/sama5d4_xplained_nandflash_defconfig | 1 -
configs/sama5d4_xplained_spiflash_defconfig | 1 -
configs/sama5d4ek_mmc_defconfig | 1 -
configs/sama5d4ek_nandflash_defconfig | 1 -
configs/sama5d4ek_spiflash_defconfig | 1 -
configs/sama7g5ek_mmc1_defconfig | 70 +++++++++
configs/sama7g5ek_mmc_defconfig | 70 +++++++++
include/configs/sama7g5ek.h | 45 ++++++
62 files changed, 739 insertions(+), 50 deletions(-)
create mode 100644 arch/arm/dts/sama7g5.dtsi
create mode 100644 arch/arm/dts/sama7g5ek-u-boot.dtsi
create mode 100644 arch/arm/dts/sama7g5ek.dts
create mode 100644 board/atmel/sama7g5ek/Kconfig
create mode 100644 board/atmel/sama7g5ek/MAINTAINERS
create mode 100644 board/atmel/sama7g5ek/Makefile
create mode 100644 board/atmel/sama7g5ek/sama7g5ek.c
create mode 100644 configs/sama7g5ek_mmc1_defconfig
create mode 100644 configs/sama7g5ek_mmc_defconfig
create mode 100644 include/configs/sama7g5ek.h
More information about the U-Boot
mailing list