
22 Aug
2015
22 Aug
'15
6:20 a.m.
On 21 August 2015 at 17:27, Simon Glass sjg@chromium.org wrote:
On 20 August 2015 at 07:40, Bin Meng bmeng.cn@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@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@chromium.org
Applied to u-boot-x86, thanks!