Re: [PATCH v1 31/43] x86: apl: Hide the p2sb on exit from U-Boot

2020-06-30 Thread Bin Meng
On Mon, Jun 15, 2020 at 11:58 AM Simon Glass wrote: > > This confuses Linux's PCI probing so needs to be hidden when booting > Linux. Add a remove() method to handle this. > > Signed-off-by: Simon Glass > --- > > arch/x86/cpu/intel_common/p2sb.c | 14 ++ > 1 file changed, 14

Re: [PATCH v1 31/43] x86: apl: Hide the p2sb on exit from U-Boot

2020-06-23 Thread Wolfgang Wallner
Hi Simon, > -"Simon Glass" schrieb: - > Betreff: [PATCH v1 31/43] x86: apl: Hide the p2sb on exit from U-Boot > > This confuses Linux's PCI probing so needs to be hidden when booting > Linux. Add a remove() method to handle this. > > Signed-off-by: Si

[PATCH v1 31/43] x86: apl: Hide the p2sb on exit from U-Boot

2020-06-14 Thread Simon Glass
This confuses Linux's PCI probing so needs to be hidden when booting Linux. Add a remove() method to handle this. Signed-off-by: Simon Glass --- arch/x86/cpu/intel_common/p2sb.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/arch/x86/cpu/intel_common/p2sb.c