All of lore.kernel.org
 help / color / mirror / Atom feed
* [PULL] u-boot-at91-2024.01-b
@ 2023-10-23 15:23 Eugen Hristev
  2023-10-23 16:58 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2023-10-23 15:23 UTC (permalink / raw)
  To: Tom Rini; +Cc: U-Boot Mailing List

Hello Tom,

Please pull tag u-boot-at91-2024.01-b , the second set of at91 features 
for 2024.01 cycle.

This feature set a new board named Conclusive KSTR sama5d27 with some 
small prerequisites patches.

Thanks,
Eugen


The following changes since commit 9a3a58396b78b1f9d0c14580dc03f81d29207dd2:

   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell 
(2023-10-20 12:54:33 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-at91.git 
tags/u-boot-at91-2024.01-b

for you to fetch changes up to 27347893f02d4457b80357a38c194a726a43533a:

   board: Add support for Conclusive KSTR-SAMA5D27 (2023-10-23 17:07:06 
+0300)

----------------------------------------------------------------
Second set of u-boot-at91 features for the 2024.01 cycle

----------------------------------------------------------------
Artur Rojek (4):
       common: add prototype & rename populate_serial_number()
       event: add new EVT_SETTINGS_R event
       arm: dts: at91: sama5: Add flexcom4 node
       board: Add support for Conclusive KSTR-SAMA5D27

  arch/arm/dts/Makefile                          |   3 +
  arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi    |  42 +++++
  arch/arm/dts/at91-kstr-sama5d27.dts            | 127 +++++++++++++
  arch/arm/dts/sama5d2.dtsi                      |  20 +++
  arch/arm/mach-at91/Kconfig                     |  12 ++
  board/conclusive/kstr-sama5d27/Kconfig         |  15 ++
  board/conclusive/kstr-sama5d27/MAINTAINERS     |   9 +
  board/conclusive/kstr-sama5d27/Makefile        |   5 +
  board/conclusive/kstr-sama5d27/kstr-sama5d27.c | 239 
+++++++++++++++++++++++++
  cmd/tlv_eeprom.c                               |  14 +-
  common/board_r.c                               |   1 +
  common/event.c                                 |   1 +
  configs/kstr_sama5d27_defconfig                |  73 ++++++++
  include/configs/kstr-sama5d27.h                |  15 ++
  include/event.h                                |   9 +
  include/init.h                                 |  14 ++
  16 files changed, 586 insertions(+), 13 deletions(-)
  create mode 100644 arch/arm/dts/at91-kstr-sama5d27-u-boot.dtsi
  create mode 100644 arch/arm/dts/at91-kstr-sama5d27.dts
  create mode 100644 board/conclusive/kstr-sama5d27/Kconfig
  create mode 100644 board/conclusive/kstr-sama5d27/MAINTAINERS
  create mode 100644 board/conclusive/kstr-sama5d27/Makefile
  create mode 100644 board/conclusive/kstr-sama5d27/kstr-sama5d27.c
  create mode 100644 configs/kstr_sama5d27_defconfig
  create mode 100644 include/configs/kstr-sama5d27.h

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PULL] u-boot-at91-2024.01-b
  2023-10-23 15:23 [PULL] u-boot-at91-2024.01-b Eugen Hristev
@ 2023-10-23 16:58 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2023-10-23 16:58 UTC (permalink / raw)
  To: Eugen Hristev; +Cc: U-Boot Mailing List

[-- Attachment #1: Type: text/plain, Size: 868 bytes --]

On Mon, Oct 23, 2023 at 06:23:38PM +0300, Eugen Hristev wrote:

> Hello Tom,
> 
> Please pull tag u-boot-at91-2024.01-b , the second set of at91 features for
> 2024.01 cycle.
> 
> This feature set a new board named Conclusive KSTR sama5d27 with some small
> prerequisites patches.
> 
> Thanks,
> Eugen
> 
> 
> The following changes since commit 9a3a58396b78b1f9d0c14580dc03f81d29207dd2:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-10-20
> 12:54:33 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-at91.git
> tags/u-boot-at91-2024.01-b
> 
> for you to fetch changes up to 27347893f02d4457b80357a38c194a726a43533a:
> 
>   board: Add support for Conclusive KSTR-SAMA5D27 (2023-10-23 17:07:06
> +0300)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-23 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-23 15:23 [PULL] u-boot-at91-2024.01-b Eugen Hristev
2023-10-23 16:58 ` Tom Rini

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.