[U-Boot] [PATCH 04/10] rockchip: rk322x: enable tpl support

Simon Glass sjg at chromium.org
Mon Sep 11 06:17:25 UTC 2017


On 5 September 2017 at 20:14, Kever Yang <kever.yang at rock-chips.com> wrote:
> Move original spl to tpl, and add spl to load next stage firmware,
> adapt all the address and option for them.
>
> Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
> ---
>
>  arch/arm/mach-rockchip/Kconfig               |  9 ++++
>  arch/arm/mach-rockchip/Makefile              |  3 +-
>  arch/arm/mach-rockchip/rk322x-board-spl.c    | 66 ++++++-----------------
>  arch/arm/mach-rockchip/rk322x-board-tpl.c    | 81 ++++++++++++++++++++++++++++
>  arch/arm/mach-rockchip/rk322x/u-boot-tpl.lds | 13 +++++
>  include/configs/rk322x_common.h              | 12 +++--
>  6 files changed, 128 insertions(+), 56 deletions(-)
>  create mode 100644 arch/arm/mach-rockchip/rk322x-board-tpl.c
>  create mode 100644 arch/arm/mach-rockchip/rk322x/u-boot-tpl.lds

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list