Hi Simon, Reply this thread to the v2 patch.
On Tue, May 19, 2015 at 5:39 AM, Simon Glass <[email protected]> wrote: > Hi Bin, > On Sat, May 16, 2015 at 9:33 AM, Bin Meng <[email protected]> wrote: >> The legacy IDE device has a BAR4 (Bus Master Interface BAR) which >> needs to be configured. >> >> Signed-off-by: Bin Meng <[email protected]> >> >> --- >> >> Changes in v2: >> - Correct a typo in the commit message title >> >> drivers/pci/pci_auto.c | 14 -------------- >> 1 file changed, 14 deletions(-) > > I don't see how this code change relates to your commit message... > The legacy IDE controller reports PI (offset 9 in the configuration space) as 0x80, so the codes here will skip (!(0x80 & 0x05)) its configuration (ie: BAR4 won't be assigned to a valid memory window) [snip] Regards, Bin _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

