
23 Apr
2020
23 Apr
'20
9:26 p.m.
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@denx.de Cc: Weijie Gao weijie.gao@mediatek.com Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Simon Goldschmidt simon.k.r.goldschmidt@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@gmail.com
--
- Daniel