krzk has joined #linux-exynos
dlezcano has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-exynos
ssvb has quit [Ping timeout: 244 seconds]
jnettlet has joined #linux-exynos
krzk has quit [Quit: Page closed]
dlezcano has quit [Ping timeout: 240 seconds]
dlezcano has joined #linux-exynos
ssvb has joined #linux-exynos
zombah has joined #linux-exynos
dlezcano has quit [Ping timeout: 250 seconds]
suihkulokki has joined #linux-exynos
dlezcano has joined #linux-exynos
<suihkulokki> What's the best alternative to earlyprintk on chromebook (snow) ?
<Wizzup> Can't you pass earlyprintk?
<suihkulokki> I don't have serialport
<suihkulokki> I'm trying to boot 4.2, and I get nothing after "starting kernel.." and "stashed 20 records"
<Wizzup> hm... I'm still on 4.1
<Wizzup> Guess I should try 4.2.
<Wizzup> I was going to wait for the grsec. patch
<javier__> suihkulokki: what bootloader are you using?
<javier__> suihkulokki: 4.2 works for sure
<suihkulokki> javier__: u-boot v2015.10-rc3
<javier__> suihkulokki: and how are you building your kernel and booting it?
<javier__> there is certainly a problem on your setup since v4.2 with mainline u-boot should work
<suihkulokki> javier__: exynos_defconfig, then mkimage to uImage, and copy the uImage and dtb the sd card where the mainline u-boot script picks them up
<javier__> suihkulokki: can you share your mkimage command and also the mainline u-boot bootcmd and bootargs?
<javier__> I don't remember what is the mainline u-boot default boot args since I've my own...
<javier__> s/boot args/env vars
<suihkulokki> moment
<javier__> sure, no rush :)
<zombah> 4.2 exynos_defconfig works fine for me with 2015.10-rc2 chainloaded from sdcard
afaerber has joined #linux-exynos
<suihkulokki> ok - typing version on uboot tells me I'm not using mainline uboot
<javier__> that's why I'm trying to help suihkulokki and see what's the problem with the setup
<suihkulokki> it seems the sd card has and old u-boot despite of me compiling it..
<javier__> suihkulokki: maybe wrong priority in your gpt table?
<javier__> cgpt show /dev/foo should tell you
<suihkulokki> ok, now I think I have my own built mainline u-boot
<suihkulokki> however, I get nothing on the screen, so I guess mainline u-boot doesn't have simplefb?
<Gottox> For me it uboot worked with a prompt
<javier__> suihkulokki: it does but simplefb doesn't play nice with the exynos drm driver
<javier__> suihkulokki: you need to disable CONFIG_FB_SIMPLE
<suihkulokki> Gottox: thanks, I followed your mkimage and vbutil_kernel call on my build and now I have snow # prompt
<Gottox> \o/
ssvb has quit [Ping timeout: 268 seconds]
<suihkulokki> ok, I got kernel booted, now I just need to adjust to the u-boot env
<Gottox> How did you boot that? - It's still a todo at my side :)
<suihkulokki> Gottox: I'm experimenting with a u-boot script like https://paste.debian.net/311313/
<suihkulokki> weirldy enough while u-boot loads fine from mmc, u-boot itself doesn't find any partitions on the SD
<suihkulokki> and my bootargs are probably wrong
<zombah> default mainline u-boot config for snow enable extlinux support, you can you extlinux.conf with same syntax as pxe config files
<zombah> here is one i use http://pastebin.com/U9AusMf0
ssvb has joined #linux-exynos
<suihkulokki> so any example of bootargs that get a framebuffer console up?
<javier__> suihkulokki: sorry, I was busy and didn't pay attention to this channel
* javier__ reads the backlog
<javier__> suihkulokki: your bootargs looks correct
<javier__> suihkulokki: you mentioned that you are using mainline u-boot right? that doesn't have simplefb but is not needed since Exynos DRM should be working
<suihkulokki> javier__: yeah, mainline u-boot
<suihkulokki> javier__: with those, I get nothing but a blank screen after u-boot
<javier__> suihkulokki: strange, did you share your complete process to build the kernel?
<javier__> that should certainly work
<suihkulokki> javier__: https://paste.debian.net/311335/
liquidAcid has joined #linux-exynos
<javier__> suihkulokki: your load and entry address that you are using for u-boot is wrong
<javier__> should be 0x40008000
<javier__> s/u-boot/the uImage
<liquidAcid> somebody an idea how to properly invalidate way on an l2c-310? i can't make it working properly in a smp setting and i'm getting the impression that the way ops are only useful when brining the system up or down
<liquidAcid> raw spin_lock_irqsave doesn't help since it only disabled irqs on the local cpu, but apparantly for the way ops to work properly no "background activity" (whatever that means) is allowed -- in particular probably activity on the non-local cpus
zombah has quit [Quit: Leaving]
<suihkulokki> javier__: didn't change anything, will have to look another day
<javier__> suihkulokki: that was certainly wrong, maybe there is another issue
afaerber has quit [Quit: Verlassend]
afaerber has joined #linux-exynos
<suihkulokki> javier__: managed to boot once: https://paste.debian.net/311357/
<suihkulokki> repeated boots with same kernel and command line arguments went so far nowhere
liquidAcid has quit [Quit: Leaving]
javier__ has quit [Ping timeout: 260 seconds]
javier__ has joined #linux-exynos
prahal__ has joined #linux-exynos
afaerber has quit [Quit: Verlassend]
steev has quit [Ping timeout: 252 seconds]
steev has joined #linux-exynos