From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott McNutt Date: Mon, 23 Nov 2009 16:52:11 -0500 Subject: [U-Boot] PATCH Nios2 kernel bootstrap error due to missing processor data cache flush: fix In-Reply-To: <20091122201227.EB7D9E34A27@gemini.denx.de> References: <49DF39CD.9010202@imagos.it> <20091122201227.EB7D9E34A27@gemini.denx.de> Message-ID: <4B0B040B.5050100@psyent.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Wolfgang, I checked on this again ... and missed it as well. This was resubmitted on Thu, 6 Aug 2009. I'll add the resubmitted patch. My apologies for any inconvenience. Regards, --Scott Wolfgang Denk wrote: > Dear Renato Andreola, > > In message <49DF39CD.9010202@imagos.it> you wrote: >> From b75bd27f89ac6c105cebb6507cf082b6f5fffc7d Mon Sep 17 00:00:00 2001 >> From: Renato Andreola >> Date: Fri, 10 Apr 2009 12:32:29 +0200 >> Subject: Nios2: do_boom_linux(): kernel gunzip input data integrity >> problem due to mi >> ssing cache flush >> >> Added instruction and data caches flush >> >> Signed-off-by: Renato Andreola >> --- >> lib_nios2/bootm.c | 8 +++++++- >> 1 files changed, 7 insertions(+), 1 deletions(-) >> >> diff --git a/lib_nios2/bootm.c b/lib_nios2/bootm.c >> index 53fd569..1e8034b 100644 >> --- a/lib_nios2/bootm.c >> +++ b/lib_nios2/bootm.c >> @@ -2,6 +2,9 @@ >> * (C) Copyright 2003, Psyent Corporation >> * Scott McNutt >> * >> + * (C) Copyright 2009, Imagos sas >> + * Renato Andreola >> + * > > We are still waiting for you to resubmit this patch without adding a > Copyright note for just two lines of code. > > Thanks in advance. > > Best regards, > > Wolfgang Denk >