[U-Boot] Please pull u-boot-rockchip

Simon Glass sjg at chromium.org
Wed Dec 16 16:37:30 CET 2015


Hi Tom,

This fixes the mkimage problem for Rockchip as previously discussed. I've
also brought in the tiny printf() additions and patches to move Rockchip to
use it. This reduces firefly's image size below the maximum even with the
broken gcc. Finally, I've brought in another rk3036 board since it has very
limited scope.


The following changes since commit 5076c64a08d2083af5a7761b12a30116ef0da967:

  Merge branch 'master' of git://git.denx.de/u-boot-spi (2015-12-11
15:07:44 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-rockchip.git

for you to fetch changes up to 47b4c228b5ae72598dc38ca2764c11ea1c6693cc:

  rockchip: Add basic support for kylin board (2015-12-13 20:51:50 -0700)

----------------------------------------------------------------
Jeffy Chen (3):
      Revert "rockchip: Add max spl size & spl header configs"
      rockchip: mkimage: use imagename to select spl hdr & spl size
      rockchip: doc: add imagename

Sjoerd Simons (6):
      spl: use panic_str instead of panic
      lib/tiny-printf.c: Implement vprintf
      lib: Split panic functions out of vsprintf.c
      lib: split out strtoxxxx functions out of vsprintf.c
      mmc: mmc: Don't use sprintf when using tiny-printf
      rockchip: firefly: Use tiny-printf

huang lin (2):
      rockchip: rk3036 sdram setting cs1_row when rank larger than 1
      rockchip: Add basic support for kylin board

 arch/arm/mach-rockchip/Kconfig               |  15 ------
 arch/arm/mach-rockchip/rk3036/Kconfig        |  10 ++--
 arch/arm/mach-rockchip/rk3036/sdram_rk3036.c |   6 ++-
 arch/arm/mach-rockchip/rk3288/Kconfig        |   6 ---
 board/kylin/kylin_rk3036/Kconfig             |  15 ++++++
 board/kylin/kylin_rk3036/MAINTAINERS         |   0
 board/kylin/kylin_rk3036/Makefile            |   7 +++
 board/kylin/kylin_rk3036/kylin_rk3036.c      |  49 +++++++++++++++++
 common/spl/spl.c                             |   2 +-
 configs/firefly-rk3288_defconfig             |   1 +
 configs/kylin-rk3036_defconfig               |  26 +++++++++
 doc/README.rockchip                          |   8 +--
 drivers/mmc/mmc.c                            |   4 +-
 include/configs/kylin_rk3036.h               |  12 +++++
 lib/Makefile                                 |   6 +--
 lib/panic.c                                  |  45 ++++++++++++++++
 lib/strto.c                                  | 174
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 lib/tiny-printf.c                            |  18 +++++--
 lib/vsprintf.c                               | 193
------------------------------------------------------------------
 tools/Makefile                               |   8 +--
 tools/rkcommon.c                             |  72
++++++++++++++++++++++++-
 tools/rkcommon.h                             |  32 ++++++++++-
 tools/rkimage.c                              |   4 +-
 tools/rksd.c                                 |  26 +++------
 tools/rkspi.c                                |  23 +++-----
 25 files changed, 483 insertions(+), 279 deletions(-)
 create mode 100644 board/kylin/kylin_rk3036/Kconfig
 create mode 100644 board/kylin/kylin_rk3036/MAINTAINERS
 create mode 100644 board/kylin/kylin_rk3036/Makefile
 create mode 100644 board/kylin/kylin_rk3036/kylin_rk3036.c
 create mode 100644 configs/kylin-rk3036_defconfig
 create mode 100644 include/configs/kylin_rk3036.h
 create mode 100644 lib/panic.c
 create mode 100644 lib/strto.c

Regards,
Simon


More information about the U-Boot mailing list