Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.01, v2023.04-rc1 / Merge Window is CLOSED / Release v2023.04 is scheduled for 2023-04-03 / Channel archives at https://libera.irclog.whitequark.org/u-boot
naoki has joined #u-boot
hanetzer has quit [Quit: WeeChat 3.8]
<sjg1> macromorgan: If that is video, then it should bind automatically if you have stdout set to vidconsole or "serial,vidconsole"
<Tartarus> and if it's not binding, check your dts?
hanetzer has joined #u-boot
torez has quit [Quit: torez]
<sjg1> macromorgan: Er, I mean probe automatically...as Tom says it needs to bind first ('dm tree -s' shows you)
<macromorgan> I'll figure it out one way or another. Is it weird I don't even care about lighting up the panel, I just want to be able to query the panel's model via DSI?
<macromorgan> need to set up the DSI and the DSI-DPHY drivers to do that though...
Wouter01006704 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01006704 has joined #u-boot
vagrantc has quit [Quit: leaving]
mmu_man has quit [Ping timeout: 252 seconds]
thopiekar has quit [Ping timeout: 260 seconds]
thopiekar_ has joined #u-boot
vagrantc has joined #u-boot
<hays> Im admittedly on a very old 2017 uboot but: cc1: error: unknown register name: x18 [-Werror]
<hays> any clue what this might mean?
<hays> CROSS_COMPILE="" ARCH=arm64 make orangepi_5_defconfig BL31=rk3588_bl31_v1.28.elf spl/u-boot-spl.bin u-boot.dtb u-boot.itb
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
<Tartarus> hays: ARCH= is harmful and you do want CROSS_COMPILE set to something
<Tartarus> you're building for armv8 but your compiler isn't
___nick___ has joined #u-boot
<hays> ahh yes i forgot i had to specify here in docker
<hays> these vendors don't give a lot of instructions do they
Leopold has joined #u-boot
Leopold has quit [Client Quit]
Leopold has joined #u-boot
Leopold has quit [Client Quit]
Leopold has joined #u-boot
EdSwarthout has quit [Ping timeout: 248 seconds]
_whitelogger has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
stefanro has joined #u-boot
stefanro has quit [Quit: Leaving.]
stefanro has joined #u-boot
goliath has joined #u-boot
ikarso has joined #u-boot
guillaume_g has joined #u-boot
persmule has quit [Ping timeout: 255 seconds]
persmule has joined #u-boot
frieder has joined #u-boot
mckoan|away is now known as mckoan
macromorgan has quit [Ping timeout: 248 seconds]
goliath has quit [Quit: SIGSEGV]
mrnuke has quit [Read error: Connection reset by peer]
wooosaiiii has quit [Quit: wooosaiiii]
wooosaiiii has joined #u-boot
naoki has quit [Quit: naoki]
sszy has joined #u-boot
sszy is now known as sszy_en_greve
enyc has quit [Ping timeout: 264 seconds]
goliath has joined #u-boot
goliath has quit [Client Quit]
goliath has joined #u-boot
monstr has joined #u-boot
vagrantc has quit [Quit: leaving]
alan_o has quit [Ping timeout: 252 seconds]
apritzel has joined #u-boot
alan_o has joined #u-boot
macromorgan has joined #u-boot
naoki has joined #u-boot
naoki has quit [Quit: naoki]
matthias_bgg has quit [Ping timeout: 248 seconds]
matthias_bgg has joined #u-boot
Wouter01006704 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01006704 has joined #u-boot
PhoenixMage has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
naoki has joined #u-boot
naoki has quit [Client Quit]
wooosaiiii1 has joined #u-boot
wooosaiiii has quit [Ping timeout: 256 seconds]
wooosaiiii1 is now known as wooosaiiii
Gravis has quit [Ping timeout: 252 seconds]
epoll has quit [Ping timeout: 248 seconds]
Gravis has joined #u-boot
epoll has joined #u-boot
Gravis has quit [Ping timeout: 265 seconds]
Gravis has joined #u-boot
wooosaiiii has quit [Ping timeout: 248 seconds]
wooosaiiii has joined #u-boot
wooosaiiii1 has joined #u-boot
wooosaiiii has quit [Ping timeout: 252 seconds]
wooosaiiii1 is now known as wooosaiiii
torez has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has quit [Ping timeout: 248 seconds]
guillaume_g has quit [Ping timeout: 264 seconds]
guillaume_g has joined #u-boot
matthias_bgg has quit [Quit: Leaving]
mmu_man has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
Wouter01006704 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01006704 has joined #u-boot
goliath has quit [Quit: SIGSEGV]
monstr has quit [Remote host closed the connection]
persmule has quit [Remote host closed the connection]
ikarso has quit [Quit: Connection closed for inactivity]
guillaume_g has quit [Quit: Konversation terminated!]
ikarso has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
goliath has joined #u-boot
persmule has joined #u-boot
mmu_man has joined #u-boot
Forty-Laptop has joined #u-boot
mckoan is now known as mckoan|away
rvalue has quit [Ping timeout: 252 seconds]
rvalue has joined #u-boot
Leopold has quit [Ping timeout: 252 seconds]
zibolo has quit [Ping timeout: 268 seconds]
zibolo has joined #u-boot
apritzel has quit [Ping timeout: 246 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
Forty-Laptop has quit [Ping timeout: 248 seconds]
sszy_en_greve has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
mmu_man has joined #u-boot
frieder has quit [Ping timeout: 248 seconds]
Wouter01006704 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter01006704 has joined #u-boot
vagrantc has joined #u-boot
<sjg1> Tartarus: I looked at things a bit more this morning but didn't make much progress. Still, I am beginning to think that we perhaps should have a CONFIG_PPL prefix for the Primary Program Loader / U-Boot Proper
<austriancoder> robher: sjg1: ramoops sound find .. would we want to use console or pmsg type for boot messages from U-Boot?
<sjg1> Tartarus: After all, what is so special about U-Boot proper, that it gets naming rights over everything?
<austriancoder> I am also interested to be able to read-out the current U-Boot version easily from user space to check if an update is needed.
<austriancoder> for this use case coreboot tables would also be a good fit .. https://github.com/coreboot/coreboot/blob/master/src/commonlib/include/commonlib/coreboot_tables.h#L36
<austriancoder> I am not sure how I could do this with ramoops
<Tartarus> sjg1: I fear that's going to mean we have a massive amount of duplication of symbols, which in turn points to Yamada-san being right (in so far as I recall his understanding / plan) and we need to not have 1 config for all the stages, but configs for each stage and something that brings that together
<Tartarus> But please do bring it to its logical end, shouldn't guess how it'll be when we can go and see it
ikarso has quit [Quit: Connection closed for inactivity]
Leopold has joined #u-boot
<sjg1> Tartarus: Well with what I have, we effectively have one config for each phase, just that it is all in one Kconfig tree. I'm not suggesting that the PPL things appear in Kconfig, just that they get generated in case they need to be used in the code
<sjg1> Tartarus: Will dig in a bit more in the morning. Current progress is here: https://source.denx.de/u-boot/custodians/u-boot-dm/-/pipelines/15019
Leopold has quit [Ping timeout: 255 seconds]
Leopold has joined #u-boot
ikarso has joined #u-boot
___nick___ has quit [Ping timeout: 248 seconds]
torez has quit [Quit: torez]
<sjg1> Anyway, separate defconfig files would not help, would it? We still have CONFIG_TEXT_BASE with two different values...but how does SPL get access to the PPL value in that scenario?
mthall has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
mthall has joined #u-boot
m5zs7k has quit [Remote host closed the connection]
m5zs7k has joined #u-boot
hanetzer has quit [Quit: WeeChat 3.8]
m5zs7k has quit [Ping timeout: 268 seconds]
m5zs7k has joined #u-boot
sakman has quit [Remote host closed the connection]
ikarso has quit [Quit: Connection closed for inactivity]
naoki has joined #u-boot
stefanro has quit [Ping timeout: 246 seconds]