eichehome has joined #u-boot
eichehome is now known as eiche_home
eiche_home has quit [Changing host]
eiche_home has joined #u-boot
eiche_home has quit [Quit: eiche_home]
eiche_home has joined #u-boot
eiche_home is now known as eichehome
LainExperiments has joined #u-boot
eichehome has quit [Quit: eichehome]
pgreco has quit [Ping timeout: 244 seconds]
pgreco has joined #u-boot
zibolo has quit [Ping timeout: 252 seconds]
zibolo has joined #u-boot
alan_o has joined #u-boot
alan_o has quit [Remote host closed the connection]
alan_o has joined #u-boot
fatal has quit [Remote host closed the connection]
fatal has joined #u-boot
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #u-boot
edwinistrator238 has joined #u-boot
ellyq has quit [Ping timeout: 245 seconds]
ellyq has joined #u-boot
edwinistrator238 has quit [Client Quit]
Jones42 has joined #u-boot
edwinistrator238 has joined #u-boot
Jones42_ has quit [Ping timeout: 248 seconds]
LainExperiments has quit [Ping timeout: 256 seconds]
alexxy has quit [Quit: No Ping reply in 180 seconds.]
mmu_man has quit [Ping timeout: 260 seconds]
alexxy has joined #u-boot
Wouter01002 has joined #u-boot
persmule has quit [Ping timeout: 260 seconds]
persmule has joined #u-boot
naoki has quit [Quit: naoki]
naoki has joined #u-boot
monstr has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
Wouter01002 has joined #u-boot
goliath has joined #u-boot
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #u-boot
jfsimon1981 has quit [Max SendQ exceeded]
jfsimon1981 has joined #u-boot
mckoan|away is now known as mckoan
warpme has joined #u-boot
ikarso has joined #u-boot
persmule has quit [Remote host closed the connection]
ldevulder has joined #u-boot
persmule has joined #u-boot
frieder has joined #u-boot
edwinistrator238 has joined #u-boot
Jones42_ has joined #u-boot
Jones42 has quit [Ping timeout: 252 seconds]
jfsimon1981 has quit [Ping timeout: 245 seconds]
jfsimon1981 has joined #u-boot
Jones42_ has quit [Ping timeout: 248 seconds]
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #u-boot
edwinistrator238 has joined #u-boot
sszy has joined #u-boot
slobodan has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
mrkiko has quit [Quit: leaving]
Jones42 has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
glaroque has joined #u-boot
Jones42 has quit [Ping timeout: 260 seconds]
warpme has joined #u-boot
ladis has joined #u-boot
Danct12 has joined #u-boot
persmule has quit [*.net *.split]
fatal has quit [*.net *.split]
rvalue has quit [Ping timeout: 276 seconds]
rvalue has joined #u-boot
fatal has joined #u-boot
Stat_headcrabbed has joined #u-boot
persmule has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
frieder has quit [Ping timeout: 265 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mripard has joined #u-boot
warpme has joined #u-boot
<
qschulz>
what are we supposed to do if the DRAM init fails?
<
qschulz>
board_init_f for Rockchip platforms just early returns, which is a bit weird isn't it?
<
qschulz>
instead of calling hang() ?
frieder has joined #u-boot
persmule has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
<
qschulz>
further... why aren't we using panic() instead of hang()?
persmule has joined #u-boot
slobodan_ has joined #u-boot
slobodan has quit [Ping timeout: 260 seconds]
frieder has quit [Remote host closed the connection]
slobodan_ is now known as slobodan
LainExperiments has joined #u-boot
Wouter01002 has joined #u-boot
dsimic has quit [Ping timeout: 246 seconds]
Stat_headcrabbed has joined #u-boot
dsimic has joined #u-boot
gsz has joined #u-boot
eballetbo has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
ldevulder has quit [Quit: Leaving]
mmu_man has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
goliath has quit [Quit: SIGSEGV]
mmu_man has quit [Ping timeout: 255 seconds]
edwinistrator238 has joined #u-boot
vagrantc has joined #u-boot
mmu_man has joined #u-boot
mripard has quit [Quit: WeeChat 4.4.2]
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 260 seconds]
ukky has quit [Ping timeout: 252 seconds]
goliath has joined #u-boot
rvalue- is now known as rvalue
jfsimon1981 has quit [Ping timeout: 276 seconds]
mckoan is now known as mckoan|away
LainExperiments has quit [Quit: Client closed]
LainExperiments has joined #u-boot
ladis has quit [Ping timeout: 260 seconds]
jfsimon1981 has joined #u-boot
macromorgan has joined #u-boot
monstr has quit [Remote host closed the connection]
eichehome has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 265 seconds]
rvalue- is now known as rvalue
<
mps>
Tartarus: it is compiled fine for alpine linux when I did upgrade
<
mps>
but that was with gcc 14.2 while on this issue it is 11.4 iiuc
<
Tartarus>
OK, thanks
<
mps>
I can try again on my local machine, git checkout v2024.10 and run make is ok?
<
Tartarus>
Sure, thanks!
edwinistrator238 has joined #u-boot
<
mps>
`make qemu_arm64_defconfig ; make -j8` worked fine
<
Sout_>
did he do export CROSS_COMPILE=/usr/bin/x86_64-linux-gnu- ? i think that is what he is saying?
<
vagrantc>
yeah, i wondered at that CROSS_COMPILE specification too ... it really seems like that report needs more explicit clarification
<
mps>
to me it is not clear what host arch is used
<
mps>
looks like it run aarch64 but I'm not sure
<
mps>
s/run/run on/
<
Sout_>
yeah, looks like it's on arm trying to cross compile to x86 ?? (odd, but i guess that is the world we are in, all hail our arm overlords)
rvalue has quit [Ping timeout: 252 seconds]
<
mps>
subject of report contains 'natively compiling'
<
mps>
when I'm there I also tested to build latest master and it also works fine
LainExperiments has quit [Quit: Client closed]
LainExperiments has joined #u-boot
<
vagrantc>
Sout_: yeah, but cross-compiling x86 for qemu_arm64_defconfig ... is not right either.
Jones42 has joined #u-boot
ladis has joined #u-boot
<
vagrantc>
it could do native compilation, for example ... unless qemu_arm64_defconfig assumes cross-compilation?
rvalue has joined #u-boot
prabhakalad has quit [Ping timeout: 272 seconds]
<
Tartarus>
everything assumes native compiling unless CROSS_COMPILE is set
prabhakalad has joined #u-boot
<
vagrantc>
for the debian packages we explicitly cross-compile all the qemu_* targets, but all the other targets are done natively...
prabhakalad has quit [Ping timeout: 246 seconds]
prabhakalad has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Wouter01002 has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
slobodan has quit [Ping timeout: 255 seconds]
slobodan has joined #u-boot
mmu_man has joined #u-boot
iprusov has quit [Quit: WeeChat 3.5]
LainExperiments6 has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
LainExperiments has quit [Ping timeout: 256 seconds]
Jones42 has quit [Ping timeout: 246 seconds]
LainExperiments6 has quit [Ping timeout: 256 seconds]
iprusov has joined #u-boot
mmu_man has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
ukky has joined #u-boot
slobodan has joined #u-boot
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
ladis has quit [Quit: Leaving]
eichehome has quit [Read error: Connection reset by peer]
LainExperiments has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
LainExperiments has quit [Quit: Client closed]
slobodan has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
gsz has quit [Ping timeout: 245 seconds]
prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #u-boot
goliath has quit [Quit: SIGSEGV]
alexxy has joined #u-boot
Jones42 has joined #u-boot
Jones42 has quit [Ping timeout: 248 seconds]