Re: [U-Boot] [PATCH v2 26/55] x86: ivybridge: Move northbridge and PCH init into drivers

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 2:54 PM, Bin Meng  wrote:
> On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass  wrote:
>> Instead of calling the northbridge and PCH init from bd82x6x_init_extra()
>> when the PCI bus is probed, call it from the respective drivers. Also drop
>> the Northbridge init as it has no effect. The registers it touches appear to
>> be read-only.
>>
>> Signed-off-by: Simon Glass 
>> ---
>>
>> Changes in v2: None
>>
>>  arch/x86/cpu/ivybridge/bd82x6x.c  | 42 
>> ---
>>  arch/x86/cpu/ivybridge/northbridge.c  | 16 +++---
>>  arch/x86/include/asm/arch-ivybridge/bd82x6x.h |  1 -
>>  board/google/chromebook_link/link.c   |  8 -
>>  4 files changed, 12 insertions(+), 55 deletions(-)
>>
>
> Reviewed-by: Bin Meng 

applied to u-boot-x86/master, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 26/55] x86: ivybridge: Move northbridge and PCH init into drivers

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass  wrote:
> Instead of calling the northbridge and PCH init from bd82x6x_init_extra()
> when the PCI bus is probed, call it from the respective drivers. Also drop
> the Northbridge init as it has no effect. The registers it touches appear to
> be read-only.
>
> Signed-off-by: Simon Glass 
> ---
>
> Changes in v2: None
>
>  arch/x86/cpu/ivybridge/bd82x6x.c  | 42 
> ---
>  arch/x86/cpu/ivybridge/northbridge.c  | 16 +++---
>  arch/x86/include/asm/arch-ivybridge/bd82x6x.h |  1 -
>  board/google/chromebook_link/link.c   |  8 -
>  4 files changed, 12 insertions(+), 55 deletions(-)
>

Reviewed-by: Bin Meng 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot