GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
Peng_Fan has joined #u-boot
Adrian___ has joined #u-boot
monstr has joined #u-boot
___nick___ has joined #u-boot
stefanro has joined #u-boot
slobodan has quit [Ping timeout: 246 seconds]
sng has joined #u-boot
mncheckm has joined #u-boot
ldevulder has joined #u-boot
goliath has joined #u-boot
<lvrp16>
anyone familiar with Rockchip BROM_SOURCE_ID_ADDR and if that's accessible in u-boot proper? I dumped it in u-boot and get 0x913bb210 instead of what I expect to be 1 2 3?
<lvrp16>
or if there's a simpler way to access the boot device (sd / mmc/ nor)
<sng>
sjg1: Simon, for generation of capsules, using a config file for providing the parameters is a useful feature to have. would you be okay to have that test removed, but generation of capsules through config files supported
sszy has joined #u-boot
sszy has quit [Client Quit]
sng has quit [Remote host closed the connection]
sszy has joined #u-boot
sng has joined #u-boot
sng has quit [Ping timeout: 245 seconds]
sng has joined #u-boot
frieder has joined #u-boot
ikarso has joined #u-boot
Adrian___ has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
mckoan is now known as mckoan|away
sng has quit [Remote host closed the connection]
sng has joined #u-boot
frieder has quit [Ping timeout: 246 seconds]
slobodan has joined #u-boot
frieder has joined #u-boot
frieder has quit [Ping timeout: 250 seconds]
Peng_Fan has quit [Quit: Connection closed for inactivity]
<yollom>
If I set ethaddr then that'll get added to the kernel dt as "mac-address" (or the like) automatically?
<yollom>
Ok, found the `do_fixup_by_path(..., "mac-address", ...)`
Adrian___ has quit [Ping timeout: 250 seconds]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
Adrian___ has joined #u-boot
dossalab has joined #u-boot
<marex>
yollom: only if you have /aliases/ethernet* aliases in DT
hanetzer has joined #u-boot
hanetzer has quit [Ping timeout: 246 seconds]
hanetzer has joined #u-boot
naoki has quit [Quit: naoki]
vagrantc has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
<Tartarus>
xypron_: apparently we need to update to Pygments 2.15.0 or later for some minor security issue or another, when you have time, thanks
<xypron_>
Tartarus: I will take care
goliath has quit [Quit: SIGSEGV]
Adrian___ has quit [Read error: Connection reset by peer]
sng has joined #u-boot
soxrok2212 has quit [Read error: Connection reset by peer]
pgreco_ has quit [Ping timeout: 252 seconds]
soxrok2212 has joined #u-boot
sakman has quit [Remote host closed the connection]
sng has quit [Remote host closed the connection]
sakman has joined #u-boot
pgreco has joined #u-boot
monstr has quit [Remote host closed the connection]
en4rab has joined #u-boot
<en4rab>
Good afternoon, I have been trying to create a buildroot image for a raspberry pi zero w that uses u-boot, I have got it mostly working but if I boot into linux using uboot the brcmfmac wifi driver doesnt work and complains of a time out 1 sec after loading, if I boot "normally" with the broadcom bootloader loading the kernel the wifi driver works fine, Is there any sort of gotcha that I am missing, I at a loss what I have done wrong.