Re: [PULL] u-boot-at91-2024.01-b

2023-10-23 Thread Tom Rini
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


signature.asc
Description: PGP signature


[PULL] u-boot-at91-2024.01-b

2023-10-23 Thread Eugen Hristev

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