[U-Boot] [PATCH v2 02/18] x86: Call board_final_cleanup() in last_stage_init()

Bin Meng bmeng.cn at gmail.com
Mon May 23 09:00:52 CEST 2016


On Thu, May 19, 2016 at 12:00 PM, Simon Glass <sjg at chromium.org> wrote:
> On 11 May 2016 at 08:44, Bin Meng <bmeng.cn at gmail.com> wrote:
>> At present board_final_cleanup() is called before booting a Linux
>> kernel. This actually needs to be done before booting anything,
>> like SeaBIOS, VxWorks or Windows.
>>
>> Move the call to last_stage_init() instead.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> Changes in v2: None
>>
>>  arch/x86/cpu/coreboot/coreboot.c | 20 +++++++++++---------
>>  arch/x86/cpu/cpu.c               | 10 ++++++++++
>>  arch/x86/lib/bootm.c             |  9 ---------
>>  3 files changed, 21 insertions(+), 18 deletions(-)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list