From mboxrd@z Thu Jan 1 00:00:00 1970 From: mark.rutland@arm.com (Mark Rutland) Date: Thu, 5 Jan 2017 17:14:38 +0000 Subject: [PATCH 15/20] ARM/hw_breakpoint: Convert to hotplug state machine In-Reply-To: References: <20161117183541.8588-1-bigeasy@linutronix.de> <20161117183541.8588-16-bigeasy@linutronix.de> <20170102150015.GJ14217@n2100.armlinux.org.uk> <20170103093335.GA5605@leverpostej> <20170104135644.GA29212@leverpostej> Message-ID: <20170105171438.GA3287@leverpostej> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Jan 05, 2017 at 04:26:45PM +0100, Linus Walleij wrote: > On Wed, Jan 4, 2017 at 2:56 PM, Mark Rutland 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.