Re: [PATCH 15/20] ARM/hw_breakpoint: Convert to hotplug state machine

From: Mark Rutland
Date: Thu Jan 05 2017 - 12:16:53 EST


On Thu, Jan 05, 2017 at 04:26:45PM +0100, Linus Walleij wrote:
> On Wed, Jan 4, 2017 at 2:56 PM, Mark Rutland <mark.rutland@xxxxxxx> wrote:

> > Linus, I wasn't able to get ethernet working. Do I need anything on top
> > of v4.10-rc2 && multi_v7_defconfig?
>
> I haven't tried it with multi_v7 but I should probably try that and patch
> up the defconfigs, those are probably the root of the problem.
>
> I do this on top of qcom_defconfig:
>
> scripts/config --file .config \
> --enable QCOM_EBI2 \
> --enable ETHERNET \
> --enable NET_VENDOR_SMSC \
> --enable SMSC911X
>
> Maybe you are missing the EBI2 config?

That was it, yes! With QCOM_EBI2 atop of multi_v7_defconfig (along with
a hack to the hw_breakpoint code), I can boot to an NFS filesystem.

Thanks,
Mark.