History log of /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3036/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 17dbd569 19-Dec-2017 David Wu <david.wu@rock-chips.com>

rockchip: rk3036: Make the syscon build for spl usage

Change the Make file to make rk3036_syscon built-in for
spl usage, but tpl not need to use it.

Change-Id: I6dd2b33e223a9854d0731ecc8c5b4b408a07

rockchip: rk3036: Make the syscon build for spl usage

Change the Make file to make rk3036_syscon built-in for
spl usage, but tpl not need to use it.

Change-Id: I6dd2b33e223a9854d0731ecc8c5b4b408a070d2e
Signed-off-by: David Wu <david.wu@rock-chips.com>

show more ...


# ba59d97f 20-Jan-2018 Kever Yang <kever.yang@rock-chips.com>

rockchip: rk3036: use commong board file

Move some soc spec setting into rk3036.c

Change-Id: Ib0c1d222e273e8a8bfc8c58d2e060b696f2a7500
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>


# 7fd11738 02-Nov-2016 Tom Rini <trini@konsulko.com>

Merge git://git.denx.de/u-boot-rockchip


# 92ac73e4 02-Oct-2016 Simon Glass <sjg@chromium.org>

rockchip: rk3036: Move rockchip_get_cru() out of the driver

This function is called from outside the driver. It should be placed into
common SoC code. Move it.

Also rename the driver symbol to be m

rockchip: rk3036: Move rockchip_get_cru() out of the driver

This function is called from outside the driver. It should be placed into
common SoC code. Move it.

Also rename the driver symbol to be more consistent with the other rockchip
clock drivers.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

show more ...


# b25732c2 07-Aug-2016 Max Filippov <jcmvbkbc@gmail.com>

drivers/sysreset: group sysreset drivers

Create drivers/sysreset and move sysreset-uclass and all sysreset
drivers there.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Simon Glass <sjg

drivers/sysreset: group sysreset drivers

Create drivers/sysreset and move sysreset-uclass and all sysreset
drivers there.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...


# b47ea792 12-Jul-2016 Xu Ziyuan <xzy.xu@rock-chips.com>

rockchip: add option to change method of loading u-boot

If we would like to boot from SD card, we have to implement mmc driver
in SPL stage, and get a slightly large SPL binary. Rockchip SoC's
bootr

rockchip: add option to change method of loading u-boot

If we would like to boot from SD card, we have to implement mmc driver
in SPL stage, and get a slightly large SPL binary. Rockchip SoC's
bootrom code has the ability to load spl and u-boot, then boot.

If CONFIG_ROCKCHIP_SPL_BACK_TO_BROM is enabled, the spl will return to
bootrom in board_init_f(), then bootrom loads u-boot binary.

Loading sequence after rework:
bootrom ==> spl ==> bootrom ==> u-boot

Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Fixed up spelling of U-Boot, boorom, opinion->option, Rochchip:
Signed-off-by: Simon Glass <sjg@chromium.org>

show more ...


# be1d5e03 17-Nov-2015 huang lin <hl@rock-chips.com>

rockchip: rk3036: Add core Soc start-up code

rk3036 only 4K size SRAM for SPL, so only support
timer, uart, sdram driver in SPL stage, when finish
initial sdram, back to bootrom.And in rk3036 sdmmc

rockchip: rk3036: Add core Soc start-up code

rk3036 only 4K size SRAM for SPL, so only support
timer, uart, sdram driver in SPL stage, when finish
initial sdram, back to bootrom.And in rk3036 sdmmc and
debug uart use same iomux, so if you want to boot from
sdmmc, you must disable debug uart.

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Fixed build error for chromebook_jerry, firefly-rk3288:
Signed-off-by: Simon Glass <sjg@chromium.org>

Series-changes: 8
- Fix build error for chromebook_jerry, firefly-rk3288

show more ...


# 53c45f0c 17-Nov-2015 huang lin <hl@rock-chips.com>

rockchip: add rk3036 sdram driver

add rk3036 sdram driver so we can set up sdram in SPL

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>


# 0b374c8d 17-Nov-2015 huang lin <hl@rock-chips.com>

rockchip: rk3036: Add a simple syscon driver

Add a driver that provides access to system controllers

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>


# 2bc00e01 17-Nov-2015 huang lin <hl@rock-chips.com>

rockchip: rk3036: Add Soc reset driver

We can reset the Soc using some CRU (clock/reset unit) register.
Add support for this.

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg

rockchip: rk3036: Add Soc reset driver

We can reset the Soc using some CRU (clock/reset unit) register.
Add support for this.

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>

show more ...