<steev>
sjoerd: okay finally had time to play with the u3... so, mainline u-boot, and mainline git... using multi_v7_defconfig... no networking, plugging in an rt2800usb wifi adapter... it powers up, but doesn't load the modules for it either...
<steev>
modprobing manually doesn't give me a device either
<sjoerd>
what does lsusb tell you after boot
<steev>
that i don't have usbutils installed
<steev>
lemme do that in my rootfs and then rsync it
<sjoerd>
also check if you have SMSC95XX build
<steev>
i do have a drivers/net/usb/smsc95xx.o
<steev>
CONFIG_USB_NET_SMSC95XX=y
<sjoerd>
do also try exynos_defconfig just in case
<steev>
okay, will try exynos_defconfig, so rebuilding the kernel... gonna go kill myself a bit while that runs
<steev>
yeah, exynos_defconfig gives me an eth0
<steev>
alright, so booting and got network, bedtime
<steev>
thanks sjoerd
<sjoerd>
\o/
<sjoerd>
Would be good to figure out what's missing in the multi_v7
afaerber_ has joined #linux-exynos
afaerber has quit [Ping timeout: 240 seconds]
leming has quit [Ping timeout: 250 seconds]
leming_ has joined #linux-exynos
leming_ is now known as leming
D1337d has quit [Ping timeout: 245 seconds]
dlezcano has joined #linux-exynos
D1337d has joined #linux-exynos
dlezcano has quit [Ping timeout: 245 seconds]
<steev>
sjoerd: is the dma use iommu important? that's turned on by exynos but not multi_v7, multi_v7 doesn't turn on ARCH_EXYNOS3, or EXYNOS5420_MCPM but i don't think that affects the 4412, exynos turns on ARM_CCI, a couple of SPI changes, but i don't think that should affect things... EXYNOS_THERMAL isn't enabled in multi_v7, nor is the S3C2410_WATCHDOG, ah, hm,
<steev>
shouldn't USB_EHCI_EXYNOS=y be enabled?
<steev>
that's enabled in exynos_defconfig but not in multi_v7
<steev>
and USB_DWC3 isn't set in multi_v7
<sjoerd>
steev: USB_EHCI_EXYNOS=y sounds like what you're looking for
<sjoerd>
the dwc3 doesn't matter for exynos 4 iirc
<sjoerd>
but USB_EHCI_EXYNOS is your usb 2 controller, so without that you won't get usb thus no network on the droid
<steev>
yep, i figured
<sjoerd>
woth sending a patch enabling those things on multi_v7 though
<sjoerd>
*worth
<steev>
yeah, i don't remember the proper way to add things to the defconfig
<sjoerd>
scripts/kconfig/merge_config.sh is useful
<steev>
i'm going to add each one individually and test that they work first
<steev>
sjoerd: hm, so that spits out what all the differences are
<steev>
and kinda sorta makes a .config if you don't add -m, but it's not entirely without issues either - but either way, testing the build to make sure it... uh... builds