[U-Boot] [PATCH v2 17/17] x86: Convert board_init_f_r to a processing loop
Simon Glass
sjg at chromium.org
Thu Jan 12 06:04:45 CET 2012
On Wed, Jan 4, 2012 at 11:59 AM, Graeme Russ <graeme.russ at gmail.com> wrote:
> Create an init function array for board_init_f_r - This finalises the
> migration to a purely array based initialisation mechanism
>
> Also tweak a few comments while we are at it so everything is 'correct'
>
> Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
Acked-by: Simon Glass <sjg at chromium.org>
> ---
> Changes for v2:
> - Renamed to a more apt name
> - Fix bug in set_reloc_flag_r
> - Re-instate gd->flags = boot_flags; in board_init_f
> - Added commit message
>
> arch/x86/include/asm/init_helpers.h | 5 +
> arch/x86/include/asm/relocate.h | 33 ++++++
> arch/x86/lib/board.c | 186 +++++++++++++++++------------------
> arch/x86/lib/init_helpers.c | 75 ++++++++++++++
> arch/x86/lib/relocate.c | 32 +-----
> 5 files changed, 206 insertions(+), 125 deletions(-)
> create mode 100644 arch/x86/include/asm/relocate.h
>
More information about the U-Boot
mailing list