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
<Guest94> How are the properties in the defconfig normally found? Things like CONFIG_SYS_TEXT_BASE?
mmu_man has quit [Ping timeout: 260 seconds]
mranostaj has quit [Remote host closed the connection]
mranostaj has joined #u-boot
Guest94 has quit [Quit: Client closed]
stefanro has quit [Quit: Leaving.]
stefanro has joined #u-boot
gsz has joined #u-boot
gsz has quit [Quit: leaving]
matthias_bgg has joined #u-boot
sakman__ is now known as sakman
sakman_ has joined #u-boot
jybz has quit [Excess Flood]
jybz has joined #u-boot
EdSwarthout1 has joined #u-boot
marc2 has joined #u-boot
cottsay08 has joined #u-boot
niska` has joined #u-boot
johang_ has joined #u-boot
smartin has joined #u-boot
apalos- has joined #u-boot
sakman has quit [*.net *.split]
marc1 has quit [*.net *.split]
bq has quit [*.net *.split]
johang has quit [*.net *.split]
niska has quit [*.net *.split]
birkoff has quit [*.net *.split]
apalos has quit [*.net *.split]
cottsay has quit [*.net *.split]
EdSwarthout has quit [*.net *.split]
cottsay08 is now known as cottsay
bq has joined #u-boot
birkoff has joined #u-boot
birkoff is now known as Guest6605
milkylainen has joined #u-boot
tre has joined #u-boot
mckoan|away is now known as mckoan
tnovotny has joined #u-boot
mckoan is now known as MarcoCavallini
MarcoCavallini is now known as mckoan
manu_ is now known as manu
manu has quit [Changing host]
manu has joined #u-boot
astroid has quit [Remote host closed the connection]
Lokis has joined #u-boot
guillaume_g has joined #u-boot
niska` has quit [Ping timeout: 252 seconds]
matthewcroughan_ has quit [Ping timeout: 252 seconds]
matthewcroughan has joined #u-boot
niska has joined #u-boot
soumar8 has joined #u-boot
marex has quit [Ping timeout: 252 seconds]
matthewcroughan_ has joined #u-boot
marex has joined #u-boot
soumar has quit [Ping timeout: 252 seconds]
matthewcroughan has quit [Quit: No Ping reply in 180 seconds.]
soumar8 is now known as soumar
sszy has joined #u-boot
mranostaj has quit [Quit: leaving]
rfs613 has joined #u-boot
mranostaj has joined #u-boot
rfs613_alt has quit [Read error: Connection reset by peer]
guillaume has joined #u-boot
monstr has joined #u-boot
astroid has joined #u-boot
guillaume_g has quit [Ping timeout: 252 seconds]
guillaume is now known as guillaume_g
astroid has quit [Changing host]
astroid has joined #u-boot
FredO2 has joined #u-boot
pavelow_ has joined #u-boot
pavelow has quit [Ping timeout: 250 seconds]
j`ey_ has joined #u-boot
j`ey has quit [Ping timeout: 250 seconds]
mwalle has quit [Ping timeout: 250 seconds]
FredO has quit [Ping timeout: 250 seconds]
mwalle has joined #u-boot
qschulz_ is now known as qschulz
frieder has joined #u-boot
Luker_ has joined #u-boot
Luker has quit [Ping timeout: 252 seconds]
Luker_ is now known as Luker
milkylainen has quit [Ping timeout: 252 seconds]
niska has quit [Ping timeout: 252 seconds]
cengiz_io has quit [Ping timeout: 252 seconds]
cengiz_io has joined #u-boot
niska has joined #u-boot
milkylainen has joined #u-boot
ullbeking has quit [Ping timeout: 252 seconds]
Crofton has quit [Ping timeout: 252 seconds]
Crofton_ has joined #u-boot
ullbeking_ has joined #u-boot
cambrian_invader has quit [Ping timeout: 252 seconds]
alpernebbi has quit [Ping timeout: 252 seconds]
cambrian_invader has joined #u-boot
alpernebbi has joined #u-boot
apalos- is now known as apalos
matthewcroughan_ has quit [Ping timeout: 252 seconds]
matthewcroughan has joined #u-boot
milkylainen has quit [Ping timeout: 252 seconds]
milkylainen has joined #u-boot
frieder has quit [Remote host closed the connection]
tnovotny has quit [Quit: Leaving]
Lokis has quit [Ping timeout: 250 seconds]
zibolo has joined #u-boot
tnovotny has joined #u-boot
zibolo has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
zibolo has joined #u-boot
jwillikers has joined #u-boot
swiftgeek has quit [Ping timeout: 252 seconds]
swiftgeek has joined #u-boot
Lokis has joined #u-boot
jwillikers has quit [Remote host closed the connection]
joaoSchim__ has joined #u-boot
swiftgeek has quit [Ping timeout: 252 seconds]
jwillikers has joined #u-boot
swiftgeek has joined #u-boot
<Dhruvagole[m]> I have been struggling with u-boot on the rpi 4B+ but rpi just won't boot up, gets stuck on rainbow screen
<Dhruvagole[m]> There aren't any helpful UART logs either sadly
<Dhruvagole[m]> Could this be because u-boot is not yet officially supported on the r-pi 4B+?
<Dhruvagole[m]> s/+?/ 8GB variant?/
<Dhruvagole[m]> I used the command ``make rpi_arm64_defconfig`` for config before building
<Dhruvagole[m]> <Guest94> "How are the properties in the..." <- I would like to know the answer to this too, also where are all the options for XX_arm64_defconfig listed?
<j`ey_> configs/rpi_4_defconfig
<Dhruvagole[m]> j`ey_: okay, trying this ...
<Dhruvagole[m]> just to be sure I am doing it right,... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/bece1e87a45198fe9c35b212129cd486a7765c10)
<Dhruvagole[m]> j`ey_: that did not even compile
<Dhruvagole[m]> I am not sure if I may have done something wrong but I doubt it
<Dhruvagole[m]> Could it be possible that upstream code has bugs that will cause compile failure? Isn't the code built before being merged?
<Dhruvagole[m]> I have pasted the make command with output here: https://pastebin.com/hueRbmT0
<apalos> Dhruvagole[m]: I dont know what armmake is supposed to do, but are you compiling for armv7 instead of armv8?
<Dhruvagole[m]> ah ok my bad
<Dhruvagole[m]> my command is: ``> $ make CROSS_COMPILE=arm-linux-gnueabi- -j9 ``
<j`ey_> thats 32bit
<j`ey_> Dhruvagole[m]: btw you asjed where the options were, I was just pointing out theyre in the configs/ directory
<Dhruvagole[m]> being a beginner, I was just following instructions from here: https://www.beyondlogic.org/compiling-u-boot-with-device-tree-support-for-the-raspberry-pi/
<Dhruvagole[m]> ah okay found em
<Dhruvagole[m]> can someone help me set the right variables to build?
<Dhruvagole[m]> compiled, nvm
<Dhruvagole[m]> the right command was: ``make CROSS_COMPILE=aarch64-linux-gnu- -j9``
<Dhruvagole[m]> still am unable to boot.
sstiller has joined #u-boot
vfazio has quit [Ping timeout: 260 seconds]
vfazio has joined #u-boot
redbrain has joined #u-boot
mkstr has joined #u-boot
redbrain has quit [Ping timeout: 252 seconds]
<Tartarus> mrnuke, sjg1, do either of you have comments on https://patchwork.ozlabs.org/project/uboot/list/?series=262569 ?
<mrnuke> Tartarus: My only comment is that we'll need to redesign DM_HASH in the near future. But I don't think it's worth holding the series for that alone
<mrnuke> Tartarus: other than that, the series looks very well written
fdanis_a` is now known as fdanis_away
sstiller has quit [Quit: Leaving]
monstr has quit [Remote host closed the connection]
mkstr has quit [Read error: Connection reset by peer]
mkstr has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
tre has quit [Remote host closed the connection]
rtjure__ has joined #u-boot
Lokis has quit [Ping timeout: 246 seconds]
<Tartarus> OK, thanks
matthias_bgg has quit [Ping timeout: 252 seconds]
vfazio has quit [Remote host closed the connection]
tnovotny has quit [Quit: Leaving]
vfazio has joined #u-boot
<sjg1> Tartarus: It looks OK to me, from a quick look. It uses the HASH uclass which seems right
<sjg1> Tartarus: You could ask him to write a test for UCLASS_HASH though; that patman warning was apparently ignored at the time
<Tartarus> OK, I'll ask for a follow up on that then
<Tartarus> wonder if qemu is able to run it
mckoan is now known as mckoan|away
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Rusty_Almighty has joined #u-boot
<sjg1> Tartarus: maybe but we need a sandbox test for each uclass. The software driver is already there, so it should be pretty trival to put together
<sjg1> Tartarus: I need to work harder to convince you of the benefits of testing without QEMU :-)
<Tartarus> I think I'm willing to go as far as "why not both" when it's easy to add something meaningful to sandbox
mmu_man has quit [Ping timeout: 265 seconds]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
<sjg1> Tartarus: Well that's a reasonable baseline I suppose. We should add code-coverage checking so we can track that
mmu_man has joined #u-boot
vagrantc has joined #u-boot
samekh has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
mmu_man has quit [Ping timeout: 250 seconds]
mmu_man has joined #u-boot
Xavier7 has joined #u-boot
samekh has quit [Quit: Lost terminal]
smartin has quit [Quit: smartin]
Xavier7 has quit [Quit: • IRcap • 8.72 •]
jwillikers has quit [Remote host closed the connection]
rtjure__ has quit [Quit: Leaving]
Guest79 has joined #u-boot
kmaincent has quit [Ping timeout: 268 seconds]
Guest79 has quit [Ping timeout: 256 seconds]
<sjg1> Tartarus: Have you seen this error before?
<Tartarus> sjg1: Yes, you need to rebase on current master or next, it's fallout from the lets encrypt CA "fun"
<rfs613> sjg1: have you updated your ca-certificates?
<sjg1> Tartarus: rfs613: It looks like my updates have been stalled by docker.io
<sjg1> "The aufs storage-driver is no longer supported"
Rusty_Almighty has quit [Ping timeout: 252 seconds]
<sjg1> Tartarus: rfs613: OK I can fetch from Denx now and I'll try that again. Thank you!