BenG83 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
cnxsoft has joined #linux-rockchip
perr has joined #linux-rockchip
perr has quit [Excess Flood]
perr has joined #linux-rockchip
kuliuwu has joined #linux-rockchip
perr has quit [Ping timeout: 240 seconds]
kuliuwu has quit [Quit: Leaving]
perr has joined #linux-rockchip
muvlon has quit [Quit: Leaving]
lkcl has joined #linux-rockchip
_whitelogger has joined #linux-rockchip
libv has quit [Read error: Connection reset by peer]
libv has joined #linux-rockchip
libv has quit [Read error: Connection reset by peer]
libv has joined #linux-rockchip
perr has quit [Remote host closed the connection]
perr has joined #linux-rockchip
perr has joined #linux-rockchip
perr has quit [Changing host]
libv has quit [Read error: Connection reset by peer]
libv has joined #linux-rockchip
libv_ has joined #linux-rockchip
libv has quit [Ping timeout: 268 seconds]
ganbold has quit [Remote host closed the connection]
ganbold has joined #linux-rockchip
mrjay has quit [Quit: Page closed]
BenG83_ has quit [Ping timeout: 255 seconds]
wadim_ has joined #linux-rockchip
kloczek has quit [Read error: Connection reset by peer]
wzyy2 has quit [Remote host closed the connection]
wzyy2 has joined #linux-rockchip
nighty-- has quit [Quit: Disappears in a puff of smoke]
kuliuwu has joined #linux-rockchip
mrjay has joined #linux-rockchip
perr has quit [Ping timeout: 245 seconds]
kuliuwu has quit [Quit: Leaving]
wzyy2 has quit [Ping timeout: 240 seconds]
techping has joined #linux-rockchip
nighty-- has joined #linux-rockchip
perr has joined #linux-rockchip
afaerber has joined #linux-rockchip
wzyy2 has joined #linux-rockchip
<rperier>
sjg1_: around ? did you notice the regression for back_to_brom on rk3288 with u-boot-rockchip.git and u-boot.git both master ? (just in case)
<mmind00>
rperier (and sjg1_): the recent refactorings did break some expectations of the bootrom (2k blocks and init_boot_size settings) and that series seem to fix these issues again
<rperier>
oh interesting, I will take a look
<rperier>
thanks :)
<rperier>
tbh, I can debug and write code for uboot itself or driver , but I think that my brain is not ready yet to play with spl and back_to_brom stuffs :D
BenG83 has joined #linux-rockchip
<mrjay>
rperier: it's not that hard :-)
<mmind00>
rperier: and also the spl is not that different from uboot-proper, just smaller [which is the overall goal ;-) ]
<mrjay>
rperier: mmind00 yeap tpl and spl are separate builds of u-boot source, lets say spl is tiny and tpl even tinier :-) build
cyteen has quit [Quit: Leaving]
cyteen has joined #linux-rockchip
BenG83 has quit [Ping timeout: 245 seconds]
<rperier>
mmind00: no that's more the hw initializing sequence phase that is complicated and for debugging also, compared to a normal uboot I mean
<mrjay>
and back_to_bootrom() is just asm code to return to bootloader execution. For example on rk3066 bootloader first reads 1KB data(TPL) from nand and executes it. Than you need to do back_to_brom() to return to bootloader which reads another 32KB(SPL) of data to sram and executes it(sdram init code needs to be there). Than you need to do another back_to_bootrom() and bootloader reads ~200KB data to RAM and also executes it :-)
<mmind00>
rperier: yep, patch3 (init_boot_size) is _really_ important, because this tells the bootrom how much code of your real uboot to load into sdram :-)
<rperier>
so basically the whole serie (patch 3 needs patch 1), not because I have to rebase it by hand onto master (does not apply here)
<rperier>
:)
mrjay has quit [Quit: Page closed]
cnxsoft has quit [Quit: cnxsoft]
wzyy2 has quit [Ping timeout: 268 seconds]
wzyy2 has joined #linux-rockchip
JohnDoe_71Rus has joined #linux-rockchip
vagrantc has joined #linux-rockchip
paulk-collins has joined #linux-rockchip
wadim_ has quit [Remote host closed the connection]
wzyy2 has quit [Ping timeout: 255 seconds]
techping has quit [Remote host closed the connection]
libv_ is now known as libv
BenG83 has joined #linux-rockchip
perr has quit [Quit: Leaving]
leming has quit [Ping timeout: 268 seconds]
<ayaka>
mmind00, I have tried many time with the upstream u-boot, it always stop at spl as the document said
BenG83_ has joined #linux-rockchip
leming has joined #linux-rockchip
<mmind00>
ayaka: what document? If you're downloading and running via usb that is to be expected ... depending on which method (mmc vs. back_to_bootrom) you're using you need to write spl and uboot to specific positions on the emmc (in the back_to_bootrom case, mkimage the spl-part and then cat the uboot.bin after that)
afaerber has quit [Quit: Leaving]
afaerber has joined #linux-rockchip
BenG83_ has quit [Remote host closed the connection]