From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 21 Dec 2015 15:44:53 +0800 Subject: [U-Boot] [PATCH v2 9/9] x86: fsp: Set up init runtime buffer in update_fsp_configs() In-Reply-To: References: <1449813784-23365-1-git-send-email-bmeng.cn@gmail.com> <1449813784-23365-10-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 Sat, Dec 19, 2015 at 10:51 AM, Simon Glass wrote: > On 10 December 2015 at 23:03, Bin Meng wrote: >> fsp_init() runtime buffer parameter might be different across >> different platforms. Move this to update_fsp_configs(). >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v2: >> - split this patch from v1 patch#7 >> >> arch/x86/cpu/baytrail/fsp_configs.c | 8 +++++++- >> arch/x86/cpu/queensbay/fsp_configs.c | 8 +++++++- >> arch/x86/include/asm/fsp/fsp_support.h | 4 +++- >> arch/x86/lib/fsp/fsp_support.c | 7 +------ >> 4 files changed, 18 insertions(+), 9 deletions(-) > > Acked-by: Simon Glass > Tested on Minnowmax: > Tested-by: Simon Glass applied to u-boot-x86/next, thanks!