On 11 August 2015 at 00:28, Bin Meng <bmeng...@gmail.com> wrote:
> On Tue, Aug 11, 2015 at 10:44 AM, Simon Glass <s...@chromium.org> wrote:
>> There is quite a bit of assembler code that can be removed if we use the
>> generic global_data setup. Less arch-specific code makes it easier to add
>> new features and maintain the start-up code.
>>
>> Drop the unneeded code and adjust the hooks in board_f.c to cope.
>>
>> Signed-off-by: Simon Glass <s...@chromium.org>
>> ---
>>
>> Changes in v2:
>> - Don't rely on value of %edx from board_init_f_mem()
>>
>>  arch/x86/cpu/cpu.c   |  4 ++-
>>  arch/x86/cpu/start.S | 95 
>> +++++++---------------------------------------------
>>  common/board_f.c     |  3 +-
>>  3 files changed, 18 insertions(+), 84 deletions(-)
>>

[snip]
>
> Reviewed-by: Bin Meng <bmeng...@gmail.com>

Applied to u-boot-x86
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to