[U-Boot] [PATCH v2 05/18] x86: Prepare configuration tables in dedicated high memory region

Bin Meng bmeng.cn at gmail.com
Mon May 23 09:01:03 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:
>> Currently when CONFIG_SEABIOS is on, U-Boot allocates configuration
>> tables via normal malloc(). To simplify, use a dedicated memory
>> region which is reserved on the stack before relocation for this
>> purpose. Add functions for reserve and malloc.
>>
>> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>> ---
>>
>> Changes in v2: None
>>
>>  arch/x86/Kconfig                       | 14 ++++++++++++++
>>  arch/x86/include/asm/coreboot_tables.h | 19 +++++++++++++++++++
>>  arch/x86/include/asm/global_data.h     |  4 ++++
>>  arch/x86/lib/coreboot_table.c          | 31 +++++++++++++++++++++++++++++++
>>  4 files changed, 68 insertions(+)
>
> Reviewed-by: Simon Glass <sjg at chromium.org>

applied to u-boot-x86, thanks!


More information about the U-Boot mailing list