umbramalison has quit [Quit: %So long and thanks for all the fish%]
thopiekar has quit [Ping timeout: 272 seconds]
thopiekar_ has joined #u-boot
umbramalison has joined #u-boot
vagrantc has quit [Quit: leaving]
persmule has quit [Ping timeout: 255 seconds]
persmule has joined #u-boot
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #u-boot
persmule has quit [Quit: Leaving]
persmule has joined #u-boot
Gravis has quit [Read error: Connection reset by peer]
Gravis has joined #u-boot
Gravis has quit [Client Quit]
Gravis has joined #u-boot
umbramalison_alt has joined #u-boot
umbramalison has quit [Ping timeout: 260 seconds]
thopiekar_ has quit [Ping timeout: 260 seconds]
Gravis_ has joined #u-boot
Gravis has quit [Ping timeout: 260 seconds]
thopiekar has joined #u-boot
vagrantc has joined #u-boot
prabhakarlad has quit [Ping timeout: 260 seconds]
vagrantc has quit [Quit: leaving]
hanetzer has quit [Ping timeout: 248 seconds]
hanetzer has joined #u-boot
thopiekar has quit [Ping timeout: 248 seconds]
thopiekar has joined #u-boot
ikarso has joined #u-boot
guillaume_g has joined #u-boot
ldevulder has joined #u-boot
hanetzer has quit [Ping timeout: 260 seconds]
hanetzer has joined #u-boot
mckoan|away is now known as mckoan
frieder has joined #u-boot
zibolo has joined #u-boot
prabhakarlad has joined #u-boot
jclsn has quit [Quit: WeeChat 3.7.1]
jclsn has joined #u-boot
apritzel has joined #u-boot
sszy has joined #u-boot
ccaione has quit [Ping timeout: 246 seconds]
mithro has quit [Ping timeout: 246 seconds]
robher has quit [Ping timeout: 246 seconds]
Manouchehri has quit [Ping timeout: 246 seconds]
pbrobinson has quit [Ping timeout: 246 seconds]
broonie has quit [Ping timeout: 255 seconds]
Peng_Fan has quit [Ping timeout: 255 seconds]
mranostaj has quit [Read error: Connection reset by peer]
ldts_ has quit [Read error: Connection reset by peer]
rburton has quit [Read error: Connection reset by peer]
tucanae47 has quit [Read error: No route to host]
dgilmore has quit [Read error: Connection reset by peer]
bradfa has quit [Read error: Connection reset by peer]
paulbarker has quit [Read error: Connection reset by peer]
sjg1 has quit [Read error: Connection reset by peer]
khilman has quit [Read error: Connection reset by peer]
NishanthMenon has quit [Read error: Connection reset by peer]
ezequielg has quit [Read error: Connection reset by peer]
rcn-ee has quit [Read error: Connection reset by peer]
senzilla has quit [Read error: Connection reset by peer]
mranostaj has joined #u-boot
paulbarker has joined #u-boot
khilman has joined #u-boot
rcn-ee has joined #u-boot
dgilmore has joined #u-boot
ldts_ has joined #u-boot
Peng_Fan has joined #u-boot
bradfa has joined #u-boot
robher has joined #u-boot
ezequielg has joined #u-boot
sjg1 has joined #u-boot
tucanae47 has joined #u-boot
rburton has joined #u-boot
NishanthMenon has joined #u-boot
senzilla has joined #u-boot
mithro has joined #u-boot
ccaione has joined #u-boot
pbrobinson has joined #u-boot
rburton has joined #u-boot
rburton has quit [Changing host]
Manouchehri has joined #u-boot
broonie has joined #u-boot
LordKalma has joined #u-boot
<LordKalma>
Hello! I'm here using u-boot with buildroot on a sunxi CPU. I was updating to the latest version, 2022.10, and I started to build and then the following appeared: "SPL and U-Boot use the same initial stack pointer location (SPL_SHARES_INIT_SP_ADDR) [N/y/?] n \n Initial stack pointer location (SPL_STACK) [] (NEW)". I had no idea what to put there,
<LordKalma>
Shouldn't this be merged to u-boot's repo?
<LordKalma>
seems like that, as of now, all sunxi boards are broken in main (and latest release)
mckoan is now known as mckoan|away
mmu_man has joined #u-boot
alpernebbi has quit [Remote host closed the connection]
alpernebbi has joined #u-boot
ccaione has quit [Ping timeout: 260 seconds]
ccaione has joined #u-boot
alpernebbi has quit [Quit: alpernebbi]
hanetzer has quit [Ping timeout: 252 seconds]
hanetzer has joined #u-boot
Gravis_ is now known as Gravis
torez has joined #u-boot
alan_o has joined #u-boot
<marex>
LordKalma: doesnt buildroot ship its own u-boot config too ? do you run into the same problem if you build u-boot 2022.10 or master by hand out of U-Boot sources ?
alpernebbi has joined #u-boot
akaWolf has joined #u-boot
prabhakarlad has quit [Ping timeout: 260 seconds]
akaWolf has quit [Ping timeout: 252 seconds]
<LordKalma>
marex, buildroot downloads uboot from its website. The defconfig I encountered the problem was my own. But reproducible with any of those defconfigs for sunxi boards
akaWolf has joined #u-boot
<marex>
$ make A33-OLinuXino_defconfig ; grep ^CONFIG_SPL_STACK= .config
<LordKalma>
marex, so it has been fixed, but it's not on a public release yet :)
mmu_man has quit [Ping timeout: 248 seconds]
akaWolf has quit [Ping timeout: 252 seconds]
<marex>
LordKalma: so backport the patch to 2022.10 and you should be all set ?
<marex>
LordKalma: maybe next time, test rc4 or rc5, so such issues get trapped before release
<LordKalma>
I have been away from embedded in the last couple months, but yeah, it's a shame it wasn't picked up earlier
<LordKalma>
yeah, I'll leave the fix in my defconfig file ( CONFIG_SPL_STACK=0x8000 ) for now, and then I'll remove it in the jan release
<marex>
cool
hanetzer has quit [Ping timeout: 260 seconds]
<apritzel>
marex, LordKalma: I don't understand the issue, it should all be fine, shouldn't it? Both 2022.10 and master build for me without problems?
<apritzel>
SPL_STACK was moved into Kconfig, before the 2022.10 release. And it added the symbol to each defconfig
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #u-boot
<apritzel>
which I fixed with a patch after the release, so it's now defaulting in Kconfig, and the values have been removed from _defconfig
<LordKalma>
ahhh I see
hanetzer has joined #u-boot
<apritzel>
so you just need to call _defconfig before you build
<apritzel>
or did I miss something?
<LordKalma>
I have a custom _defconfig written before this change, and it's funny, it's broken in 2022.10 but it would work on the next version as-is, and worked previously
<LordKalma>
hahah so I got bullseye on picking a version with a "source" breaking change
<apritzel>
yes, one of the reasons I sent the patch was to avoid lengthy _defconfig files
<LordKalma>
when the 2023.01 RC pops up I'll delete the line :)
<apritzel>
LordKalma: one solution would be to submit your defconfig ;-)
<LordKalma>
once I make it work :)
<LordKalma>
it's not ready yet
<LordKalma>
my repo went stale for 4 months while I did other things
<apritzel>
or you make your defconfig a diff to some other one in-tree, and monitor that
<LordKalma>
just getting back to this now
ikarso has quit [Quit: Connection closed for inactivity]
<LordKalma>
thank you for all your support
<apritzel>
those defconfig changes come from treewide Kconfig moves, and this is the safest way of making them work
mmu_man has joined #u-boot
<marex>
apritzel: if everything was just upstream, it would be perfect and done
<apritzel>
LordKalma: and please use the latest HEAD if you are working on something anyway, this way we spot issues early and can fix them. No need to wait for any releases or -rc's
* LordKalma
changes u-boot version to master
akaWolf has joined #u-boot
<LordKalma>
marex, it's a very very early stages WIP :) but dully noted
<LordKalma>
apritzel, thanks for your continued support :)
akaWolf has quit [Ping timeout: 260 seconds]
alan__ has joined #u-boot
alan__ has quit [Remote host closed the connection]
alan__ has joined #u-boot
alan__ has quit [Remote host closed the connection]
alan__ has joined #u-boot
alan_o has quit [Ping timeout: 260 seconds]
alan__ is now known as alan_o
vagrantc has joined #u-boot
alpernebbi has quit [Ping timeout: 260 seconds]
alpernebbi has joined #u-boot
akaWolf has joined #u-boot
akaWolf has quit [Ping timeout: 260 seconds]
<marex>
Forty-Bot: so, what do we do with the fladj patches ?
<marex>
Forty-Bot: also, have you ever tried USB 1.1 hub in that XHCI port on zynqmp ?
<marex>
Forty-Bot: seems in U-Boot, USB 1.1 hub is not detected, but on mx8mp (same controller), it is detected
<marex>
jeez
akaWolf has joined #u-boot
<marex>
the zynqmp is such a desolation 3-/
prabhakarlad has joined #u-boot
akaWolf has quit [Ping timeout: 260 seconds]
akaWolf has joined #u-boot
torez has quit [Quit: torez]
torez has joined #u-boot
frieder has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 252 seconds]
persmule has quit [Ping timeout: 255 seconds]
vagrantc has quit [Quit: leaving]
prabhakarlad has quit [Ping timeout: 260 seconds]
xroumegue has quit [Ping timeout: 255 seconds]
prabhakarlad has joined #u-boot
apritzel has quit [Ping timeout: 252 seconds]
WoC has joined #u-boot
WoC has quit [Read error: Connection reset by peer]