From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 8 Dec 2019 12:27:06 +0800 Subject: [PATCH v6 076/102] spi: ich: Add Apollo Lake support In-Reply-To: <20191206213936.v6.76.Ie9a342e54ba773cd9aed90b45c2076ecf1a0345d@changeid> References: <20191207044315.51770-1-sjg@chromium.org> <20191206213936.v6.76.Ie9a342e54ba773cd9aed90b45c2076ecf1a0345d@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 Sat, Dec 7, 2019 at 12:52 PM Simon Glass wrote: > > Add support for Apollo Lake to the ICH driver. This involves adjusting the > mmio address and skipping setting of the bbar. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v6: None > Changes in v5: None > Changes in v4: > - apollolake -> Apollo Lake > > Changes in v3: None > Changes in v2: None > > drivers/spi/ich.c | 19 ++++++++++++++----- > drivers/spi/ich.h | 1 + > 2 files changed, 15 insertions(+), 5 deletions(-) > applied to u-boot-x86/next, thanks!