]> Git Repo - J-u-boot.git/commit
x86: fsp: Enlarge the size of malloc() pool before relocation
authorBin Meng <[email protected]>
Thu, 20 Aug 2015 13:40:19 +0000 (06:40 -0700)
committerSimon Glass <[email protected]>
Wed, 26 Aug 2015 14:54:11 +0000 (07:54 -0700)
commit57b10f59b7c6ff0d3827e39acb6c3e348adbc14a
tree699e8a5d501d168cc5f3e03039dcbddf438722bd
parenta52a068eb189c6268017a25d48f50f26b2a08a0b
x86: fsp: Enlarge the size of malloc() pool before relocation

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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/x86/Kconfig
arch/x86/cpu/start.S
arch/x86/lib/fsp/fsp_common.c
This page took 0.034451 seconds and 4 git commands to generate.