[U-Boot] [PATCH 0/3] Add Avenger96 board support

Manivannan Sadhasivam manivannan.sadhasivam at linaro.org
Mon Apr 29 12:03:56 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/

PS: I only managed to boot u-boot as SSBL with TF-A as FSBL. U-boot
SPL way of booting is not working.

Thanks,
Mani

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 | 177 +++++++++
 arch/arm/dts/stm32mp157a-avenger96.dts        | 362 ++++++++++++++++++
 arch/arm/mach-stm32mp/cpu.c                   |   2 +-
 board/st/stm32mp1/README                      |  23 ++
 6 files changed, 627 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