Re: [U-Boot] [PATCH v2 11/51] x86: Add the root-complex block to common intel registers

2016-03-13 Thread Bin Meng
On Mon, Mar 14, 2016 at 12:29 PM, Bin Meng wrote: > On Sat, Mar 12, 2016 at 1:06 PM, Simon Glass wrote: >> This is similar to MCH in that it is used in various drivers. Add it to >> the common header. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: None >> >> arch/x86/cpu/ivybridge

Re: [U-Boot] [PATCH v2 11/51] x86: Add the root-complex block to common intel registers

2016-03-13 Thread Bin Meng
On Sat, Mar 12, 2016 at 1:06 PM, Simon Glass wrote: > This is similar to MCH in that it is used in various drivers. Add it to > the common header. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > arch/x86/cpu/ivybridge/bd82x6x.c | 1 + > arch/x86/cpu/ivybridge/lpc.c

[U-Boot] [PATCH v2 11/51] x86: Add the root-complex block to common intel registers

2016-03-11 Thread Simon Glass
This is similar to MCH in that it is used in various drivers. Add it to the common header. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/ivybridge/bd82x6x.c | 1 + arch/x86/cpu/ivybridge/lpc.c | 6 -- arch/x86/include/asm/arch-ivybridge/pch.h | 5 ---