[U-Boot] [PATCH 17/17] x86: Tweak initialisation procedure

Graeme Russ graeme.russ at gmail.com
Wed Jan 4 13:02:31 CET 2012


Hi Simon,

On 04/01/12 16:52, Simon Glass wrote:
> Hi Graeme,
> 
> On Sun, Jan 1, 2012 at 8:09 PM, Graeme Russ <graeme.russ at gmail.com> wrote:
>>
>> Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
>> ---
>>  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


More information about the U-Boot mailing list