[U-Boot] [PATCH v2 4/5] rockchip: back-to-bootrom: allow passing a cmd to the bootrom
Simon Glass
sjg at chromium.org
Mon Sep 25 02:12:51 UTC 2017
On 18 September 2017 at 12:18, Philipp Tomsich
<philipp.tomsich at theobroma-systems.com> wrote:
> The BROM supports forcing it to enter download-mode, if an appropriate
> result/cmd-word is returned to it. There already is a series to
> support this in review, so this prepares the (newly C-version) of the
> back-to-bootrom code to accept a cmd to passed on to the BROM.
>
> All the existing call-sites are adjusted to match the changed function
> signature.
>
> Signed-off-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
>
> ---
>
> Changes in v2:
> - adapt the RK3188 spl support file (that I had originally missed)
>
> arch/arm/include/asm/arch-rockchip/bootrom.h | 5 ++++-
> arch/arm/mach-rockchip/bootrom.c | 4 ++--
> arch/arm/mach-rockchip/rk3036-board-spl.c | 2 +-
> arch/arm/mach-rockchip/rk3188-board-spl.c | 4 ++--
> arch/arm/mach-rockchip/rk3188-board-tpl.c | 4 ++--
> arch/arm/mach-rockchip/rk322x-board-spl.c | 2 +-
> arch/arm/mach-rockchip/rk3288-board-spl.c | 4 ++--
> arch/arm/mach-rockchip/rk3368-board-tpl.c | 2 +-
> arch/arm/mach-rockchip/rk3399-board-spl.c | 2 +-
> 9 files changed, 16 insertions(+), 13 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list