Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.07 is OUT / Merge Window is OPEN until 26 July 2021 / Release v2021.10 is scheduled for 04 October 2021 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
mvaittin has joined #u-boot
jordemort has joined #u-boot
bq has quit [Ping timeout: 260 seconds]
bq has joined #u-boot
zibolo has quit [Ping timeout: 245 seconds]
zibolo has joined #u-boot
sakman has quit [Quit: Leaving]
behanw has joined #u-boot
bq has quit [Remote host closed the connection]
phillid has joined #u-boot
phillid is now known as bq
vagrantc has quit [Quit: leaving]
LeSpocky has quit [Ping timeout: 252 seconds]
LeSpocky has joined #u-boot
agust has joined #u-boot
mranostaj has quit [Quit: leaving]
mranostaj has joined #u-boot
milkylainen_ has joined #u-boot
guillaume_g has joined #u-boot
fdanis_away is now known as fdanis
frieder has joined #u-boot
frieder has quit [Ping timeout: 252 seconds]
mckoan|away is now known as mckoan
milkylainen has joined #u-boot
frieder has joined #u-boot
milkylainen_ has quit [Quit: Ping timeout (120 seconds)]
zibolo has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
MWelchUK5 has joined #u-boot
mthall has joined #u-boot
zibolo has joined #u-boot
torez has joined #u-boot
smartin has joined #u-boot
MWelchUK has quit [Quit: The Lounge - https://thelounge.chat]
BobBeck has quit [Quit: The Lounge - https://thelounge.chat]
BobBeck has joined #u-boot
MWelchUK has joined #u-boot
jwillikers has joined #u-boot
mthall has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mthall has joined #u-boot
vagrantc has joined #u-boot
jwillikers has quit [Remote host closed the connection]
redbrain has joined #u-boot
<sjg1> U-Boot contributor call starting now
milkylainen_ has joined #u-boot
fdanis is now known as fdanis_away
mmu_man has quit [Ping timeout: 240 seconds]
frieder has quit [Read error: Connection reset by peer]
frieder has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
vagrantc has quit [Quit: leaving]
vagrantc has joined #u-boot
mckoan is now known as mckoan|away
akaWolf has quit [Ping timeout: 252 seconds]
frieder has quit [Ping timeout: 265 seconds]
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
redbrain has quit [Ping timeout: 246 seconds]
akaWolf has joined #u-boot
<vfazio> re: the rpi clock fallback series https://patchwork.ozlabs.org/project/uboot/list/?series=262375 Someone mentioned they are having XHCI issues with older rpi firmware (https://github.com/raspberrypi/firmware/issues/1619) but i don't have an rpi4 to test with so at a loss to debug the issue, in case anyone has one lying around and some spare time
redbrain has joined #u-boot
rfried has quit [Quit: The Lounge - https://thelounge.github.io]
rfried has joined #u-boot
rfried has quit [Client Quit]
rfried has joined #u-boot
vagrantc has quit [Quit: leaving]
smartin has quit [Quit: smartin]
guillaume_g has joined #u-boot
vagrantc has joined #u-boot
behanw has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
m-atoms has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
redbrain has quit [Ping timeout: 250 seconds]
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
<m-atoms> Hi folks. Is this channel active or is there a better place to be?
<vagrantc> it's not cluttered with noise, but is an appropriate place to ask about u-boot mainline :)
macromorgan has quit [Quit: Leaving]
agust has quit [Quit: Leaving.]
Rusty_Almighty has joined #u-boot
<Rusty_Almighty> Any one got a second to explain how ipxe booting works on 64bit based arm systems?
<Rusty_Almighty> I've got a system which is getting an ipxe image from the tftp server, but how does one then execute said ipxe image?
<vagrantc> is the ipxe built for arm64?
<Rusty_Almighty> Affirmative.
<vagrantc> maybe... booti ${kernel_addr_r}
<vagrantc> but you might need to pass a device-tree or something
<vagrantc> what is the format of the ipxe image?
<vagrantc> didn't know ipxe supported arm64 ... will have to try it sometime :)
<Rusty_Almighty> Do you mean if the image is compressed?
<Rusty_Almighty> # After Cloning IPXE
<Rusty_Almighty> cp ./bin-arm64-efi/ipxe.efi $tftpdir/UEFIBoot-arm64.efi
<Rusty_Almighty> make CROSS=aarch64-linux-gnu- bin-arm64-efi/ipxe.efi
<Rusty_Almighty> ipxe supports 64-bit arm cpus, but not 32-bit at the moment.
<vagrantc> ah, it's an efi image
<vagrantc> i think there's a bootefi command
<Rusty_Almighty> I already tried ```bootefi ${kernel_addr}``` with no success. However, I didn't provide a device tree.
<vagrantc> bootefi ${kernel_addr_r}
<vagrantc> it should pull the device tree that u-boot is using
<vagrantc> this presumes you downloade it to ${kernel_addr_r} ...
<vagrantc> whereever you downloaded it from using tftp
<vagrantc> unless... it's a fit image ... so many options.
<Rusty_Almighty> running the "dhcp" command downloads the image to the ${kernel_addr}.
<Rusty_Almighty> literal output from the bootefi command:
<Rusty_Almighty> WARNING: Invalid device tree, expect boot to fail
<vagrantc> doc/usage/bootefi.rst
<vagrantc> gotta head out, good luck
vagrantc has quit [Quit: leaving]
macromorgan has joined #u-boot