Re: [U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-28 Thread Bin Meng
On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote: > On 22 June 2016 at 17:56, Bin Meng wrote: >> Hi Simon, >> >> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 22 June 2016 at 03:30, Bin Meng wrote: There is a dummy pch driver in the coreboot directory. This

Re: [U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-28 Thread Bin Meng
Hi Tom, On Wed, Jun 29, 2016 at 10:05 AM, Tom Rini wrote: > On Wed, Jun 29, 2016 at 10:02:55AM +0800, Bin Meng wrote: >> On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote: >> > On 22 June 2016 at 17:56, Bin Meng wrote: >> >> Hi Simon, >> >> >> >> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass

Re: [U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-28 Thread Tom Rini
On Wed, Jun 29, 2016 at 10:02:55AM +0800, Bin Meng wrote: > On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote: > > On 22 June 2016 at 17:56, Bin Meng wrote: > >> Hi Simon, > >> > >> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote: > >>> Hi Bin, > >>> > >>> On 22 June 2016 at 03:30, Bin Meng

Re: [U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-28 Thread Bin Meng
On Wed, Jun 29, 2016 at 2:43 AM, Simon Glass wrote: > On 22 June 2016 at 17:56, Bin Meng wrote: >> Hi Simon, >> >> On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote: >>> Hi Bin, >>> >>> On 22 June 2016 at 03:30, Bin Meng wrote: There is a dummy pch driver in the coreboot directory. This

Re: [U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-28 Thread Simon Glass
On 22 June 2016 at 17:56, Bin Meng wrote: > Hi Simon, > > On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote: >> Hi Bin, >> >> On 22 June 2016 at 03:30, Bin Meng wrote: >>> There is a dummy pch driver in the coreboot directory. This causes >>> drivers of its children fail to function due to emp

Re: [U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-22 Thread Bin Meng
Hi Simon, On Wed, Jun 22, 2016 at 10:36 PM, Simon Glass wrote: > Hi Bin, > > On 22 June 2016 at 03:30, Bin Meng wrote: >> There is a dummy pch driver in the coreboot directory. This causes >> drivers of its children fail to function due to empty ops. Remove >> the whole file since it is no longe

Re: [U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-22 Thread Simon Glass
Hi Bin, On 22 June 2016 at 03:30, Bin Meng wrote: > There is a dummy pch driver in the coreboot directory. This causes > drivers of its children fail to function due to empty ops. Remove > the whole file since it is no longer needed. > > Signed-off-by: Bin Meng > --- > > arch/x86/cpu/coreboot/M

[U-Boot] [PATCH] x86: coreboot: Remove the dummy pch driver

2016-06-22 Thread Bin Meng
There is a dummy pch driver in the coreboot directory. This causes drivers of its children fail to function due to empty ops. Remove the whole file since it is no longer needed. Signed-off-by: Bin Meng --- arch/x86/cpu/coreboot/Makefile | 1 - arch/x86/cpu/coreboot/pci.c| 26 --