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 <s...@denx.de> > Cc: Weijie Gao <weijie....@mediatek.com> > Cc: Daniel Schwierzeck <daniel.schwierz...@gmail.com> > Cc: Simon Goldschmidt <simon.k.r.goldschm...@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.schwierz...@gmail.com> -- - Daniel
- [PATCH 15/26 v7] Makefile: add support to generate LZMA... Stefan Roese
- [PATCH 16/26 v7] tools: binman: add etype file for u-bo... Stefan Roese
- [PATCH 17/26 v7] spl: Extract legacy image handling int... Stefan Roese
- Re: [PATCH 17/26 v7] spl: Extract legacy image han... Daniel Schwierzeck
- [PATCH 20/26 v7] spl: spl_nor: Remove unused variable '... Stefan Roese
- Re: [PATCH 20/26 v7] spl: spl_nor: Remove unused v... Daniel Schwierzeck
- [PATCH 19/26 v7] spl: spl_nor: Move legacy image loadin... Stefan Roese
- Re: [PATCH 19/26 v7] spl: spl_nor: Move legacy ima... Daniel Schwierzeck
- [PATCH 21/26 v7] spl: spl_legacy: Add lzma decompressio... Stefan Roese
- [PATCH 22/26 v7] mips: spl: Flush cache before jumping ... Stefan Roese
- Re: [PATCH 22/26 v7] mips: spl: Flush cache before... Daniel Schwierzeck
- [PATCH 24/26 v7] mips: mtmips: enable SPL for all board... Stefan Roese
- [PATCH 23/26 v7] mips: mtmips: add SPL support Stefan Roese
- Re: [PATCH 23/26 v7] mips: mtmips: add SPL support Daniel Schwierzeck
- Re: [PATCH 23/26 v7] mips: mtmips: add SPL sup... Stefan Roese
- Re: [PATCH 23/26 v7] mips: mtmips: add SPL... Daniel Schwierzeck
- Re: [PATCH 23/26 v7] mips: mtmips: add... Stefan Roese
- [PATCH 25/26 v7] mips: mtmips: add support for mt7628-r... Stefan Roese
- [PATCH 26/26 v7] mips: mtmips: Increase CONFIG_SPL_SYS_... Stefan Roese
- Re: [PATCH 00/26 v7] Refactor the architecture parts of... Daniel Schwierzeck