<warpme>
jagan: this is nice. Currently i'm using radxa uboot with Rockchp idbLoader (Rockchip ddr init bin and miniloader bin from Rockchip rkbin project). May you hint me how I should use above uboot?
<jagan>
warpme: make neu6a-io-rk3588_defconfig; make
<robmur01>
FWIW, serial output going wonky right when the MMC driver is cycling through clock rates would make me suspect something off with the clock tree (i.e. switching the MMC clock to 100MHz changes some divider or PLL further up which inadvertently screws up the UART clock if the driver hasn't modelled things quite right)
<robmur01>
first thing I'd try is disabling the MMC node or driver to see whether that changes the symptoms
<warpme>
robmur01: disabling MMC...but i'm booting from mmc :-(
<robmur01>
well, right now you're not booting at all ;)
<warpme>
ah indeed: i'm trying to boot from mmc :-)
<robmur01>
if disabling it gives you consistent output all the way to failing to find the root partition then you'll know what to focus on; if it still stops the same way in about the same place then that rules out the current most-obvious possibility.
<warpme>
robmur01: right!. I set status to "disabled" in DT. No any entries related in mmc in kernel log. and issue seems ... exactly the same
jagan14 has joined #linux-rockchip
jagan14 is now known as jaganteki
Tenkawa has quit [Quit: Was I really ever here?]
<robmur01>
awww :(
<robmur01>
oh well, at least that's one thing most likely ruled out
Tenkawa has joined #linux-rockchip
Rathann has quit [Remote host closed the connection]
Danct12 has joined #linux-rockchip
jaganteki has quit [Quit: Client closed]
jagan61 has joined #linux-rockchip
jagan61 is now known as jaganteki
matthias_bgg has quit [Remote host closed the connection]
Orac has joined #linux-rockchip
stikonas has quit [Remote host closed the connection]
Tenkawa has quit [Ping timeout: 255 seconds]
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #linux-rockchip
vagrantc has joined #linux-rockchip
Rathann has joined #linux-rockchip
<macromorgan>
so why is it that compiling upstream U-Boot, upstream A-TF, and upstream Optee I can only get it to boot if I either remove Optee or add SPL_ATF_NO_PLATFORM_PARAM (which then doesn't automatically add the memory holes)?
<macromorgan>
or pare down stuff in U-boot (is there a limit of the size I can roll with?)