From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Thu, 23 Apr 2020 21:26:05 +0200 Subject: [PATCH 22/26 v7] mips: spl: Flush cache before jumping to U-Boot proper In-Reply-To: <20200421072850.4970-23-sr@denx.de> References: <20200421072850.4970-1-sr@denx.de> <20200421072850.4970-23-sr@denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Weijie Gao > Cc: Daniel Schwierzeck > Cc: Simon Goldschmidt > --- > 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