stikonas has quit [Remote host closed the connection]
MyNetAz has quit [Remote host closed the connection]
nea999 has joined #linux-rockchip
hexdump01 has quit [Ping timeout: 248 seconds]
hexdump01 has joined #linux-rockchip
naoki has joined #linux-rockchip
Daanct12 has joined #linux-rockchip
sL1pKn07 has quit [Ping timeout: 252 seconds]
sL1pKn07 has joined #linux-rockchip
catcream has quit [Ping timeout: 248 seconds]
catcream has joined #linux-rockchip
dustinm` has quit [Server closed connection]
dustinm` has joined #linux-rockchip
raster has joined #linux-rockchip
warpme has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ungeskriptet has quit [Remote host closed the connection]
ungeskriptet has joined #linux-rockchip
System_Error has quit [*.net *.split]
warpme has joined #linux-rockchip
System_Error has joined #linux-rockchip
System_Error has quit [Remote host closed the connection]
ldevulder has joined #linux-rockchip
System_Error has joined #linux-rockchip
<CounterPillow>
sre: Saw the tsadc GRF warnings patches yesterday, thank you for doing that, has been bugging me for a while :D
<CounterPillow>
I should take some time this week to reroll the byeword_update series after confirming to the one responder that the generated code is the same. It touches a lot of rockchip drivers and it'd suck to rebase it like half a year later.
naoki has quit [Quit: naoki]
ldevulder has quit [Ping timeout: 272 seconds]
b0 has quit [Server closed connection]
b0 has joined #linux-rockchip
ldevulder has joined #linux-rockchip
dsimic has quit [Ping timeout: 244 seconds]
dsimic has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #linux-rockchip
stikonas has joined #linux-rockchip
Daanct12 has quit [Quit: WeeChat 4.7.0]
lvrp16 has quit [Server closed connection]
lvrp16 has joined #linux-rockchip
psydroid2 has joined #linux-rockchip
Ermine has quit [Server closed connection]
Ermine has joined #linux-rockchip
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
nea999 has quit [Ping timeout: 256 seconds]
raster has quit [Quit: Gettin' stinky!]
luka49 has joined #linux-rockchip
<luka49>
Hi, i am trying to get u-boot on rv1106, i did make a clk and pinctrl driver, but now i am struggling with the boot seqence, i thought i need to use rk's miniloader to boot u-boot, but it have its own spl that needs uboot with some very specific header (not what rkbin/tools/loaderimage --pack --uboot u-boot-dtb.bin uboot.img 0x200000 makes), so now
<luka49>
i wonder, do i need to look into tpl and dram int instead?
<CounterPillow>
usually on rockchip the first thing that runs is the TPL which is the DRAM init in this case, yes
<luka49>
Yes i know, i was wondering whether it would be easier to do that instead of trying to run mainline uboot with downstream spl
<diederik>
New warning on Rock64 with 6.17-rc2 (possibly also with rc1): ``rockchip-pm-domain ff100000.syscon:power-controller: sync_state() pending due to ff350000.video-codec`` and another one with ff360000.video-codec
<diederik>
Also seeing this on multiple devices: ``sched: DL replenish lagged too much``
vagrantc has joined #linux-rockchip
ldevulder has quit [Ping timeout: 252 seconds]
luka66 has joined #linux-rockchip
<luka66>
anyway let me try with rk's prebuilt microlader 1st
<diederik>
sre: thanks! I already found a post from February where it seems it could be related to specific hardware, so Geert's m68k fits well into that pattern
<diederik>
I wanted to double-check if it was different on Rock 5B as that one has big.LITTLE which I saw in one of the commits from kernel/sched/deadline.c
<diederik>
most of my devices are only LITTLE ... but RockPro64 is up next for the GRF warning test ...
<diederik>
Ha! Various things looked very familiar ... and then I saw I had one of the responses already open in a tab (but pointed at lkml.org) :)
helene has quit [Server closed connection]
helene has joined #linux-rockchip
<CounterPillow>
luka66: most definitely yes, mainline u-boot + closed dram init from rkbin is a supported combination.
luka66 has quit [Ping timeout: 250 seconds]
raster has joined #linux-rockchip
indy has quit [Ping timeout: 244 seconds]
indy has joined #linux-rockchip
jelly has quit [Server closed connection]
jelly has joined #linux-rockchip
luka177 has joined #linux-rockchip
<luka177>
CounterPillow: Can you suggest any platform that uses that combination, so i can base off that and see docs for it?