liquidAcid has quit [Quit: Leaving]
prahal has joined #linux-exynos
prahal_ has quit [Ping timeout: 250 seconds]
prahal has quit [Client Quit]
prahal has joined #linux-exynos
prahal has quit [Quit: prahal]
ssvb has quit [Remote host closed the connection]
indy has quit [Ping timeout: 244 seconds]
<javier__> obbrobbrio: awesome, I didn't know that!
<obbrobbrio> what i also find weird is that there is no acpi subsystem, but acpi_listen show power button and lid events, and on the other hand systemd is not able to detect/handle them, so in the end i'm still using acpid to run lid actions
rextc has quit [Remote host closed the connection]
prahal has joined #linux-exynos
noob has joined #linux-exynos
<noob> hello
noob is now known as Guest74246
sjoerd has left #linux-exynos [#linux-exynos]
<Wizzup> hi
<Guest74246> h
<Guest74246> i
<Guest74246> anyone know where i can take my phone to get IMEI repaired?
* Wizzup doesn't
Guest74246 has quit [Quit: Page closed]
prahal has quit [Ping timeout: 250 seconds]
prahal has joined #linux-exynos
afaerber has joined #linux-exynos
indy has joined #linux-exynos
dlezcano has quit [Ping timeout: 250 seconds]
dlezcano has joined #linux-exynos
bmbeach has joined #linux-exynos
<bmbeach> hello I'm trying to boot kernel-next20150216 and what I get is the screen going black and then a reboot
<Wizzup> What device, what u-boot
<bmbeach> snow nv_uboot-snow-simplefb
<Wizzup> simplefb should be disable in kernel and also use the non-simplefb u-boot
<Wizzup> but a reboot likely means something else is wrong -- like kernel not being loaded properly
<bmbeach> yes I was thinking about these 3 things. If I use the DTS from 3.17.8 I do get a boot
<Wizzup> that sounds like a bad idea, mixing dts
<Wizzup> I always append the dtb
<bmbeach> yes but anything is better than a totally blank screen. When you say append are you refering to a so call Fit thing?
<Wizzup> cat zImage dtb > zImage_dtb ; and then mkimage
<Wizzup> but may still be helpfl
<bmbeach> Okay I'll try everything. I've seen the web page many times. What I had in mind for the DTS what to diff dts-3.17 and dts-next
<Wizzup> I booted linux-next on my snow a few days ago with succes
<Wizzup> javier__: did you figure out why the firmware loading for broken?
<bmbeach> Okay what is different about you'r system and mine? Is it the same for javier? (i.e) his system is also booting out of the box?
<Wizzup> the page I linked is pretty much exactly what I do
<bmbeach> what about you'r command line?
<Wizzup> and then in u-boot ext2load mmc 0:2 ${loadaddr} uImage ; setenv bootargs 'console=tty1 debug earlyprint' ; bootm ${loadaddr}
<Wizzup> ^
<Wizzup> earlyprintk*
<Wizzup> (btw I am just writing down what I remember, may have typos)
<bmbeach> I wonder if the fb stuff that I'm using on the command line and loader is causing the crash. You are using nv_uboot-snow for booting?
<Wizzup> I use nv-uboot, yes
<bmbeach> actually I'm booting off the USB.
* Wizzup boots of sd
<Wizzup> usb should work fine too
<bmbeach> yeah, but I wonder. I know that it is incredibly slow.
<bmbeach> i'm going to try your cat zImage dtb > zImage_ .... Maybe the DTB is getting overwritten the way I am doing it.
<Wizzup> yep; look at the wiki page
<Wizzup> it has working instructions
<bmbeach> Okay thanks I try it and get back to you
bmbeach has left #linux-exynos [#linux-exynos]
<obbrobbrio> Wizzup: what's the advantage in using nv u-boot? i guess i'm not using it, shoul i?
<obbrobbrio> *should
<si1v3r_> It's tweakable at boot time.
<si1v3r_> That's the biggest advantage.
afaerber_ has joined #linux-exynos
<obbrobbrio> si1v3r_: such as which device to boot from etc.?
<si1v3r_> yeah and kernel options.
afaerber has quit [Ping timeout: 265 seconds]
<obbrobbrio> oh ok indeed, it was a bit annoying when i had to generate again the kernel blob and dd it just to disable verbose and debug output...
<si1v3r_> I had to change my mount options on the kernel line too. slackware wants root to be ro when it finds it.
<obbrobbrio> so if the kernel loading is under nv-uboot control there is no longer need for a signed kernel?
<javier__> Wizzup: no, I'll go back to the wifi later. Now I'm trying to get sound working on Snow
<javier__> obbrobbrio: exactly, since nv-uboot is actually a signed FIT image but containing u-boot instead of a kernel
<obbrobbrio> javier__: nice, so one can dd the signed nv-uboot once for all, and play with the kernel as he likes without signign over and over again
<obbrobbrio> i think i'm going for this setup too
liquidAcid has joined #linux-exynos
<javier__> obbrobbrio: yes, that's what I do on my chromebooks as well
<javier__> it allows me to test kernels easily by loading them over tftp for example
<obbrobbrio> chromebooks... how many do you have? :)
<daniels> more than is traditionally considered healthy
<obbrobbrio> lol
<javier__> obbrobbrio: what daniels said :)
<obbrobbrio> eheh i trust him
afaerber_ is now known as afaerber
<afaerber> javier__, completely disabling the exynos iommu does fix my boot problem. I'm facing a non-backlit screen again now
<javier__> afaerber: cool, I had the same issue on today's next and posted https://lkml.org/lkml/2015/2/17/163 to disable it on exynos_defconfig
<afaerber> javier__, yeah, I saw your patch and that led to this feedback, thanks a lot!
<javier__> afaerber: great
<afaerber> javier__, are you close to one of your exynos Chromebooks?
<liquidAcid> javier__, you should add to the commit description that it only happens on specific models
<liquidAcid> javier__, e.g. it works properly on exynos4412 based hw
<daniels> liquidAcid: it's not specific models, it's specific configurations
<javier__> afaerber: yes, I'm
<javier__> how can I help you?
<daniels> liquidAcid: iirc in this particular case it was that the bootloader leaves the display enabled, scanning out of a buffer it's allocated
<daniels> liquidAcid: so when it flicks on the iommu with an empty page table - bang
<afaerber> javier__, do you see "exynos-dp 145b0000.dp-controller: unable to config video"?
<liquidAcid> daniels, i understand that
<afaerber> (address might differ obviously)
<liquidAcid> daniels, but it's still a problem specific to your model/setup
<javier__> liquidAcid: yes, I forgot to add in the commit msg on which machines I had this error as pointed out by Krzysztof already
<javier__> I usually do...
<javier__> afaerber: no, I don't have that error message
<javier__> afaerber: I guess is related to the fact that spring dp node has not been converted to the new dp video port / endpoints binding?
<afaerber> javier__, I do have a patch adding them, maybe something is wrong there...
<afaerber> (just updated from next-20150213, still compiling)
<javier__> afaerber: yeah, your patch looks good to me
<afaerber> it used to work with an earlier version of Ajay's series
<javier__> hrmm, the only difference I see is that snow defines the fet regulators that are power supplies for the panel and backlight but spring doesn't have the tps65090 pmu because is not in mainline due the special i2c support in the cros_ec
<javier__> but that shouldn't be an issue since your bootloader enables those regulators right?
<afaerber> well, it worked around 20141124 plus patches, and I haven't changed the bootloader
<javier__> afaerber: right, I have no idea what could be the issue then, sorry...
liquidAcid has quit [Quit: Leaving]
ssvb has joined #linux-exynos