Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.07.02, v2023.10-rc4 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2023.10 is scheduled for 02 October 2023 / Channel archives at https://libera.irclog.whitequark.org/u-boot
powderhorn has quit [Quit: Client closed]
thopiekar has quit [Ping timeout: 260 seconds]
thopiekar has joined #u-boot
cambrian_invader has quit [Ping timeout: 246 seconds]
fionera has quit [Ping timeout: 246 seconds]
fionera has joined #u-boot
cambrian_invader has joined #u-boot
powderhorn has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
naoki has joined #u-boot
camus has joined #u-boot
jclsn has quit [Ping timeout: 258 seconds]
jclsn has joined #u-boot
Perflosopher has quit [Quit: Ping timeout (120 seconds)]
Perflosopher has joined #u-boot
Clamor has joined #u-boot
haritz has quit [Ping timeout: 252 seconds]
powderhorn has quit [Ping timeout: 245 seconds]
stefanro has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 245 seconds]
ikarso has joined #u-boot
naoki has quit [Quit: naoki]
goliath has joined #u-boot
mckoan|away is now known as mckoan
naoki has joined #u-boot
ldevulder has joined #u-boot
gsz has joined #u-boot
monstr has joined #u-boot
monstr has quit [Client Quit]
monstr has joined #u-boot
monstr has quit [Remote host closed the connection]
monstr has joined #u-boot
MWelchUK has quit [Quit: Ping timeout (120 seconds)]
MWelchUK has joined #u-boot
prabhakarlad has joined #u-boot
ezulian has joined #u-boot
ezulian has quit [Remote host closed the connection]
ezulian has joined #u-boot
Clamor has quit [Ping timeout: 240 seconds]
tnovotny has joined #u-boot
Clamor has joined #u-boot
sszy has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
Clamor has quit [Ping timeout: 252 seconds]
Clamor has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
Clamor has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
srk- has joined #u-boot
srk| has joined #u-boot
srk has quit [Ping timeout: 244 seconds]
<apalos> sjg1: commit 53fab13a7b11630ae seems to break qemuarm64 for me (in -next)
<apalos> Failed to write SMBIOS table
<apalos> initcall failed at event 10/(unknown) (err=-22)
<apalos> ### ERROR ### Please RESET the board ###
<apalos> This is what the blowup looks like if it helps
srk| is now known as srk
srk- has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot
dsimic has quit [Ping timeout: 244 seconds]
dsimic has joined #u-boot
dsimic has quit [Client Quit]
dsimic has joined #u-boot
dhruvag2000_ has joined #u-boot
vigneshr_ has joined #u-boot
bryanb_ has joined #u-boot
ndesaulniers_ has joined #u-boot
rhadye_ has joined #u-boot
austriancoder_ has joined #u-boot
smurray_ has joined #u-boot
ddevault_ has joined #u-boot
d4ve_ has joined #u-boot
jluthra_ has joined #u-boot
jbowen_ has joined #u-boot
austriancoder_ has quit [Client Quit]
austriancoder_ has joined #u-boot
ezequielg_ has joined #u-boot
Manouchehri_ has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
ezequielg has quit [*.net *.split]
austriancoder has quit [*.net *.split]
vigneshr has quit [*.net *.split]
ndesaulniers has quit [*.net *.split]
dhruvag2000 has quit [*.net *.split]
jbowen has quit [*.net *.split]
Manouchehri has quit [*.net *.split]
rhadye has quit [*.net *.split]
jluthra has quit [*.net *.split]
smurray has quit [*.net *.split]
ddevault has quit [*.net *.split]
bryanb has quit [*.net *.split]
d4ve has quit [*.net *.split]
Lightsword has quit [*.net *.split]
vigneshr_ is now known as vigneshr
ezequielg_ is now known as ezequielg
smurray_ is now known as smurray
dhruvag2000_ is now known as dhruvag2000
jluthra_ is now known as jluthra
jbowen_ is now known as jbowen
Manouchehri_ is now known as Manouchehri
jluthra has quit [Changing host]
jluthra has joined #u-boot
austriancoder_ is now known as austriancoder
ndesaulniers_ is now known as ndesaulniers
rhadye_ is now known as rhadye
bryanb_ is now known as bryanb
d4ve_ is now known as d4ve
d4ve has quit [Write error: Connection reset by peer]
bryanb has quit [Write error: Connection reset by peer]
ddevault_ has quit [Write error: Connection reset by peer]
ddevault has joined #u-boot
d4ve has joined #u-boot
bryanb has joined #u-boot
redbrain has joined #u-boot
Lightsword has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
<sjg1> Oh dear...does it print this? WARNING: SMBIOS table_address overflow %llx
<sjg1> apalos: ^ It seems to pass CI
naoki has quit [Quit: naoki]
<apalos> sjg1: no it doesn't print that, only what I pasted
<apalos> Let me put that to a pastebin so you have the qemu cmdline as well
<apalos> sjg1: it does print the overflow btw, I just missed it
<apalos> WARNING: SMBIOS table_address overflow 13e69f020
prabhakarlad has quit [Quit: Client closed]
prabhakar has joined #u-boot
prabhakarlad has joined #u-boot
<sjg1> apalos: So the table is being placed above 4GB...is that OK?
<apalos> sjg1: I dont know, it works fine without this commit, but i didnt find any time to dig deeper
<deathcamel57> Hey everyone, I'm stuck in my U-Boot porting project for an obscure Arm SoC. I'm using the OEM U-Boot to load my U-Boot build into RAM, then using `go` to start my build. When I set `CFG_SYS_INIT_RAM_ADDR` to a location in DRAM, it starts, but gets stuck on a memset in `reserve_board`. I think that config option should be set to the internal SoC's RAM, and when I use the starting address for that (according to OEM's
<deathcamel57> build), and according to the datasheet's info, it gets stuck even earlier in the boot. Any tips on where to look would be greatly appreciated.
ikarso has quit [Quit: Connection closed for inactivity]
mckoan is now known as mckoan|away
mmu_man has quit [Ping timeout: 240 seconds]
stefanro has quit [Quit: Leaving.]
goliath has quit [Quit: SIGSEGV]
Stat_headcrabed has joined #u-boot
powderhorn has joined #u-boot
<deathcamel57> Nevermind about my previous question, figured it out finally.
macromorgan has quit [Quit: Leaving]
macromorgan has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
tnovotny has quit [Remote host closed the connection]
prabhakarlad has quit [Quit: Client closed]
goliath has joined #u-boot
Mis012 has quit [Remote host closed the connection]
Mis012 has joined #u-boot
powderhorn has quit [Ping timeout: 245 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
monstr has quit [Read error: No route to host]
<sjg1> apalos: OK I will take a look
goliath has quit [Quit: SIGSEGV]
ikarso has joined #u-boot
Clamor has quit [Ping timeout: 246 seconds]
Clamor has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
<apalos> sjg1: ok, let me know if anything can help, e.g qemu version etc,
goliath has joined #u-boot
ezulian has quit [Ping timeout: 244 seconds]
slobodan has joined #u-boot
mmu_man has joined #u-boot
BobBeck9 has joined #u-boot
MWelchUK0 has joined #u-boot
vagrantc has joined #u-boot
MWelchUK0 has quit [Ping timeout: 252 seconds]
BobBeck9 has quit [Ping timeout: 258 seconds]
qqq has quit [Quit: leaving]
slobodan has quit [Ping timeout: 240 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
pivi has quit [Ping timeout: 260 seconds]
gsz has quit [Ping timeout: 260 seconds]
pivi has joined #u-boot
prabhakarlad has joined #u-boot
pivi has quit [Ping timeout: 264 seconds]
pivi has joined #u-boot
pgreco has joined #u-boot
pgreco_ has quit [Ping timeout: 244 seconds]
goliath has quit [Quit: SIGSEGV]