[PULL next] u-boot-at91-2024.07-a
Eugen Hristev
eugen.hristev at collabora.com
Mon Mar 25 08:45:44 CET 2024
Hello Tom,
Please pull tag u-boot-at91-2024.07-a , the first set of at91
features for the next cycle 2024.07 .
This feature set includes a new board named sama7g54 Curiosity.
Thanks,
Eugen
The following changes since commit 20a0ce574d6642e0dfe651467159039fac48cc4f:
Merge tag 'v2024.04-rc4' into next (2024-03-11 15:27:20 -0400)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-at91.git tags/u-boot-at91-2024.07-a
for you to fetch changes up to a7ba3bf65db264c02a774a59e8febc2ecb095f68:
configs: at91: sama7g54_curiosity: Add initial default configs (2024-03-13
13:35:16 +0200)
----------------------------------------------------------------
First set of u-boot-at91 features for the 2024.07 cycle
----------------------------------------------------------------
Mihai Sain (4):
ARM: dts: at91: sama7g5: Add flexcom 10 node
ARM: dts: at91: sama7g54_curiosity: Add initial device tree of the board
board: at91: sama7g54_curiosity: Add initial board support
configs: at91: sama7g54_curiosity: Add initial default configs
arch/arm/dts/Makefile | 3 +
arch/arm/dts/at91-sama7g54_curiosity-u-boot.dtsi | 59 +++++
arch/arm/dts/at91-sama7g54_curiosity.dts | 242 +++++++++++++++++++++
arch/arm/dts/sama7g5.dtsi | 24 ++
arch/arm/mach-at91/Kconfig | 10 +
board/atmel/sama7g54_curiosity/Kconfig | 15 ++
board/atmel/sama7g54_curiosity/MAINTAINERS | 9 +
board/atmel/sama7g54_curiosity/Makefile | 7 +
.../atmel/sama7g54_curiosity/sama7g54_curiosity.c | 36 +++
configs/sama7g54_curiosity_mmc_defconfig | 123 +++++++++++
configs/sama7g54_curiosity_nandflash_defconfig | 122 +++++++++++
configs/sama7g54_curiosity_qspiflash_defconfig | 122 +++++++++++
include/configs/sama7g54_curiosity.h | 17 ++
13 files changed, 789 insertions(+)
create mode 100644 arch/arm/dts/at91-sama7g54_curiosity-u-boot.dtsi
create mode 100644 arch/arm/dts/at91-sama7g54_curiosity.dts
create mode 100644 board/atmel/sama7g54_curiosity/Kconfig
create mode 100644 board/atmel/sama7g54_curiosity/MAINTAINERS
create mode 100644 board/atmel/sama7g54_curiosity/Makefile
create mode 100644 board/atmel/sama7g54_curiosity/sama7g54_curiosity.c
create mode 100644 configs/sama7g54_curiosity_mmc_defconfig
create mode 100644 configs/sama7g54_curiosity_nandflash_defconfig
create mode 100644 configs/sama7g54_curiosity_qspiflash_defconfig
create mode 100644 include/configs/sama7g54_curiosity.h
More information about the U-Boot
mailing list