Re: [PATCH v2] sunxi: add board documentation

2021-12-28 Thread Simon Glass
On Mon, 27 Dec 2021 at 08:08, Andre Przywara wrote: > > Add some long overdue instructions for building and installing U-Boot on > Allwinner SoC based boards. > This describes the building process, including TF-A and crust, plus > installation to SD card, eMMC and SPI flash, both from Linux and U-

Re: [PATCH v2] sunxi: add board documentation

2021-12-27 Thread Heinrich Schuchardt
On 12/27/21 16:07, Andre Przywara wrote: Add some long overdue instructions for building and installing U-Boot on Allwinner SoC based boards. This describes the building process, including TF-A and crust, plus installation to SD card, eMMC and SPI flash, both from Linux and U-Boot itself. Also de

[PATCH v2] sunxi: add board documentation

2021-12-27 Thread Andre Przywara
Add some long overdue instructions for building and installing U-Boot on Allwinner SoC based boards. This describes the building process, including TF-A and crust, plus installation to SD card, eMMC and SPI flash, both from Linux and U-Boot itself. Also describe FEL booting. Signed-off-by: Andre P