On 11 May 2016 at 08:44, Bin Meng <[email protected]> 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 <[email protected]>
> ---
>
> 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 <[email protected]>
_______________________________________________
U-Boot mailing list
[email protected]
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to