jkstrick_ has quit [Read error: Connection reset by peer]
jkstrick has joined #linux-rockchip
sunilmohan has quit [Quit: No Ping reply in 180 seconds.]
sunilmohan has joined #linux-rockchip
sunilmohan has quit [Changing host]
sunilmohan has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
premoboss has joined #linux-rockchip
premoboss has quit [Remote host closed the connection]
erc has quit []
Aussie_matt has joined #linux-rockchip
jkstrick has quit [Read error: Connection reset by peer]
jkstrick has joined #linux-rockchip
GTRsdk has joined #linux-rockchip
GTRsdk has quit [Ping timeout: 240 seconds]
libv_ is now known as libv
fireglow has quit [Ping timeout: 260 seconds]
fireglow has joined #linux-rockchip
aalm has joined #linux-rockchip
Aussie_matt has quit [Remote host closed the connection]
paulk-collins has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
jkstrick_ has joined #linux-rockchip
jkstrick has quit [Read error: Connection reset by peer]
jkstrick_ has quit [Ping timeout: 250 seconds]
jkstrick has joined #linux-rockchip
cnxsoft has quit [Ping timeout: 265 seconds]
aalm has quit [Quit: reboot]
libv_ has joined #linux-rockchip
libv has quit [Ping timeout: 264 seconds]
npl has joined #linux-rockchip
<npl>
mmind00: got my kernel working now, even though I now use 4.7 instead of 4.8rc1. I also started using multi_v7_defconfig instead of a old defconfig from radxa
<mmind00>
npl: great ... although you shouldn't see to much difference between 4.7 and 4.8-rc1 (4.8-rc1 should in theory just work the same)
<npl>
out of curiosity, and because I might start hacking at adding it to a recent version,... why wasnt the u-boot rk3288 ethernet branch not mergerd back?
<npl>
yeah, I just figured that I can just start with the current WIP version
<npl>
not like I can afford much spare time right now, 4.8 will be done much earlier than my hacks
jkstrick has quit [Read error: Connection reset by peer]
<npl>
Generally thanks for your help (and putting everything in mainline linux).
libv_ is now known as libv
<mmind00>
npl: the uboot ethernet stuff was still work in progress (I guess with outstanding comments) and probably the project it was used for got finished or there wasn't any time yet to respin that
<mmind00>
so I guess it really it simply waiting for someone to pick it up and upstream it
jkstrick_ has quit [Ping timeout: 260 seconds]
jkstrick has joined #linux-rockchip
<npl>
Ok, might ask in the U-Boot ML about that. Seems to be a simple stub over an already existing driver
<mmind00>
npl: more to the point, try to find the old thread in the mailinglist archives and see what changes were requested
<npl>
Merging the old codebase is rather challenging though, the patch must`ve really bitrotten
<npl>
K, found something, not really promising because its been idle since January, but still =)
<npl>
About the Mali stuff, I am going to build the DRM Stub from Arm`s website and see if it works. The reason there`s nothing in the Linux Device-tree is NDA`s I suppose?
<npl>
I mean I see the reason for potecting/hiding code, but I thought ateals the register and it mappings could be described
vagrantc has joined #linux-rockchip
sunilmohan has quit [Remote host closed the connection]
<vagrantc>
hi folks ... i've been working booting a mainline kernel with veyron-speedy (a.k.a. ASUS C201)
<vagrantc>
using v4.8-rc2 of linux, it mostly works, although the eMMC sometimes fails to detect at boot ...
sunilmohan has joined #linux-rockchip
<vagrantc>
also, trying to get it to load an initrd, but i get the impression the bootloader isn't actually loading it or passing the correct arguments to the kernel
<vagrantc>
using libreboot for the coreboot and depthcharge ...
<vagrantc>
overall, thanks to the folks who've gotten it this far ... if i can resolve the initrd issue, i can work on adding support in Debian's kernel
<vagrantc>
another unrelated issue is recent versions of mainline u-boot fail to load a kernel on the firefly-rk3288 ... no serial console output or anything ... just nothing ... reverting to u-boot v2016.03 fixes the issue ... git bisecting is hard because there's a bug introduced between v2016.03 and v2016.05 that ends up requiring a reflashing the firmware
<vagrantc>
curious if there are any patches floating around to resolve the eMMC issue on veyron-speedy
<npl>
but also some threads that would imply the issue is (somewhat) fixed
GTRsdk has joined #linux-rockchip
erc has joined #linux-rockchip
<vagrantc>
npl: hmmm... that does seem suspiciously similar, but in my case v2016.03 work fine, it's later versions where it's broken ... but maybe the same bug was reintroduced
<npl>
did you try disabling CONFIG_EFI_LOADER? I built a fresh u-boot last week and it runs on rk3288.
<npl>
only changed the config and added a line in arch/arm/cpu/armv7/cpu.c:46 : "ISB;"