frieder has quit [Remote host closed the connection]
frieder has joined #u-boot
Xeroine has joined #u-boot
sszy has joined #u-boot
jagan has joined #u-boot
gsz has joined #u-boot
Xeroine has quit [Ping timeout: 245 seconds]
thopiekar has quit [Ping timeout: 268 seconds]
thopiekar_ has joined #u-boot
mmu_man has joined #u-boot
jagan has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 272 seconds]
rvalue has quit [Remote host closed the connection]
rvalue has joined #u-boot
mmu_man has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
thopiekar_ has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
milkylainen has joined #u-boot
<milkylainen>
TF-A blackbelt? stm32mp157f dk2. I can get a vanilla kernel (5.18/5.19) to start from BL33 U-Boot from vanilla TF-A 2.7 but not using stm TF-A v2.6. Kernel decompression happens. Then nothing.
<milkylainen>
I dunno if U-boot is to blame or not? (probably not actually)
mmu_man has quit [Ping timeout: 268 seconds]
gsz has quit [Quit: leaving]
mmu_man has joined #u-boot
monstr has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
Xeroine has joined #u-boot
lucascastro has joined #u-boot
<marex>
milkylainen: probably related to ST and their ATF/clock nonsense where they try to offload clock management to ATF for whatever reason
jclsn has joined #u-boot
torez has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
hurricos has joined #u-boot
<hramrach>
daon't talk about clocks /o\
persmule has quit [Ping timeout: 268 seconds]
<hramrach>
on rockchip power domain management is apparently offloaded to ATF
<hramrach>
milkylainen: do you have early console enabled?
<hramrach>
and if clock state is suspect you can add some code in u-boot that dumps the clock sstate before starting the kernel so you can tell if there is actually a difference
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
jclsn has quit [Quit: WeeChat 3.5]
<sjg1>
marex: Yes, remember we have to hack the filename into the .cfg file. The filename has changed due to the change we have made. I pushed a new commit
torez has quit [Ping timeout: 244 seconds]
torez has joined #u-boot
apritzel has joined #u-boot
mmu_man has joined #u-boot
frieder has quit [Ping timeout: 245 seconds]
monstr has quit [Remote host closed the connection]
frieder has joined #u-boot
<cambrian_invader>
sjg1: every time I submit a binding I fear it more, since it is by far the worst part of the whole process
frieder has quit [Remote host closed the connection]
GNUtoo has quit [Remote host closed the connection]
GNUtoo_ has joined #u-boot
Xeroine has quit [Ping timeout: 252 seconds]
redbrain has quit [Read error: Connection reset by peer]
<cambrian_invader>
the commit message says "On platforms that have not migrated to enabling CONFIG_DM_ETH already, disable CONFIG_FMAN_ENET"
<cambrian_invader>
but e.g. configs/ls1046ardb_sdcard_defconfig has DM_ETH enabled, as done by 045ecf89925 ("configs: enable DM_ETH support for LS1046ARDB")
<Tartarus>
Hmm
<Tartarus>
There was _some_ level of "board blew up when forced to DM_ETH"
<Tartarus>
So...
<cambrian_invader>
fwiw I am currently using that board and I have DM_ETH enabled
<Tartarus>
cambrian_invader: OK, thanks for the feedback, I'll try re-working things a bit with the remove the corenet_ds platforms, as it's those, and the arm layerscape platforms in that commit
<marex>
cambrian_invader: clearly you're not involved in the right kind of contentious fla^Wdiscussions :)
<cambrian_invader>
>.>
<cambrian_invader>
the other problem is that subsystem maintainers don't see bindings as anything they have to comment on
<marex>
cambrian_invader: like, how do you define DT bindings for DPI bus and how to match them between DPI source and sink, and how to handle things like scan direction etc :)
<marex>
cambrian_invader: I think we will soon arrive at trying to future-proof the bindings to handle even temporal resolution of the panel, in case there is ever a panel with 4D support
<cambrian_invader>
the only DPI I'm familiar with is "dots per inch"
<marex>
display parallel interface, old RGB panel stuff
<cambrian_invader>
fun
<marex>
I know, right ?
<marex>
cambrian_invader: I think there is now another person helping Rob with the DT binding reviews though, so the congestion might get better
<cambrian_invader>
I have noticed that; but they have the same personality :)
<cambrian_invader>
and of course, it's extra fun when rob reviews v1, and krysztof reviews v2
<marex>
cambrian_invader: at least someone does review your patches in reasonably timely manner
<cambrian_invader>
yes...
<marex>
there are subsystems where I got one reply every 2-3 months , and that reply was totally off the mark, like the maintainer again forgot what we discussed
<marex>
so ... I think DT is still really good
sbach has quit [Read error: Connection reset by peer]
<cambrian_invader>
(I will never submit another PWM driver)
<marex>
that bad ?
<Tartarus>
cambrian_invader: Ah-ha! https://source.denx.de/u-boot/u-boot/-/jobs/480387 so ys, 1046ardb is fine, but so so many other 104xzzz platforms are not, so I ended up doing a git grep -Ovim ... I bet
<cambrian_invader>
it took ~1 month to get feedback, and every time ukk would find something that he missed the last time
<marex>
cambrian_invader: and yet you can just talk to uwe in #armlinux :)
<cambrian_invader>
hm, maybe I should lurk there as well
sbach has joined #u-boot
<cambrian_invader>
is it more active than #kernelnewbies?
<cambrian_invader>
Tartarus: AFAICT the LS104[36]AQDS boards have disappeared from the internet
<cambrian_invader>
the only place where I could find references was in U-Boot and Linux
<Tartarus>
cambrian_invader: oh fun....
<Tartarus>
cambrian_invader: And looking harder, OH, I did a sed -i -e '/CONFIG_FMAN/d' configs/ls1046a* rather than aqds*
<Tartarus>
So, ah-ha, I'll v2, thanks
<marex>
cambrian_invader: no, it's mostly dead unless discussion starts
EdSwarthout has quit [Remote host closed the connection]
<marex>
milkylainen: you can try earlycon earlyprintk
<marex>
milkylainen: but I suspect it has something to do with Linux 21e743300dd0b9e57425de4a9ba651493b165e03
lucas_ has joined #u-boot
alan__ has joined #u-boot
lvrp16_ has joined #u-boot
MWelchUK1 has joined #u-boot
Net147_ has joined #u-boot
derRicha1d has joined #u-boot
LeSpocky_ has joined #u-boot
haritzondo has joined #u-boot
srk- has joined #u-boot
pgreco_ has joined #u-boot
Patater has joined #u-boot
bradfa_ has joined #u-boot
tafama has joined #u-boot
indy has joined #u-boot
rfs613- has joined #u-boot
sukbeom1 has joined #u-boot
milkylai1en has joined #u-boot
hanetzer1 has joined #u-boot
marex_ has joined #u-boot
dlg_ has joined #u-boot
sigmaris_ has joined #u-boot
mrnuke_ has joined #u-boot
qsx` has joined #u-boot
grgy- has joined #u-boot
stefanro1 has joined #u-boot
niska has joined #u-boot
thopiekar_ has joined #u-boot
jsmolic_ has joined #u-boot
sbach_ has joined #u-boot
kabel1 has joined #u-boot
agraf_ has joined #u-boot
Xeroine has quit [*.net *.split]
hanetzer has quit [*.net *.split]
lucascastro has quit [*.net *.split]
LeSpocky has quit [*.net *.split]
Net147 has quit [*.net *.split]
sigmaris has quit [*.net *.split]
cambrian_invader has quit [*.net *.split]
mrnuke has quit [*.net *.split]
agraf has quit [*.net *.split]
pgreco has quit [*.net *.split]
milkylainen has quit [*.net *.split]
sukbeom has quit [*.net *.split]
marex has quit [*.net *.split]
derRichard has quit [*.net *.split]
qsx has quit [*.net *.split]
urja has quit [*.net *.split]
dlg has quit [*.net *.split]
srk has quit [*.net *.split]
MWelchUK has quit [*.net *.split]
srk- is now known as srk
sigmaris_ is now known as sigmaris
MWelchUK1 is now known as MWelchUK
lvrp16 has quit [Ping timeout: 240 seconds]
rfs613 has quit [Ping timeout: 240 seconds]
lvrp16_ is now known as lvrp16
agraf_ is now known as agraf
haritz has quit [Ping timeout: 240 seconds]
rfs613- is now known as rfs613
astroid_ has joined #u-boot
zkrx has quit [Killed (NickServ (GHOST command used by zkrx_))]
zkrx has joined #u-boot
<hramrach>
marex_: yes, IME it's not actually the DT binding maintainers to start the flamewar, it starts before they even get to look at it
<sjg1>
Tartarus: eek I hope not. I can try a memory test I suppose. Is it a one-off?
ullbeking has quit [Ping timeout: 240 seconds]
bryanb has quit [Ping timeout: 240 seconds]
bryanb has joined #u-boot
jamestperk has quit [Ping timeout: 240 seconds]
ullbeking has joined #u-boot
<Tartarus>
sjg1: First one I've noticed, yeahh
jamestperk has joined #u-boot
_whitelogger_ has joined #u-boot
wyre has quit [Ping timeout: 240 seconds]
tucanae47 has quit [Ping timeout: 240 seconds]
nohit has quit [Ping timeout: 240 seconds]
rhadye has quit [Ping timeout: 240 seconds]
finga2 has quit [Ping timeout: 240 seconds]
jtf has quit [Ping timeout: 240 seconds]
tucanae47_ is now known as tucanae47
senzilla has quit [Ping timeout: 240 seconds]
nohit_ is now known as nohit
NishanthMenon has quit [Ping timeout: 240 seconds]
bryanb has quit [Ping timeout: 240 seconds]
hurricos has quit [Ping timeout: 240 seconds]
rburkholder has quit [Ping timeout: 240 seconds]
_whitelogger has quit [Ping timeout: 240 seconds]
hays has quit [Ping timeout: 240 seconds]
bryanb_ is now known as bryanb
NishanthMenon_ is now known as NishanthMenon
rhadye_ is now known as rhadye
<milkylainen>
marex_: Interesting. I'll check tomorrow to see if I'm missing something in early console printing. That common clk driver is selected for my stm32mp157.
jtf1 is now known as jtf
hays has joined #u-boot
senzilla has joined #u-boot
haritzondo has quit [Quit: ZNC 1.8.2+deb2 - https://znc.in]
haritz has joined #u-boot
haritz has joined #u-boot
torez has quit [Remote host closed the connection]