Re: [PULL] Pull request for u-boot master / v2024.01 = u-boot-stm32-20231110

Add missing u-boot@lists.denx.de and patrick.delaunay@foss.st.com
On 11/10/23 14:48, Patrice CHOTARD wrote:
Hi Tom
Please pull the STM32 related patches for u-boot/master, v2024.01: u-boot-stm32-20231110
CI status: https://source.denx.de/u-boot/custodians/u-boot-stm/-/pipelines/18503
The following changes since commit e17d174773e9ba9447596708e702b7382e47a6cf:
Merge tag 'xilinx-for-v2024.01-rc3' of https://source.denx.de/u-boot/custodians/u-boot-microblaze (2023-11-07 10:36:23 -0500)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-stm.git tags/u-boot-stm32-20231110
for you to fetch changes up to c205fe979ebc1961cf28555c00e24a9004761366:
stm32mp1: read auth stats and boot_partition from tamp (2023-11-10 13:34:10 +0100)
_ Fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled _ Fix issue following DT sync with kernel 6.3 for stm32mp15xx-ev1 and DHSOM SoM _ Enable TCP, IPv6, wget on DH STM32MP15 DHSOM _ Limit u-boot.itb size to 0x160000 bytes on DH STM32MP15 DHSOM _ Read auth stats and boot_partition from tamp
Bhupesh Sharma (1): arm: stm32mp: Really fix compilation issue when SYS_DCACHE_OFF and/or SYS_DCACHE_SYS are enabled
Igor Opaniuk (1): stm32mp1: read auth stats and boot_partition from tamp
Marek Vasut (3): ARM: dts: stm32mp: Repair damage from alignment with v6.3 arm: stm32: Enable TCP, IPv6, wget on DH STM32MP15 DHSOM arm: stm32: Limit u-boot.itb size to 0x160000 bytes on DH STM32MP15 DHSOM
arch/arm/dts/stm32mp157c-ev1-u-boot.dtsi | 16 ++++++++++++---- arch/arm/dts/stm32mp15xx-dhcom-u-boot.dtsi | 12 +++--------- arch/arm/dts/stm32mp15xx-dhcor-u-boot.dtsi | 8 ++++++-- arch/arm/mach-stm32mp/cpu.c | 27 +++++++++++++++++++++++++-- arch/arm/mach-stm32mp/include/mach/stm32.h | 4 ++++ arch/arm/mach-stm32mp/include/mach/sys_proto.h | 3 +++ configs/stm32mp15_dhcom_basic_defconfig | 7 +++++++ configs/stm32mp15_dhcor_basic_defconfig | 7 +++++++ 8 files changed, 67 insertions(+), 17 deletions(-)
participants (1)
-
Patrice CHOTARD