
Hi Patrick,
On Thu, May 02, 2019 at 07:27:14AM +0000, Patrice CHOTARD wrote:
Hi Manivannan
On 4/29/19 2:03 PM, Manivannan Sadhasivam wrote:
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.
What are the symptoms ?
It was my bad. Just found that I missed few `u-boot,dm-pre-reloc` properties in DTS!
Will send the next version of the patchset incorporating those changes.
Thanks, Mani
Patrice
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