[U-Boot] [PATCH 08/12] x86: Support writing configuration tables in high area

Bin Meng bmeng.cn at gmail.com
Mon Feb 29 08:32:17 CET 2016


On Mon, Feb 29, 2016 at 12:19 PM, Simon Glass <sjg at chromium.org> wrote:
> On 27 February 2016 at 23:58, Bin Meng <bmeng.cn at gmail.com> wrote:
>> For those secondary bootloaders like SeaBIOS who want to live in
>> the F segment, which conflicts the configuration table address,
>> now we allow write_tables() to write the configuration tables in
>> high area (malloc'ed memory).
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>>  arch/x86/lib/tables.c | 11 +++++++++++
>>  1 file changed, 11 insertions(+)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86/next, thanks!


More information about the U-Boot mailing list