Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.04, v2021.07-rc3 are OUT / Merge Window is CLOSED / Release v2021.07 is scheduled for 05 July 2021 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
agust has quit [Quit: Leaving.]
vagrantc has quit [Quit: leaving]
tdf has quit [Quit: Client closed]
smartin has joined #u-boot
jtf has quit [Ping timeout: 272 seconds]
sszy has joined #u-boot
alpernebbi has joined #u-boot
jtf has joined #u-boot
guillaume_g has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
agust has joined #u-boot
<milkylainen_> U-boot as EFI payload on x86. What would be RAM access offsets etc for x86 arch? Ie. loadaddr for tftp data?
sszy has joined #u-boot
tnovotny has joined #u-boot
Tazura2 has joined #u-boot
Tazura3 has joined #u-boot
Tazura has quit [Ping timeout: 264 seconds]
Tazura2 has quit [Ping timeout: 272 seconds]
<milkylainen_> wth. Everybody gone TGIF already?
kpo has joined #u-boot
monstr has joined #u-boot
gsz has joined #u-boot
Tazura3 is now known as Tazura
<Duality> milkylainen_: what do you meen
fdanis has joined #u-boot
monstr has quit [Ping timeout: 272 seconds]
fdanis is now known as fdanis_away
<milkylainen_> Duality: Everybody gone "Thank god it's friday" (TGIF). Ie, everyone taken an early weekend? It was eerily quiet here.
fdanis_away is now known as fdanis
fdanis is now known as fdanis_away
fdanis_away is now known as fdanis
<Duality> milkylainen_: it's often quiet in here
<Duality> so it's not that strange
<Duality> :)
monstr has joined #u-boot
<milkylainen_> Duality :)
<milkylainen_> I had a __udivmoddi4 problem for my own code additions to U-boot. You familiar with gcc lib extensions in U-boot?
<Duality> no sorry can't help you with that
<milkylainen_> np. :)
<Duality> I am prety new to u-boot myself
marc1 has joined #u-boot
redbrain has joined #u-boot
monstr has quit [Remote host closed the connection]
<cambrian_invader> tdf: your gist is 404
torez has joined #u-boot
tnovotny has quit [Quit: Leaving]
torez has quit [Client Quit]
torez has joined #u-boot
fdanis is now known as fdanis_away
guillaume_g has quit [Quit: Konversation terminated!]
redbrain has quit [Ping timeout: 264 seconds]
redbrain has joined #u-boot
vagrantc has joined #u-boot
cpackham[m] has quit [Quit: node-irc says goodbye]
samueldr has quit [Quit: node-irc says goodbye]
mvaittin has quit [Quit: node-irc says goodbye]
cpackham[m] has joined #u-boot
mvaittin has joined #u-boot
samueldr has joined #u-boot
<milkylainen_> x86_64-tracker-linux-gnu-ld.bfd: arch/x86/cpu/start.o: warning: relocation in read-only section `.text.start'
<milkylainen_> x86_64-tracker-linux-gnu-ld.bfd: warning: creating DT_TEXTREL in a PIE
<milkylainen_> u-boot warnings when linking with a newer toolchain.
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
sbach has quit [Ping timeout: 272 seconds]
torez has quit [Quit: torez]
sbach has joined #u-boot
gsz has quit [Quit: leaving]
Guest3846 has joined #u-boot
<milkylainen_> how do I get u-boot to stop initializing network card on bootup? I don't want to use it unless I stop u-boot.
<cambrian_invader> status = "disabled"?
<milkylainen_> cambrian_invader: hm? dtb or what do you mean?
smartin has quit [Quit: smartin]
alpernebbi has quit [Quit: alpernebbi]
kpo has quit [Read error: Connection reset by peer]
kpo has joined #u-boot
<cambrian_invader> milkylainen_: yeah, in the dtb
<milkylainen_> not that x86 has dtbs, but how would you turn it on after stopping u-boot? Old u-boot used to have a delayed network initialization.
<milkylainen_> hmm. maybe that was redboot.
<milkylainen_> My memory fails me.
<milkylainen_> Anyway. I don't see the point of network initialization every time if U-boot isn't going to use the nic.
<cambrian_invader> you could also just disable CONFIG_NET
<milkylainen_> I think you misunderstand? I want to have net, just initialized if I'm going to use it, not otherwise.
<milkylainen_> Anyway. Bedtime.
<milkylainen_> Have a nice weekend!
<cambrian_invader> uh
<cambrian_invader> if you were using devicetree, I would set status=disabled and use the bind command to add it if you needed it
<cambrian_invader> but since you aren't, I'm not sure if there is an existing solution
agust has quit [Quit: Leaving.]
redbrain has quit [Ping timeout: 265 seconds]
Guest3846 has quit [Quit: Client closed]
paguilar_ has joined #u-boot
paguilar__ has quit [Ping timeout: 245 seconds]
<tlwoerner> my board is failing at reloc. the math all looks good, but it goes off into the weeds after arch/arm/lib/relocate.S :: relocate_code()
<tlwoerner> my u-boot starts at 0x83f0.0000 and uses up until 0x83f2.1154
<tlwoerner> it relocates itself to 0x83fd.c000
<tlwoerner> (interesting that all other reservations occur below 0x83f0.0000 ?)
<tlwoerner> memory is valid between 0x8000.0000 and 0x8400.0000