[U-Boot] [PATCH v2 0/3] Add Avenger96 board support
Manivannan Sadhasivam
manivannan.sadhasivam at linaro.org
Thu May 2 07:56:42 UTC 2019
Hello,
This patchset adds board support for Avenger96, a 96Boards Consumer
Edition board from Arrow Electronics. This board is based on the
STM32MP1 MPU and the board support is added under st boards since
there are no significance changes required to boot u-boot on this
board other than the dts.
More information about this board can be found in 96Boards website:
https://www.96boards.org/product/avenger96/
Thanks,
Mani
Changes in v2:
* Added missing `u-boot,dm-pre-reloc` property to UART and SDMMC nodes
and verified SPL boot.
Manivannan Sadhasivam (3):
arm: dts: stm32mp157: Add missing pinctrl definitions
board: stm32mp1: Add Avenger96 board support
arm: mach-stm32mp: Add newline to the MAC error message
arch/arm/dts/Makefile | 1 +
arch/arm/dts/stm32mp157-pinctrl.dtsi | 63 +++
.../arm/dts/stm32mp157a-avenger96-u-boot.dtsi | 191 +++++++++
arch/arm/dts/stm32mp157a-avenger96.dts | 362 ++++++++++++++++++
arch/arm/mach-stm32mp/cpu.c | 2 +-
board/st/stm32mp1/README | 23 ++
6 files changed, 641 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/dts/stm32mp157a-avenger96-u-boot.dtsi
create mode 100644 arch/arm/dts/stm32mp157a-avenger96.dts
--
2.17.1
More information about the U-Boot
mailing list