From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 3 Feb 2016 12:33:31 +0800 Subject: [U-Boot] [PATCH 11/23] x86: pch9: Implement get_io_base op In-Reply-To: References: <1454319658-17431-1-git-send-email-bmeng.cn@gmail.com> <1454319658-17431-12-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 Tue, Feb 2, 2016 at 12:19 AM, Simon Glass wrote: > On 1 February 2016 at 02:40, Bin Meng wrote: >> IO_BASE is only seen on PCH9 device, implement the get_io_base op. >> >> Signed-off-by: Bin Meng >> --- >> >> drivers/pch/pch9.c | 17 +++++++++++++++++ >> 1 file changed, 17 insertions(+) > > Reviewed-by: Simon Glass > Tested on Minnowmax: > Tested-by: Simon Glass applied to u-boot-x86/master, thanks!