[PATCH 22/26 v7] mips: spl: Flush cache before jumping to U-Boot proper
Daniel Schwierzeck
daniel.schwierzeck at gmail.com
Thu Apr 23 21:26:05 CEST 2020
Am 21.04.20 um 09:28 schrieb Stefan Roese:
> This patch adds a MIPS specific jump_to_image_no_args() implementation,
> which flushes the U-Boot proper image loaded from the boot device in
> SPL before jumping to it.
>
> It has been noticed on MT76x8, that this cache flush is needed. Other
> MIPS platforms might need it as well.
>
> Signed-off-by: Stefan Roese <sr at denx.de>
> Cc: Weijie Gao <weijie.gao at mediatek.com>
> Cc: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
> Cc: Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
> ---
> Changes in v7:
> - Moved to MIPS specific file as suggested by Daniel
>
> Changes in v6:
> - New patch
>
> arch/mips/lib/Makefile | 1 +
> arch/mips/lib/spl.c | 21 +++++++++++++++++++++
> 2 files changed, 22 insertions(+)
> create mode 100644 arch/mips/lib/spl.c
>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
--
- Daniel
More information about the U-Boot
mailing list