mbox series

[0/4] Making veyrons boot, 2020 edition

Message ID 20200513191523.3141-1-urjaman@gmail.com
Headers show
Series Making veyrons boot, 2020 edition | expand

Message

Urja Rannikko May 13, 2020, 7:15 p.m. UTC
Hi,

This is a series to make veyrons (tested on a veyron speedy),
boot atleast to the u-boot prompt, the first 3 patches are necessary
and the 4th one kinda just managed to catch this patch train ;)

PS. Thanks to swiftgeek on IRC for some bisecting & testing,
thus getting me curious enough to investigate these myself.

Urja Rannikko (4):
  rockchip: spl: veyron speedy boots from SPI
  rockchip: veyron: move board_early_init_f to _r (after reloc)
  rockchip: spl-boot-order: do not attempt to access fdt if OF_PLATDATA
  defconfig: veyron: no need for CONFIG_SPL_PINCTRL_FULL

 arch/arm/mach-rockchip/spl-boot-order.c | 6 ++++++
 arch/arm/mach-rockchip/spl.c            | 3 ++-
 board/google/veyron/veyron.c            | 2 +-
 configs/chromebit_mickey_defconfig      | 4 ++--
 configs/chromebook_jerry_defconfig      | 5 ++---
 configs/chromebook_minnie_defconfig     | 4 ++--
 configs/chromebook_speedy_defconfig     | 3 ++-
 7 files changed, 17 insertions(+), 10 deletions(-)