From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Schwarz Date: Thu, 25 Aug 2011 13:25:42 +0200 Subject: [U-Boot] [PATCH V3 0/8] SPL Linux boot In-Reply-To: <20110825101714.5187911F9E74@gemini.denx.de> References: <1314182363-25732-1-git-send-email-simonschwarzcor@gmail.com> <1314261196-23197-1-git-send-email-simonschwarzcor@gmail.com> <20110825101714.5187911F9E74@gemini.denx.de> Message-ID: <4E563136.2030608@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Wolfgang Denk, On 08/25/2011 12:17 PM, Wolfgang Denk wrote: > Dear Simon Schwarz, > > In message<1314261196-23197-1-git-send-email-simonschwarzcor@gmail.com> you wrote: >> Adds direct Linux boot to SPL. It implements a savebp command to save >> ATAGS or FDT to NAND flash. The kernel image has to be in place for this! > > Thanks for this work. It is highly appreciated. > >> checkpatch whines about not using strict_strtoull - since this is not >> available - I can't change this. > > That's OK. > > A question ex ante: what is the "bp" in "savebp" supposed to mean? I > cannot come up with a good interpretation (might might show the > effects of me working in a way too hot environment, or might indicate > that we should chose a better name). Today: Definatly too hot ;) It means "save boot parameters" - better proposals welcome. > > Best regards, > > Wolfgang Denk > Regards Simon