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(-) -- 2.26.2