[U-Boot] [PATCH] bootm: Add board specific OS preboot hook

Marek Vasut marex at denx.de
Mon Oct 8 11:39:44 UTC 2018


On 10/08/2018 01:34 PM, Christian Gmeiner wrote:
> Am Do., 4. Okt. 2018 um 21:16 Uhr schrieb Marek Vasut <marex at denx.de>:
>>
>> Add board-specific hook which is executed before the code hands over
>> control to the OS. This lets the board perform some last-minute clean
>> ups.
>>
>> Signed-off-by: Marek Vasut <marex at denx.de>
>> Cc: Tom Rini <trini at konsulko.com>
> 
> Copy of https://patchwork.ozlabs.org/patch/956942/ ?

Wow, the patch is almost identical, except for the position of the
board_preboot_os() :-) ... which is no surprise, given it's almost a
verbatim copy of arch_preboot_os().

I'd prefer board after arch though, so the board can have the last word
before boot.

-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list