Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-11 Thread Ding, ChiX
> -Original Message- > From: Bin Meng [mailto:bmeng...@gmail.com] > Sent: Tuesday, October 11, 2016 11:44 AM > To: Ding, ChiX > Cc: Simon Glass ; u-boot@lists.denx.de > Subject: Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig > > Hi Chi, >

Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-11 Thread Bin Meng
Hi Chi, On Tue, Oct 11, 2016 at 6:01 PM, Ding, ChiX wrote: > Hi Bin > Thanks for the reply. I'm working on Intel Denvernton Board. As you > suggested I'm debugging it > using DM PCI now. In the device tree file, I define PCI as this, but I don't > know what is missing so > that AHCI isn't prob

Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-11 Thread Ding, ChiX
anks a lot, Chi -Original Message- From: Bin Meng [mailto:bmeng...@gmail.com] Sent: Tuesday, October 11, 2016 2:44 AM To: Ding, ChiX ; Simon Glass Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig On Mon, Oct 10, 2016 at

Re: [U-Boot] build error with CONFIG_DM_PCI disabled in menuconfig

2016-10-10 Thread Bin Meng
On Mon, Oct 10, 2016 at 11:47 PM, Ding, ChiX wrote: > Hi there > I disabled CONFIG_DM_PCI in menuconfig because I have problem detecting AHCI > SCSI controller on X86 board > with CONFIG_DM_PCI enabled and the older code in drivers/pci/pci.c works for > me in the previous U-boot version. > Then