[U-Boot] [PATCH v2 0/3] Fix rockchip spl loader mkimage flow

Jeffy Chen jeffy.chen at rock-chips.com
Fri Nov 27 05:07:15 CET 2015


This series patch fix rockchip spl loader mkimage flow, use
imagename to select spl loader size & tag for different chip.

Changes in v2:
- Fix some coding style

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

 arch/arm/mach-rockchip/Kconfig        | 15 --------
 arch/arm/mach-rockchip/rk3036/Kconfig |  6 ---
 arch/arm/mach-rockchip/rk3288/Kconfig |  6 ---
 doc/README.rockchip                   |  8 ++--
 tools/Makefile                        |  8 +---
 tools/rkcommon.c                      | 72 ++++++++++++++++++++++++++++++++++-
 tools/rkcommon.h                      | 32 +++++++++++++++-
 tools/rkimage.c                       |  4 +-
 tools/rksd.c                          | 26 ++++---------
 tools/rkspi.c                         | 23 ++++-------
 10 files changed, 125 insertions(+), 75 deletions(-)

-- 
2.1.4




More information about the U-Boot mailing list