Re: [U-Boot] [PATCH 09/10] x86: ivybridge: Add macros for LPC decode ranges

2015-12-20 Thread Bin Meng
On Sat, Dec 19, 2015 at 10:52 AM, Simon Glass wrote: > On 11 December 2015 at 03:55, Bin Meng wrote: >> Add several macros for LPC decode registers on PCH. >> >> Signed-off-by: Bin Meng >> --- >> >> arch/x86/include/asm/arch-ivybridge/pch.h | 10 ++ >> 1 file changed, 10 insertions(+) >

Re: [U-Boot] [PATCH 09/10] x86: ivybridge: Add macros for LPC decode ranges

2015-12-18 Thread Simon Glass
On 11 December 2015 at 03:55, Bin Meng wrote: > Add several macros for LPC decode registers on PCH. > > Signed-off-by: Bin Meng > --- > > arch/x86/include/asm/arch-ivybridge/pch.h | 10 ++ > 1 file changed, 10 insertions(+) Acked-by: Simon Glass Tested on link (ivybridge non-FSP) Teste

[U-Boot] [PATCH 09/10] x86: ivybridge: Add macros for LPC decode ranges

2015-12-11 Thread Bin Meng
Add several macros for LPC decode registers on PCH. Signed-off-by: Bin Meng --- arch/x86/include/asm/arch-ivybridge/pch.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/x86/include/asm/arch-ivybridge/pch.h b/arch/x86/include/asm/arch-ivybridge/pch.h index 21df083..31437c8