ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion
Tenkawa has quit [Quit: Was I really ever here?]
kevery has joined #linux-rockchip
urja has quit [Read error: Connection reset by peer]
urja has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
stikonas has quit [Remote host closed the connection]
camus has joined #linux-rockchip
camus1 has joined #linux-rockchip
camus has quit [Ping timeout: 252 seconds]
camus1 is now known as camus
naoki has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
camus has quit [Ping timeout: 252 seconds]
camus has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 268 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 248 seconds]
kevery1 is now known as kevery
vagrantc has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 260 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 268 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
naoki has quit [Quit: naoki]
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 252 seconds]
kevery1 is now known as kevery
ldevulder has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
warpme has quit [*.net *.split]
vulpes2[m] has quit [*.net *.split]
chewitt has quit [*.net *.split]
epoll has quit [*.net *.split]
mmind00 has quit [*.net *.split]
lucaceresoli has quit [*.net *.split]
CounterPillow has quit [*.net *.split]
lucaceresoli has joined #linux-rockchip
CounterPillow has joined #linux-rockchip
warpme has joined #linux-rockchip
epoll has joined #linux-rockchip
chewitt has joined #linux-rockchip
mmind00 has joined #linux-rockchip
vulpes2[m] has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 256 seconds]
kevery1 is now known as kevery
kevery has quit [Ping timeout: 252 seconds]
jagan48 has joined #linux-rockchip
tlwoerner_ has joined #linux-rockchip
maz_ has joined #linux-rockchip
nashpa has joined #linux-rockchip
digetx has quit [Killed (NickServ (GHOST command used by digetx_))]
digetx has joined #linux-rockchip
robmur01_ has joined #linux-rockchip
rektide_ has joined #linux-rockchip
naoki has joined #linux-rockchip
naoki has quit [Client Quit]
kilobyte_ch has quit [*.net *.split]
dliviu has quit [*.net *.split]
tlwoerner has quit [*.net *.split]
robmur01 has quit [*.net *.split]
sjoerds has quit [*.net *.split]
rektide has quit [*.net *.split]
shailangsa has quit [*.net *.split]
npcomp has quit [*.net *.split]
maz has quit [*.net *.split]
sjoerds has joined #linux-rockchip
robmur01_ is now known as robmur01
kilobyte_ch has joined #linux-rockchip
npcomp has joined #linux-rockchip
shailangsa_ has joined #linux-rockchip
clarity has quit [Ping timeout: 255 seconds]
clarity has joined #linux-rockchip
clarity has quit [Ping timeout: 265 seconds]
clarity has joined #linux-rockchip
clarity has quit [Ping timeout: 264 seconds]
clarity has joined #linux-rockchip
Tenkawa has joined #linux-rockchip
chewitt has quit [Quit: Zzz..]
Tenkawa has quit [Quit: Was I really ever here?]
lkcl has joined #linux-rockchip
Tenkawa has joined #linux-rockchip
clarity has quit [Ping timeout: 252 seconds]
clarity has joined #linux-rockchip
unkraut has quit [Remote host closed the connection]
unkraut has joined #linux-rockchip
jagan48 has quit [Quit: Client closed]
jagan100 has joined #linux-rockchip
vagrantc has joined #linux-rockchip
jagan100 has quit [Ping timeout: 260 seconds]
jagan has joined #linux-rockchip
jagan is now known as jagan_
jagan_ is now known as jaganteki
stikonas has joined #linux-rockchip
jaganteki has quit [Quit: Client closed]
<macromorgan> is there a way to determine what the maximum SPL stage size is for a Rockchip board? I can see in the datasheet the TPL stage (in this case a binary RAM init blob) is 64KB, but I assume the SPL max size is based on the TPL stage.
<macromorgan> this is in reference to the rk3566
<macromorgan> the U-Boot source from Rockchip has it as 0x10000 which is woefully inadequate, and upstream has it at 0x13800 which is still a bit small for things like GPIO and whatnot.
<macromorgan> sorry, 0x13000
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #linux-rockchip
<Kwiboo> macromorgan: the "spl size" in mkimage refers to TPL not SPL. BootRom will read SPL to 0x0 in DRAM, and SPL will load TF-A to 0x40000 so up to 256kb should be okay for SPL
<macromorgan> cool
<macromorgan> for some reason mkimage is throwing a hissy fit though that my SPL is getting too big
<Kwiboo> the SRAM size (- stack size of BootRom) is what the values in mkimage comes from, I will include an update/sync with downstream in my pending rockchip-tpl v2 series
<Kwiboo> you should not need a very big SPL, SPL should only have feature that is needed to load FIT images and then jump to TF-A
<Kwiboo> https://github.com/Kwiboo/u-boot-rockchip/commits/rk3568-rockchip-tpl <<-- pending rockchip-tpl v2, will send out today
<Kwiboo> the SPL image is too large from mkimage should refer to the init size (tpl), and not your spl, is "ddr.bin:spl.bin" being passed to mkimage or only your spl?
jagan has joined #linux-rockchip
<macromorgan> possibly... I was really really close to the limit with the 3566 and when I put in a gpio controller it went over slightly
<macromorgan> I'm finishing up the pinctrl stuff... looks like it fixes a bug for the PX30 too
Tenkawa has quit [Quit: Was I really ever here?]
Tenkawa has joined #linux-rockchip
ldevulder has quit [Read error: Connection reset by peer]
ldevulder has joined #linux-rockchip
ldevulder has quit [Quit: Leaving]
manawyrm has quit [Quit: Read error: 2.99792458 x 10^8 meters/second (Excessive speed of light)]
manawyrm has joined #linux-rockchip
<macromorgan> note this fixes GPIO issues for the PX30 which I wasn't even aware of until I started looking at it
camus has quit [Remote host closed the connection]
camus has joined #linux-rockchip