>-----Original Message----- >From: Z.q. Hou <[email protected]> >Sent: Tuesday, December 17, 2019 3:41 PM >To: [email protected]; Priyanka Jain <[email protected]>; M.h. Lian ><[email protected]> >Cc: Z.q. Hou <[email protected]> >Subject: [PATCH 1/2] pci: layerscape: Fix the disabling of Expansion ROM BAR > >From: Hou Zhiqiang <[email protected]> > >The software will still get non-zero Expansion ROM BAR size even when the >BAR_EN bit is cleared. The BAR_EN bit of register EXP_ROM_BAR_MASK_RC is >not working as expected, so this patch changes to mask all the bits to make it. > >Fixes: 80afc63fc342 ("pci: layerscape: add pci driver based on DM") >Signed-off-by: Hou Zhiqiang <[email protected]> >--- series applied in u-boot-fsl-qoriq/master after minor updates in subject of patch 1/2 -priyankajain

