From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 21 Aug 2015 17:27:23 -0600 Subject: [U-Boot] [PATCH v2 03/12] x86: fsp: Enlarge the size of malloc() pool before relocation In-Reply-To: <1440078028-29464-4-git-send-email-bmeng.cn@gmail.com> References: <1440078028-29464-1-git-send-email-bmeng.cn@gmail.com> <1440078028-29464-4-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 20 August 2015 at 07:40, Bin Meng 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 > > --- > > 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