[U-Boot] [PATCH v3 2/2] rockchip: Add support for MiQi rk3288 board

Simon Glass sjg at chromium.org
Wed Apr 5 01:05:49 UTC 2017


On 31 March 2017 at 22:23, Simon Glass <sjg at chromium.org> wrote:
> On 29 March 2017 at 17:23, Jernej Skrabec <jernej.skrabec at siol.net> wrote:
>> MiQi is rk3288 based development board with 1 or 2 GB SDRAM, 16 GB eMMC,
>> micro SD card interface, 4 USB 2.0 ports, HDMI, gigabit Ethernet and
>> expansion ports.
>>
>> Signed-off-by: Jernej Skrabec <jernej.skrabec at siol.net>
>> ---
>> Changes in v3:
>> - split out cosmetic changes into a new patch
>>
>> Changes in v2:
>> - change license to SPDX identifier
>> - reorder boards in alphabetical order in Kconfig and Makefile
>>
>>  arch/arm/dts/Makefile                   |   1 +
>>  arch/arm/dts/rk3288-miqi.dts            |  46 ++++
>>  arch/arm/dts/rk3288-miqi.dtsi           | 423 ++++++++++++++++++++++++++++++++
>>  arch/arm/mach-rockchip/rk3288/Kconfig   |  11 +
>>  board/mqmaker/miqi_rk3288/Kconfig       |  15 ++
>>  board/mqmaker/miqi_rk3288/MAINTAINERS   |   6 +
>>  board/mqmaker/miqi_rk3288/Makefile      |   7 +
>>  board/mqmaker/miqi_rk3288/miqi-rk3288.c |  15 ++
>>  configs/miqi-rk3288_defconfig           |  73 ++++++
>>  doc/README.rockchip                     |   3 +-
>>  include/configs/miqi_rk3288.h           |  22 ++
>>  11 files changed, 621 insertions(+), 1 deletion(-)
>>  create mode 100644 arch/arm/dts/rk3288-miqi.dts
>>  create mode 100644 arch/arm/dts/rk3288-miqi.dtsi
>>  create mode 100644 board/mqmaker/miqi_rk3288/Kconfig
>>  create mode 100644 board/mqmaker/miqi_rk3288/MAINTAINERS
>>  create mode 100644 board/mqmaker/miqi_rk3288/Makefile
>>  create mode 100644 board/mqmaker/miqi_rk3288/miqi-rk3288.c
>>  create mode 100644 configs/miqi-rk3288_defconfig
>>  create mode 100644 include/configs/miqi_rk3288.h
>
> Acked-by: Simon Glass <sjg at chromium.org>

Applied to u-boot-rockchip, thanks!


More information about the U-Boot mailing list