From mboxrd@z Thu Jan 1 00:00:00 1970 From: Graeme Russ Date: Wed, 04 Jan 2012 23:02:31 +1100 Subject: [U-Boot] [PATCH 17/17] x86: Tweak initialisation procedure In-Reply-To: References: <1325477374-6417-1-git-send-email-graeme.russ@gmail.com> <1325477374-6417-18-git-send-email-graeme.russ@gmail.com> Message-ID: <4F043FD7.1030900@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 Hi Simon, On 04/01/12 16:52, Simon Glass wrote: > Hi Graeme, > > On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ wrote: >> >> Signed-off-by: Graeme Russ >> --- >> arch/x86/include/asm/init_helpers.h | 5 + >> arch/x86/include/asm/relocate.h | 33 ++++++ >> arch/x86/lib/board.c | 188 +++++++++++++++++------------------ >> arch/x86/lib/init_helpers.c | 75 ++++++++++++++ >> arch/x86/lib/relocate.c | 32 +----- >> 5 files changed, 206 insertions(+), 127 deletions(-) > > Seems like a fairly major tweak :-) Should this commit be split, > and/or perhaps explain the purpose in the commit message? OK, 'tweak' was the wrong word. What this patch does is convert init_sequence_f_r into an standard init processing loop and cleans up a few comments along the way (I suppose they could be moved into one last 'documentation' patch) I've renamed the patch Regards, Graeme