[U-Boot] [RESEND PATCH 0/1] rockchip: add the support for evb-rk3288 board

Ziyuan Xu xzy.xu at rock-chips.com
Tue Jul 5 12:06:29 CEST 2016


This patch adds support for the evb-rk3288 which is a rk3288-based
development board.

The same as firefly, it also supports booting from eMMC or SD card, the
default is eMMC. Please refer to doc/README.rockchip to achieve the
upgrade approach like firefly-rk3288.


Ziyuan Xu (1):
  rockchip: add basic support for evb-rk3288 board

 arch/arm/dts/Makefile                     |   1 +
 arch/arm/dts/rk3288-evb.dts               |  59 +++++
 arch/arm/dts/rk3288-evb.dtsi              | 379 ++++++++++++++++++++++++++++++
 arch/arm/mach-rockchip/rk3288-board-spl.c |   4 +-
 arch/arm/mach-rockchip/rk3288/Kconfig     |  10 +
 board/evb-rk3288/evb-rk3288/Kconfig       |  15 ++
 board/evb-rk3288/evb-rk3288/MAINTAINERS   |   6 +
 board/evb-rk3288/evb-rk3288/Makefile      |   7 +
 board/evb-rk3288/evb-rk3288/evb-rk3288.c  |  15 ++
 configs/evb-rk3288_defconfig              |  67 ++++++
 doc/README.rockchip                       |   3 +-
 include/configs/evb-rk3288.h              |  26 ++
 12 files changed, 590 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/dts/rk3288-evb.dts
 create mode 100644 arch/arm/dts/rk3288-evb.dtsi
 create mode 100644 board/evb-rk3288/evb-rk3288/Kconfig
 create mode 100644 board/evb-rk3288/evb-rk3288/MAINTAINERS
 create mode 100644 board/evb-rk3288/evb-rk3288/Makefile
 create mode 100644 board/evb-rk3288/evb-rk3288/evb-rk3288.c
 create mode 100644 configs/evb-rk3288_defconfig
 create mode 100644 include/configs/evb-rk3288.h

-- 
1.9.1




More information about the U-Boot mailing list