| #
ba5fd738 |
| 06-Jul-2018 |
YouMin Chen <cym@rock-chips.com> |
rockchip: tpl: rename CONFIG_TINY_TPL to CONFIG_TPL_TINY_FRAMEWORK
Change-Id: Ia05a73467578f5620a9ba168e67bcfb02c40e1d0 Signed-off-by: YouMin Chen <cym@rock-chips.com>
|
| #
891b189d |
| 26-Jun-2018 |
YouMin Chen <cym@rock-chips.com> |
rockchip: sdram: change sdram_init return value to int
Change-Id: Iccd78d83e898683d7315dfa1670a0308a5863824 Signed-off-by: YouMin Chen <cym@rock-chips.com>
|
| #
30129f2f |
| 30-Jan-2018 |
David Wu <david.wu@rock-chips.com> |
config: Add CONFIG_TINY_TPL to disable SPL framework at TPL
Some devices cann't use SPL framework at TPL stage, but the CONFIG_SPL_FRAMEWORK is still defined at TPL stage, so need to separate them w
config: Add CONFIG_TINY_TPL to disable SPL framework at TPL
Some devices cann't use SPL framework at TPL stage, but the CONFIG_SPL_FRAMEWORK is still defined at TPL stage, so need to separate them with CONFIG_TINY_TPL.
If the SPL framewrok was used both at TPL and SPL stage, CONFIG_TINY_TPL is not defined. If the SPL framewrok was used at SPL stage, but not use at TPL, need to define CONFIG_TINY_TPL.
Change-Id: Iabb7e0377ee00311ca468cb8ff7544c96bd999d6 Signed-off-by: David Wu <david.wu@rock-chips.com>
show more ...
|
| #
95b95808 |
| 01-Feb-2018 |
Zhihuan He <huan.he@rock-chips.com> |
rockchip: add rv1108 sdram driver
add rv1108 sdram driver so we can set up sdram in SPL
Change-Id: Iecc6e896921b68ec97bf7d890a61a4ff75d6876b Signed-off-by: Zhihuan He <huan.he@rock-chips.com>
|
| #
b95943f1 |
| 20-Jan-2018 |
Kever Yang <kever.yang@rock-chips.com> |
rockchip: rk3288: move configure_l2ctlr back to rk3288
The configure_l2ctlr() is used only by rk3288, do not need to locate in sys_proto.h
Change-Id: I98f8cffdbc990e3fcf19f41ca53ff5fd25155e63 Signe
rockchip: rk3288: move configure_l2ctlr back to rk3288
The configure_l2ctlr() is used only by rk3288, do not need to locate in sys_proto.h
Change-Id: I98f8cffdbc990e3fcf19f41ca53ff5fd25155e63 Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
show more ...
|
| #
636c3e18 |
| 27-Sep-2017 |
Jagan Teki <jagan@amarulasolutions.com> |
UPSTREAM: armv7: rk3288: Move configure_l2ctlr to common
configure_l2ctlr will be shared between SPL and TPL so move them into asm/arch/sys_proto.h
Change-Id: I0702c88b1569abb1b65c29923cedbbccaa28a
UPSTREAM: armv7: rk3288: Move configure_l2ctlr to common
configure_l2ctlr will be shared between SPL and TPL so move them into asm/arch/sys_proto.h
Change-Id: I0702c88b1569abb1b65c29923cedbbccaa28a33a Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Signed-off-by: Kever Yang <kever.yang@rock-chips.com> (cherry picked from commit a982d5156db0587f5118a118c7e9f18d4c70891d)
show more ...
|
| #
201c9d88 |
| 22-Sep-2016 |
Tom Rini <trini@konsulko.com> |
Merge git://git.denx.de/u-boot-rockchip
|
| #
4a79ecec |
| 01-Sep-2016 |
Kever Yang <kever.yang@rock-chips.com> |
rk3399: add a empty "sys_proto.h" header file
driver/usb/dwc3/gadget.c need a "sys_proto.h" header file, add a empty one to make compile success.
Signed-off-by: Kever Yang <kever.yang@rock-chips.co
rk3399: add a empty "sys_proto.h" header file
driver/usb/dwc3/gadget.c need a "sys_proto.h" header file, add a empty one to make compile success.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
show more ...
|