mbox series

[GIT,PULL] Please pull u-boot-amlogic-fixes-20240325

Message ID b3c9af94-9b6e-4dd8-b5f7-7a59a3520e24@linaro.org
State Accepted
Delegated to: Tom Rini
Headers show
Series [GIT,PULL] Please pull u-boot-amlogic-fixes-20240325 | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-fixes-20240325

Message

Neil Armstrong March 25, 2024, 9:45 a.m. UTC
Hi Tom,

Please pull this set of last minute fixes

Thanks,
Neil

The following changes since commit bd0aedde3ea3691616c17c720e2d25351308c0a1:

   board: toradex: verdin-am62_r5: Increase SPL_STACK_R_MALLOC_SIMPLE_LEN (2024-03-22 11:10:51 -0400)

are available in the Git repository at:

   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-fixes-20240325

for you to fetch changes up to d54f87f09a36ac20154955297b7c999b368b0443:

   board: amlogic: fix buffler overflow in seria, mac & usid read (2024-03-25 09:16:19 +0100)

----------------------------------------------------------------
- fix Ethernet and random MAC's on WeTek Hub/Play2
- fix buffer overflow in serial, mac & usid read

----------------------------------------------------------------
Christian Hewitt (2):
       ARM: dts: fix Ethernet on WeTek Hub/Play2
       board: amlogic: add meson_generate_serial_ethaddr fallback to p200

Neil Armstrong (1):
       board: amlogic: fix buffler overflow in seria, mac & usid read

  ...b-wetek-u-boot.dtsi => meson-gxbb-wetek-hub-u-boot.dtsi} |  0
  arch/arm/dts/meson-gxbb-wetek-play2-u-boot.dtsi             | 13 +++++++++++++
  board/amlogic/beelink-s922x/beelink-s922x.c                 |  3 ++-
  board/amlogic/jethub-j100/jethub-j100.c                     |  3 ++-
  board/amlogic/jethub-j80/jethub-j80.c                       |  9 ++++++---
  board/amlogic/odroid-n2/odroid-n2.c                         |  3 ++-
  board/amlogic/p200/p200.c                                   |  8 ++++++--
  board/amlogic/p201/p201.c                                   |  6 ++++--
  board/amlogic/p212/p212.c                                   |  6 ++++--
  board/amlogic/q200/q200.c                                   |  6 ++++--
  board/amlogic/vim3/vim3.c                                   |  3 ++-
  11 files changed, 45 insertions(+), 15 deletions(-)
  rename arch/arm/dts/{meson-gxbb-wetek-u-boot.dtsi => meson-gxbb-wetek-hub-u-boot.dtsi} (100%)
  create mode 100644 arch/arm/dts/meson-gxbb-wetek-play2-u-boot.dtsi

Comments

Tom Rini March 25, 2024, 1:51 p.m. UTC | #1
On Mon, Mar 25, 2024 at 10:45:43AM +0100, Neil Armstrong wrote:

> Hi Tom,
> 
> Please pull this set of last minute fixes
> 
> Thanks,
> Neil
> 
> The following changes since commit bd0aedde3ea3691616c17c720e2d25351308c0a1:
> 
>   board: toradex: verdin-am62_r5: Increase SPL_STACK_R_MALLOC_SIMPLE_LEN (2024-03-22 11:10:51 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-amlogic.git tags/u-boot-amlogic-fixes-20240325
> 
> for you to fetch changes up to d54f87f09a36ac20154955297b7c999b368b0443:
> 
>   board: amlogic: fix buffler overflow in seria, mac & usid read (2024-03-25 09:16:19 +0100)
> 

Applied to u-boot/master, thanks!