| 2acdadc0 | 28-Nov-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3036: sdram: correct setting for pll integer mode
According to rk3036 TRM, should be set to '1' for the pll integer mode, while the '0' means the frac mode.
Change-Id: Ibd35723d471e3091
rockchip: rk3036: sdram: correct setting for pll integer mode
According to rk3036 TRM, should be set to '1' for the pll integer mode, while the '0' means the frac mode.
Change-Id: Ibd35723d471e3091d8846c700aca128ac5ca0327 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| c659cba9 | 28-Nov-2017 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3036: update clock driver for ddr
After the MASK MACRO update, we need to update the driver at the same time. This is a fix to: 37943aa rockchip: rk3036: clean mask definition for cru re
rockchip: rk3036: update clock driver for ddr
After the MASK MACRO update, we need to update the driver at the same time. This is a fix to: 37943aa rockchip: rk3036: clean mask definition for cru reg
Change-Id: I23504454f5df17cff332ca5096928f1079e83bf6 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| 47b4c228 | 07-Dec-2015 |
huang lin <hl@rock-chips.com> |
rockchip: Add basic support for kylin board
kylin board use rk3036 SOC, 512M sdram, 8G emmc. This add some basic files required to allow the board to output serial message and can run command(mmc in
rockchip: Add basic support for kylin board
kylin board use rk3036 SOC, 512M sdram, 8G emmc. This add some basic files required to allow the board to output serial message and can run command(mmc info etc).
Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| e3906800 | 07-Dec-2015 |
huang lin <hl@rock-chips.com> |
rockchip: rk3036 sdram setting cs1_row when rank larger than 1
only rank large than 1, we will use cs1_row, so check rank, when rank larger than 1, we set the cs1_row.
Signed-off-by: Lin Huang <hl@
rockchip: rk3036 sdram setting cs1_row when rank larger than 1
only rank large than 1, we will use cs1_row, so check rank, when rank larger than 1, we set the cs1_row.
Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|
| 6ae58609 | 17-Nov-2015 |
Jeffy Chen <jeffy.chen@rock-chips.com> |
rockchip: Add max spl size & spl header configs
Our chips may have different max spl size and spl header, so we need to add configs for that.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> A
rockchip: Add max spl size & spl header configs
Our chips may have different max spl size and spl header, so we need to add configs for that.
Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org> Dropped CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h, Added $(if...) to tools/Makefile to fix widespread build breakage Signed-off-by: Simon Glass <sjg@chromium.org>
Series-changes: 8 - Drop CONFIG_ROCKCHIP_MAX_SPL_SIZE from rk3288_common.h, - Add $(if...) to tools/Makefile to fix widespread build breakage
show more ...
|