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

Simon Glass sjg at chromium.org
Thu May 19 06:00:33 CEST 2016


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>


More information about the U-Boot mailing list