On 5/8/25 23:23, Johannes Krottmayer wrote: > Add initial Makefile for the STM32H7 series: > > Currently it includes only one additional assembly source file > which is required for the STM32H747I-DISCO board. > > Signed-off-by: Johannes Krottmayer <johan...@krotti42.com> > Cc: Patrick Delaunay <patrick.delau...@foss.st.com> > Cc: Patrice Chotard <patrice.chot...@foss.st.com> > --- > arch/arm/mach-stm32/stm32h7/Makefile | 6 ++++++ > 1 file changed, 6 insertions(+) > create mode 100644 arch/arm/mach-stm32/stm32h7/Makefile > > diff --git a/arch/arm/mach-stm32/stm32h7/Makefile > b/arch/arm/mach-stm32/stm32h7/Makefile > new file mode 100644 > index 00000000000..a70d4b445db > --- /dev/null > +++ b/arch/arm/mach-stm32/stm32h7/Makefile > @@ -0,0 +1,6 @@ > +# SPDX-License-Identifier: GPL-2.0+ > +# > +# (C) Copyright 2025 > +# Johannes Krottmayer <johan...@krotti42.com> > + > +obj-y += lowlevel.o Hi Johannes Reviewed-by: Patrice Chotard <patrice.chot...@foss.st.com> Thanks Patrice
- U-Boot STM32H747i-DISCO support Johannes Krottmayer
- [PATCH 00/10] add STM32H747 discovery board Johannes Krottmayer
- Re: [PATCH 00/10] add STM32H747 discovery boa... Patrice CHOTARD
- [PATCH 02/10] arm: mach-stm32: stm32h7: add initi... Johannes Krottmayer
- Re: [PATCH 02/10] arm: mach-stm32: stm32h7: a... Patrice CHOTARD
- [PATCH 05/10] board: st: add STM32H747 discovery ... Johannes Krottmayer
- Re: [PATCH 05/10] board: st: add STM32H747 di... Patrice CHOTARD
- [PATCH 04/10] arm: mach-stm32: add stm32h7 subdir... Johannes Krottmayer
- Re: [PATCH 04/10] arm: mach-stm32: add stm32h... Patrice CHOTARD
- [PATCH 06/10] configs: add STM32H747 discovery bo... Johannes Krottmayer
- Re: [PATCH 06/10] configs: add STM32H747 disc... Patrice CHOTARD
- [PATCH 08/10] arm: dts: add STM32H747 discovery b... Johannes Krottmayer
- Re: [PATCH 08/10] arm: dts: add STM32H747 dis... Patrice CHOTARD
- [PATCH 10/10] dts: upstream: arm: st: stm32h7-pin... Johannes Krottmayer
- Re: [PATCH 10/10] dts: upstream: arm: st: stm... Patrice CHOTARD