From: Eugen Hristev <eugen.hristev@collabora.com>
To: Tom Rini <trini@konsulko.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>
Subject: [PULL next] u-boot-at91-2024.07-a
Date: Mon, 25 Mar 2024 09:45:44 +0200 [thread overview]
Message-ID: <7f50c6db-6ae9-4c1c-b2bf-71c40b86da12@collabora.com> (raw)
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
next reply other threads:[~2024-03-25 7:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-25 7:45 Eugen Hristev [this message]
2024-03-25 13:51 ` [PULL next] u-boot-at91-2024.07-a Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7f50c6db-6ae9-4c1c-b2bf-71c40b86da12@collabora.com \
--to=eugen.hristev@collabora.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.