<mmind00>
although I also don't see anything helpful there ... that nice status register seems to have appeared in the newer socs
<bryanp_>
Looks like boot mode register might be telling enough for me but not 100%. As long as I can rule out that we called a restart or the kernel did for some reason the status of 6 should specify a watchdog reboot
levd has joined #linux-rockchip
hipboi has joined #linux-rockchip
hipboi has quit [Client Quit]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 276 seconds]
levd1 is now known as levd
cnxsoft has joined #linux-rockchip
c0d3z3r0 has quit [Ping timeout: 250 seconds]
levd1 has joined #linux-rockchip
c0d3z3r0 has joined #linux-rockchip
levd has quit [Ping timeout: 246 seconds]
levd1 is now known as levd
Sadneophyte has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
levd1 is now known as levd
amstan_ has joined #linux-rockchip
<Sadneophyte>
I have been using alarm on a rk3288 asus c201p for a couple months now, and I was getting tired of the SDcard wait times, What are the opinions here about installing it to the eMMC? Do I need to worry about libreboot or uboot? Where can I read about the correct way to deal with all the chromeos partitions, can anyone think of a good install guide which can be adapted?
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd1 is now known as levd
Sadneophyte has quit [Ping timeout: 252 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 268 seconds]
levd1 is now known as levd
Sadneophyte has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 252 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 268 seconds]
levd1 is now known as levd
Sadneophyte has quit [Ping timeout: 252 seconds]
pozzoni has quit [Ping timeout: 260 seconds]
pozzoni has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 264 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 260 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd1 is now known as levd
JohnDoe_71Rus has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 264 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 264 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 240 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 260 seconds]
levd1 is now known as levd
wadim_ has joined #linux-rockchip
amstan_ has quit [Ping timeout: 248 seconds]
amstan_ has joined #linux-rockchip
amstan_ has quit [Ping timeout: 248 seconds]
mrjay has joined #linux-rockchip
mrjay has quit [Client Quit]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 268 seconds]
levd1 is now known as levd
levd has quit [Ping timeout: 264 seconds]
levd has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 252 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 244 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 246 seconds]
levd1 is now known as levd
cnxsoft has quit [Remote host closed the connection]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 252 seconds]
levd1 is now known as levd
levd1 has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
levd has quit [Ping timeout: 252 seconds]
levd1 is now known as levd
afaerber has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 252 seconds]
levd1 is now known as levd
<afaerber>
mmind00: seeing that you canceled your 4.6 pulls, do you plan to start queuing the initial GeekBox patches?
<afaerber>
the whole net discussion is slowly moving towards fixes in the driver, not affecting my patches
<mmind00>
afaerber: merge-window is open, so arm-soc won't take new features till rc1 ... and yep the network discussion seems pretty limited to the actual driver
<afaerber>
mmind00: any other comments beyond the documentation?
<afaerber>
for example, are you okay with Julien's proposed cleanups for the other boards?
<afaerber>
I am hesitant to adopt that new EV code if the other boards don't
<afaerber>
I don't even know how to test it
<mmind00>
is anybody using that at all? :-) [just grepped through the kernel but failed to find any user of that]
<afaerber>
maybe systemd or X11?
<afaerber>
matthias_bgg: didn't you use evtest or something for power key testing recently? :)
<mmind00>
yeah, I see some users in the input subsystem ... but it seems nobody on the devicetree side is using that currently
<matthias_bgg>
afaerber, yes "evtest --grab /dev/input/eventX" should show you any event coming from the input system
<mmind00>
afaerber: pcf50633-input.c even uses both EV_KEY and EV_PWR for its power-key
<mmind00>
quite strange
<afaerber>
matthias_bgg: do the trees you've worked with use linux,input-type = <EV_PWR> or just linux,code = <KEY_POWER>? does it make a difference anywhere?
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 260 seconds]
levd1 is now known as levd
<matthias_bgg>
afaerber, do you know how to decipher the dts in proc?