mbox series

[v2,0/4] rockchip: rk3399: Add SPI boot

Message ID 20200601204213.466120-1-jagan@amarulasolutions.com
Headers show
Series rockchip: rk3399: Add SPI boot | expand

Message

Jagan Teki June 1, 2020, 8:42 p.m. UTC
I have marked this series as v2, since the previous 
one has SPL SPI boot via different defconfig.

Thanks to Hugh Cole-Baker for inputs about SPI boot
image creation.

Changes for v2:
- same defconfig to support both MMC, SPI boot
- add spi flash program document 

Any inputs?
Jagan.

Jagan Teki (4):
  Makefile: Drop to handle rkspi image type
  roc-rk3399-pc: Mark default env from SPI
  roc-rk3399-pc: Add SPI boot
  doc: rockchip: Document SPI flash program steps

 Makefile                                  | 11 ++--------
 arch/arm/dts/rk3399-roc-pc-u-boot.dtsi    | 12 ++++++++++-
 configs/roc-pc-mezzanine-rk3399_defconfig |  3 +++
 configs/roc-pc-rk3399_defconfig           |  6 +++++-
 doc/board/rockchip/rockchip.rst           | 26 ++++++++++++++++++++++-
 include/configs/roc-pc-rk3399.h           |  4 ----
 6 files changed, 46 insertions(+), 16 deletions(-)