[U-Boot] [PATCH v2 03/12] x86: fsp: Enlarge the size of malloc() pool before relocation

Simon Glass sjg at chromium.org
Sat Aug 22 01:27:23 CEST 2015


On 20 August 2015 at 07:40, Bin Meng <bmeng.cn at gmail.com> wrote:
> After fsp_init() returns, the stack has already been switched to a
> place within system memory as defined by CONFIG_FSP_TEMP_RAM_ADDR.
> Enlarge the size of malloc() pool before relocation since we have
> plenty of memory now.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
>
> ---
>
> Changes in v2:
> - Add some comments in x86_fsp_init() for malloc() adjustment
>
>  arch/x86/Kconfig              |  7 +++++++
>  arch/x86/cpu/start.S          |  8 ++++++++
>  arch/x86/lib/fsp/fsp_common.c | 16 +++++++++++++++-
>  3 files changed, 30 insertions(+), 1 deletion(-)

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list