[U-Boot] [PATCH 3/3] rockchip: back-to-bootrom: allow passing a cmd to the bootrom
Simon Glass
sjg at chromium.org
Mon Sep 25 02:12:34 UTC 2017
On 15 September 2017 at 06:02, 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>
> ---
>
> 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-tpl.c | 2 +-
> 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 +-
> 8 files changed, 13 insertions(+), 10 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list