[U-Boot] [PATCH 00/10] rockchip: Tidy up SPL operation on jerry
Simon Glass
sjg at chromium.org
Tue Dec 29 13:22:42 CET 2015
At present chromebook_jerry does not boot due to a configuration error and
a missing Makefile piece. This series fixes that and also adds a few more
adjustments mostly related to SPL and pinctrl.
The first three patches could perhaps be applied for this release - the
rest are for later.
Simon Glass (10):
rockchip: Enable generation of SPI images
rockchip: Drop a debug message when outputing SPI images
rockchip: Fix the configuration for chromebook_jerry
tiny-printf: Avoid printing NULL strings
dm: spi_flash: Allow the uclass to work without printf()
dm: gpio: Allow the uclass to work without printf()
dm: mmc: Try to honour the sequence order
i2c: Correct command return values
malloc_simple: Display an error when memory is exhausted
pinctrl: Avoid binding all pinconfig nodes before relocation
common/cmd_i2c.c | 6 ++++--
common/malloc_simple.c | 5 ++++-
configs/chromebook_jerry_defconfig | 4 ++++
doc/README.rockchip | 7 ++++---
drivers/gpio/gpio-uclass.c | 8 ++++++++
drivers/mmc/mmc.c | 20 +++++++++++++++-----
drivers/mtd/spi/sf-uclass.c | 8 +++++++-
drivers/pinctrl/pinctrl-uclass.c | 4 ++++
include/configs/chromebook_jerry.h | 1 +
lib/tiny-printf.c | 6 ++++--
tools/Makefile | 2 +-
tools/rkspi.c | 2 +-
12 files changed, 57 insertions(+), 16 deletions(-)
--
2.6.0.rc2.230.g3dd15c0
More information about the U-Boot
mailing list