diff mbox

[U-Boot,v1,12/12] rockchip: Add basic support for evb-rk3036 board

Message ID 1445395048-3703-13-git-send-email-hl@rock-chips.com
State Superseded
Delegated to: Simon Glass
Headers show

Commit Message

Lin Huang Oct. 21, 2015, 2:37 a.m. UTC
This add some basic files required to allow the board to dispaly
serial message and can run command(mmc info etc)

Signed-off-by: Lin Huang <hl@rock-chips.com>
---
Changes in v1:
- clean copyright announcement

 arch/arm/dts/Makefile                    |  3 ++-
 arch/arm/dts/rk3036-sdk.dts              | 46 ++++++++++++++++++++++++++++++++
 board/evb_rk3036/evb_rk3036/Kconfig      | 15 +++++++++++
 board/evb_rk3036/evb_rk3036/MAINTAINERS  |  0
 board/evb_rk3036/evb_rk3036/Makefile     |  7 +++++
 board/evb_rk3036/evb_rk3036/evb_rk3036.c |  7 +++++
 configs/evb-rk3036_defconfig             | 41 ++++++++++++++++++++++++++++
 include/configs/evb_rk3036.h             | 12 +++++++++
 8 files changed, 130 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/dts/rk3036-sdk.dts
 create mode 100644 board/evb_rk3036/evb_rk3036/Kconfig
 create mode 100644 board/evb_rk3036/evb_rk3036/MAINTAINERS
 create mode 100644 board/evb_rk3036/evb_rk3036/Makefile
 create mode 100644 board/evb_rk3036/evb_rk3036/evb_rk3036.c
 create mode 100644 configs/evb-rk3036_defconfig
 create mode 100644 include/configs/evb_rk3036.h

Comments

Simon Glass Oct. 22, 2015, 2:08 p.m. UTC | #1
On 20 October 2015 at 20:37, Lin Huang <hl@rock-chips.com> wrote:
> This add some basic files required to allow the board to dispaly
> serial message and can run command(mmc info etc)
>
> Signed-off-by: Lin Huang <hl@rock-chips.com>
> ---
> Changes in v1:
> - clean copyright announcement
>
>  arch/arm/dts/Makefile                    |  3 ++-
>  arch/arm/dts/rk3036-sdk.dts              | 46 ++++++++++++++++++++++++++++++++
>  board/evb_rk3036/evb_rk3036/Kconfig      | 15 +++++++++++
>  board/evb_rk3036/evb_rk3036/MAINTAINERS  |  0
>  board/evb_rk3036/evb_rk3036/Makefile     |  7 +++++
>  board/evb_rk3036/evb_rk3036/evb_rk3036.c |  7 +++++
>  configs/evb-rk3036_defconfig             | 41 ++++++++++++++++++++++++++++
>  include/configs/evb_rk3036.h             | 12 +++++++++
>  8 files changed, 130 insertions(+), 1 deletion(-)
>  create mode 100644 arch/arm/dts/rk3036-sdk.dts
>  create mode 100644 board/evb_rk3036/evb_rk3036/Kconfig
>  create mode 100644 board/evb_rk3036/evb_rk3036/MAINTAINERS
>  create mode 100644 board/evb_rk3036/evb_rk3036/Makefile
>  create mode 100644 board/evb_rk3036/evb_rk3036/evb_rk3036.c
>  create mode 100644 configs/evb-rk3036_defconfig
>  create mode 100644 include/configs/evb_rk3036.h
>

Can you also please update doc/README.rockchip with build instructions
and how to get an image onto this board?

Regards,
Simon
Lin Huang Oct. 23, 2015, 1:27 a.m. UTC | #2
Hi Simon,

On 22/10/15 22:08, Simon Glass wrote:
> On 20 October 2015 at 20:37, Lin Huang <hl@rock-chips.com> wrote:
>> This add some basic files required to allow the board to dispaly
>> serial message and can run command(mmc info etc)
>>
>> Signed-off-by: Lin Huang <hl@rock-chips.com>
>> ---
>> Changes in v1:
>> - clean copyright announcement
>>
>>   arch/arm/dts/Makefile                    |  3 ++-
>>   arch/arm/dts/rk3036-sdk.dts              | 46 ++++++++++++++++++++++++++++++++
>>   board/evb_rk3036/evb_rk3036/Kconfig      | 15 +++++++++++
>>   board/evb_rk3036/evb_rk3036/MAINTAINERS  |  0
>>   board/evb_rk3036/evb_rk3036/Makefile     |  7 +++++
>>   board/evb_rk3036/evb_rk3036/evb_rk3036.c |  7 +++++
>>   configs/evb-rk3036_defconfig             | 41 ++++++++++++++++++++++++++++
>>   include/configs/evb_rk3036.h             | 12 +++++++++
>>   8 files changed, 130 insertions(+), 1 deletion(-)
>>   create mode 100644 arch/arm/dts/rk3036-sdk.dts
>>   create mode 100644 board/evb_rk3036/evb_rk3036/Kconfig
>>   create mode 100644 board/evb_rk3036/evb_rk3036/MAINTAINERS
>>   create mode 100644 board/evb_rk3036/evb_rk3036/Makefile
>>   create mode 100644 board/evb_rk3036/evb_rk3036/evb_rk3036.c
>>   create mode 100644 configs/evb-rk3036_defconfig
>>   create mode 100644 include/configs/evb_rk3036.h
>>
> Can you also please update doc/README.rockchip with build instructions
> and how to get an image onto this board?
     I try to figure out how to merge binary blob and u-boot-dtb.bin use 
mkimage,
     i will update doc/README ASAP when i finish it. And where should  
the binary blob store?
> Regards,
> Simon
>
>
>
Simon Glass Oct. 23, 2015, 1:34 a.m. UTC | #3
Hi,

On 22 October 2015 at 19:27, hl <hl@rock-chips.com> wrote:
> Hi Simon,
>
>
> On 22/10/15 22:08, Simon Glass wrote:
>>
>> On 20 October 2015 at 20:37, Lin Huang <hl@rock-chips.com> wrote:
>>>
>>> This add some basic files required to allow the board to dispaly
>>> serial message and can run command(mmc info etc)
>>>
>>> Signed-off-by: Lin Huang <hl@rock-chips.com>
>>> ---
>>> Changes in v1:
>>> - clean copyright announcement
>>>
>>>   arch/arm/dts/Makefile                    |  3 ++-
>>>   arch/arm/dts/rk3036-sdk.dts              | 46
>>> ++++++++++++++++++++++++++++++++
>>>   board/evb_rk3036/evb_rk3036/Kconfig      | 15 +++++++++++
>>>   board/evb_rk3036/evb_rk3036/MAINTAINERS  |  0
>>>   board/evb_rk3036/evb_rk3036/Makefile     |  7 +++++
>>>   board/evb_rk3036/evb_rk3036/evb_rk3036.c |  7 +++++
>>>   configs/evb-rk3036_defconfig             | 41
>>> ++++++++++++++++++++++++++++
>>>   include/configs/evb_rk3036.h             | 12 +++++++++
>>>   8 files changed, 130 insertions(+), 1 deletion(-)
>>>   create mode 100644 arch/arm/dts/rk3036-sdk.dts
>>>   create mode 100644 board/evb_rk3036/evb_rk3036/Kconfig
>>>   create mode 100644 board/evb_rk3036/evb_rk3036/MAINTAINERS
>>>   create mode 100644 board/evb_rk3036/evb_rk3036/Makefile
>>>   create mode 100644 board/evb_rk3036/evb_rk3036/evb_rk3036.c
>>>   create mode 100644 configs/evb-rk3036_defconfig
>>>   create mode 100644 include/configs/evb_rk3036.h
>>>
>> Can you also please update doc/README.rockchip with build instructions
>> and how to get an image onto this board?
>
>     I try to figure out how to merge binary blob and u-boot-dtb.bin use
> mkimage,
>     i will update doc/README ASAP when i finish it. And where should  the
> binary blob store?

Hopefully we don't need the binary block, and u-boot-spl.bin will
contain all the code needed. There are boards already with tiny SPL
images.

Then you can just provide instructions on how to build the image,
perhaps with the 'dd' tool. You don't need to build an entire image in
the build system - just provide instructions on how someone might put
the SPL and U-Boot onto an SD card and get it to boot.

Regards,
Simon
Lin Huang Oct. 23, 2015, 2:50 a.m. UTC | #4
Hi Simon,

On 23/10/15 09:34, Simon Glass wrote:
> Hi,
>
> On 22 October 2015 at 19:27, hl <hl@rock-chips.com> wrote:
>> Hi Simon,
>>
>>
>> On 22/10/15 22:08, Simon Glass wrote:
>>> On 20 October 2015 at 20:37, Lin Huang <hl@rock-chips.com> wrote:
>>>> This add some basic files required to allow the board to dispaly
>>>> serial message and can run command(mmc info etc)
>>>>
>>>> Signed-off-by: Lin Huang <hl@rock-chips.com>
>>>> ---
>>>> Changes in v1:
>>>> - clean copyright announcement
>>>>
>>>>    arch/arm/dts/Makefile                    |  3 ++-
>>>>    arch/arm/dts/rk3036-sdk.dts              | 46
>>>> ++++++++++++++++++++++++++++++++
>>>>    board/evb_rk3036/evb_rk3036/Kconfig      | 15 +++++++++++
>>>>    board/evb_rk3036/evb_rk3036/MAINTAINERS  |  0
>>>>    board/evb_rk3036/evb_rk3036/Makefile     |  7 +++++
>>>>    board/evb_rk3036/evb_rk3036/evb_rk3036.c |  7 +++++
>>>>    configs/evb-rk3036_defconfig             | 41
>>>> ++++++++++++++++++++++++++++
>>>>    include/configs/evb_rk3036.h             | 12 +++++++++
>>>>    8 files changed, 130 insertions(+), 1 deletion(-)
>>>>    create mode 100644 arch/arm/dts/rk3036-sdk.dts
>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/Kconfig
>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/MAINTAINERS
>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/Makefile
>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/evb_rk3036.c
>>>>    create mode 100644 configs/evb-rk3036_defconfig
>>>>    create mode 100644 include/configs/evb_rk3036.h
>>>>
>>> Can you also please update doc/README.rockchip with build instructions
>>> and how to get an image onto this board?
>>      I try to figure out how to merge binary blob and u-boot-dtb.bin use
>> mkimage,
>>      i will update doc/README ASAP when i finish it. And where should  the
>> binary blob store?
> Hopefully we don't need the binary block, and u-boot-spl.bin will
> contain all the code needed. There are boards already with tiny SPL
> images.
>
> Then you can just provide instructions on how to build the image,
> perhaps with the 'dd' tool. You don't need to build an entire image in
> the build system - just provide instructions on how someone might put
> the SPL and U-Boot onto an SD card and get it to boot.

     Okay, i will implement rk3036 sdram driver first, and try to run it 
in SPL,
     it may take some times.
> Regards,
> Simon
>
>
>
Simon Glass Oct. 23, 2015, 2:53 a.m. UTC | #5
Hi,

On 22 October 2015 at 20:50, hl <hl@rock-chips.com> wrote:
> Hi Simon,
>
>
> On 23/10/15 09:34, Simon Glass wrote:
>>
>> Hi,
>>
>> On 22 October 2015 at 19:27, hl <hl@rock-chips.com> wrote:
>>>
>>> Hi Simon,
>>>
>>>
>>> On 22/10/15 22:08, Simon Glass wrote:
>>>>
>>>> On 20 October 2015 at 20:37, Lin Huang <hl@rock-chips.com> wrote:
>>>>>
>>>>> This add some basic files required to allow the board to dispaly
>>>>> serial message and can run command(mmc info etc)
>>>>>
>>>>> Signed-off-by: Lin Huang <hl@rock-chips.com>
>>>>> ---
>>>>> Changes in v1:
>>>>> - clean copyright announcement
>>>>>
>>>>>    arch/arm/dts/Makefile                    |  3 ++-
>>>>>    arch/arm/dts/rk3036-sdk.dts              | 46
>>>>> ++++++++++++++++++++++++++++++++
>>>>>    board/evb_rk3036/evb_rk3036/Kconfig      | 15 +++++++++++
>>>>>    board/evb_rk3036/evb_rk3036/MAINTAINERS  |  0
>>>>>    board/evb_rk3036/evb_rk3036/Makefile     |  7 +++++
>>>>>    board/evb_rk3036/evb_rk3036/evb_rk3036.c |  7 +++++
>>>>>    configs/evb-rk3036_defconfig             | 41
>>>>> ++++++++++++++++++++++++++++
>>>>>    include/configs/evb_rk3036.h             | 12 +++++++++
>>>>>    8 files changed, 130 insertions(+), 1 deletion(-)
>>>>>    create mode 100644 arch/arm/dts/rk3036-sdk.dts
>>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/Kconfig
>>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/MAINTAINERS
>>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/Makefile
>>>>>    create mode 100644 board/evb_rk3036/evb_rk3036/evb_rk3036.c
>>>>>    create mode 100644 configs/evb-rk3036_defconfig
>>>>>    create mode 100644 include/configs/evb_rk3036.h
>>>>>
>>>> Can you also please update doc/README.rockchip with build instructions
>>>> and how to get an image onto this board?
>>>
>>>      I try to figure out how to merge binary blob and u-boot-dtb.bin use
>>> mkimage,
>>>      i will update doc/README ASAP when i finish it. And where should
>>> the
>>> binary blob store?
>>
>> Hopefully we don't need the binary block, and u-boot-spl.bin will
>> contain all the code needed. There are boards already with tiny SPL
>> images.
>>
>> Then you can just provide instructions on how to build the image,
>> perhaps with the 'dd' tool. You don't need to build an entire image in
>> the build system - just provide instructions on how someone might put
>> the SPL and U-Boot onto an SD card and get it to boot.
>
>
>     Okay, i will implement rk3036 sdram driver first, and try to run it in
> SPL,
>     it may take some times.

Sounds good, thanks. Perhaps the rk3288 driver might be a starting
point? I'm not sure how similar they are.

Regards,
Simon
diff mbox

Patch

diff --git a/arch/arm/dts/Makefile b/arch/arm/dts/Makefile
index 3babe65..d007199 100644
--- a/arch/arm/dts/Makefile
+++ b/arch/arm/dts/Makefile
@@ -17,7 +17,8 @@  dtb-$(CONFIG_EXYNOS5) += exynos5250-arndale.dtb \
 	exynos5422-odroidxu3.dtb
 dtb-$(CONFIG_ARCH_ROCKCHIP) += \
 	rk3288-firefly.dtb \
-	rk3288-jerry.dtb
+	rk3288-jerry.dtb \
+	rk3036-sdk.dtb
 dtb-$(CONFIG_TEGRA) += tegra20-harmony.dtb \
 	tegra20-medcom-wide.dtb \
 	tegra20-paz00.dtb \
diff --git a/arch/arm/dts/rk3036-sdk.dts b/arch/arm/dts/rk3036-sdk.dts
new file mode 100644
index 0000000..a83badb
--- /dev/null
+++ b/arch/arm/dts/rk3036-sdk.dts
@@ -0,0 +1,46 @@ 
+/*
+ * (C) Copyright 2015 Rockchip Electronics Co., Ltd
+ *
+ * SPDX-License-Identifier:     GPL-2.0+
+ */
+
+/dts-v1/;
+
+#include "rk3036.dtsi"
+
+/ {
+	model = "SDK-RK3036";
+	compatible = "sdk,sdk-rk3036", "rockchip,rk3036";
+
+	chosen {
+		stdout-path = &uart2;
+	};
+
+	usb_control {
+		compatible = "rockchip,rk3036-usb-control";
+		host_drv_gpio = <&gpio2 23 GPIO_ACTIVE_LOW>;
+		otg_drv_gpio = <&gpio0 26 GPIO_ACTIVE_LOW>;
+	};
+};
+
+&i2c1 {
+	status = "okay";
+
+        hym8563: hym8563@51 {
+		compatible = "haoyu,hym8563";
+		reg = <0x51>;
+		#clock-cells = <0>;
+		clock-frequency = <32768>;
+		clock-output-names = "xin32k";
+	};
+};
+
+&usb_host {
+	status = "okay";
+};
+
+&usb_otg {
+	status = "okay";
+
+	dr_mode = "host";
+};
diff --git a/board/evb_rk3036/evb_rk3036/Kconfig b/board/evb_rk3036/evb_rk3036/Kconfig
new file mode 100644
index 0000000..ae2a9eb
--- /dev/null
+++ b/board/evb_rk3036/evb_rk3036/Kconfig
@@ -0,0 +1,15 @@ 
+if TARGET_EVB_RK3036
+
+config SYS_BOARD
+	default "evb_rk3036"
+
+config SYS_VENDOR
+	default "evb_rk3036"
+
+config SYS_CONFIG_NAME
+	default "evb_rk3036"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+	def_bool y
+
+endif
diff --git a/board/evb_rk3036/evb_rk3036/MAINTAINERS b/board/evb_rk3036/evb_rk3036/MAINTAINERS
new file mode 100644
index 0000000..e69de29
diff --git a/board/evb_rk3036/evb_rk3036/Makefile b/board/evb_rk3036/evb_rk3036/Makefile
new file mode 100644
index 0000000..0403836
--- /dev/null
+++ b/board/evb_rk3036/evb_rk3036/Makefile
@@ -0,0 +1,7 @@ 
+#
+# (C) Copyright 2015 Google, Inc
+#
+# SPDX-License-Identifier:     GPL-2.0+
+#
+
+obj-y	+= evb_rk3036.o
diff --git a/board/evb_rk3036/evb_rk3036/evb_rk3036.c b/board/evb_rk3036/evb_rk3036/evb_rk3036.c
new file mode 100644
index 0000000..19850ff
--- /dev/null
+++ b/board/evb_rk3036/evb_rk3036/evb_rk3036.c
@@ -0,0 +1,7 @@ 
+/*
+ * (C) Copyright 2015 Rockchip Electronics Co., Ltd
+ *
+ * SPDX-License-Identifier:     GPL-2.0+
+ */
+
+#include <common.h>
diff --git a/configs/evb-rk3036_defconfig b/configs/evb-rk3036_defconfig
new file mode 100644
index 0000000..53aa98b
--- /dev/null
+++ b/configs/evb-rk3036_defconfig
@@ -0,0 +1,41 @@ 
+CONFIG_ARM=y
+CONFIG_ARCH_ROCKCHIP=y
+CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_ROCKCHIP_RK3036=y
+CONFIG_TARGET_EVB_RK3036=y
+CONFIG_DEFAULT_DEVICE_TREE="rk3036-sdk"
+CONFIG_SPL_STACK_R=y
+CONFIG_SPL_STACK_R_ADDR=0x80000
+# CONFIG_CMD_IMLS is not set
+# CONFIG_CMD_SETEXPR is not set
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
+CONFIG_SPL_OF_CONTROL=y
+CONFIG_CLK=y
+CONFIG_SPL_CLK=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
+CONFIG_RESET=y
+CONFIG_LED=y
+CONFIG_LED_GPIO=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_BASE=0x20068000
+CONFIG_DEBUG_UART_CLOCK=24000000
+CONFIG_DEBUG_UART_SHIFT=2
+CONFIG_SYS_I2C_ROCKCHIP=y
+CONFIG_PINCTRL=y
+CONFIG_SPL_PINCTRL=y
+# CONFIG_PINCTRL_FULL is not set
+# CONFIG_SPL_PINCTRL_FULL is not set
+CONFIG_ROCKCHIP_3036_PINCTRL=y
+CONFIG_ROCKCHIP_GPIO=y
+CONFIG_DM_PMIC=y
+CONFIG_PMIC_ACT8846=y
+CONFIG_DM_REGULATOR=y
+CONFIG_REGULATOR_ACT8846=y
+CONFIG_RAM=y
+CONFIG_SPL_RAM=y
+CONFIG_DM_MMC=y
+CONFIG_USE_PRIVATE_LIBGCC=y
+CONFIG_CMD_DHRYSTONE=y
+CONFIG_ERRNO_STR=y
diff --git a/include/configs/evb_rk3036.h b/include/configs/evb_rk3036.h
new file mode 100644
index 0000000..aa07889
--- /dev/null
+++ b/include/configs/evb_rk3036.h
@@ -0,0 +1,12 @@ 
+/*
+ * (C) Copyright 2015 Rockchip Electronics Co., Ltd
+ *
+ * SPDX-License-Identifier:     GPL-2.0+
+ */
+
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#include <configs/rk3036_common.h>
+
+#endif