public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [RESEND PATCH 0/1] rockchip: add the support for evb-rk3288 board
@ 2016-07-05 10:06 Ziyuan Xu
  2016-07-05 10:06 ` [U-Boot] [RESEND PATCH] rockchip: add basic " Ziyuan Xu
  0 siblings, 1 reply; 5+ messages in thread
From: Ziyuan Xu @ 2016-07-05 10:06 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-11  1:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-05 10:06 [U-Boot] [RESEND PATCH 0/1] rockchip: add the support for evb-rk3288 board Ziyuan Xu
2016-07-05 10:06 ` [U-Boot] [RESEND PATCH] rockchip: add basic " Ziyuan Xu
2016-07-08  3:12   ` Kever Yang
2016-07-09 14:39   ` Simon Glass
2016-07-11  1:13     ` Ziyuan Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox