From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 3 Aug 2020 10:43:40 +0800 Subject: [PATCH 2/2] arch: x86: apl: Update FSP parameters In-Reply-To: References: <20200722072939.351791-1-bernhard.messerklinger@br-automation.com> <20200722072939.351791-3-bernhard.messerklinger@br-automation.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 Sun, Jul 26, 2020 at 10:54 PM Simon Glass wrote: > > On Wed, 22 Jul 2020 at 01:29, Bernhard Messerklinger > wrote: > > > > Add missing parameters to support full configuration of the latest FSP > > MR6 release. > > > > Signed-off-by: Bernhard Messerklinger > > --- > > > > arch/x86/cpu/apollolake/fsp_bindings.c | 23 +++++++++++++++++++ > > .../asm/arch-apollolake/fsp/fsp_m_upd.h | 5 +++- > > .../asm/arch-apollolake/fsp/fsp_s_upd.h | 9 +++++++- > > .../fsp/fsp2/apollolake/fsp-m.txt | 3 +++ > > .../fsp/fsp2/apollolake/fsp-s.txt | 6 +++++ > > 5 files changed, 44 insertions(+), 2 deletions(-) > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!