From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 30 Jun 2020 15:54:52 +0800 Subject: [PATCH v1 30/43] x86: apl: Support set_hide() in p2sb driver In-Reply-To: <20200614215726.v1.30.Id91837de4ede32b7f67f8cd29c7e6903a5d97f5e@changeid> References: <20200615035738.248710-1-sjg@chromium.org> <20200614215726.v1.30.Id91837de4ede32b7f67f8cd29c7e6903a5d97f5e@changeid> 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 Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > Add support for this new method in the driver and in the fsp-s setup. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/apollolake/fsp_s.c | 26 +++++++++++--------------- > arch/x86/cpu/intel_common/p2sb.c | 30 ++++++++++++++++++++++++++++++ > 2 files changed, 41 insertions(+), 15 deletions(-) > Reviewed-by: Bin Meng