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-rc2 / Merge Window is CLOSED, next branch is OPEN / Release v2023.04 is scheduled for 2023-04-03 / Channel archives at https://libera.irclog.whitequark.org/u-boot
xypron has joined #u-boot
Wouter010067044 has joined #u-boot
ccf has quit [Ping timeout: 264 seconds]
WoC has quit [Remote host closed the connection]
WoC has joined #u-boot
swiftgeek has quit [Ping timeout: 255 seconds]
swiftgeek has joined #u-boot
alpernebbi has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
swiftgeek has quit [Ping timeout: 248 seconds]
swiftgeek has joined #u-boot
mmu_man_ has quit [Ping timeout: 252 seconds]
swiftgeek has quit [Ping timeout: 255 seconds]
swiftgeek has joined #u-boot
thopiekar has joined #u-boot
GNUtoo has quit [Ping timeout: 255 seconds]
GNUtoo has joined #u-boot
persmule has quit [Remote host closed the connection]
stefanro has joined #u-boot
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
rvalue has quit [Quit: ZNC - https://znc.in]
rvalue has joined #u-boot
ikarso has joined #u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
Leopold_ has quit []
Leopold has joined #u-boot
goliath has joined #u-boot
guillaume_g has joined #u-boot
<marex> Tartarus: I have two questions
<marex> Tartarus: what do you say we enable LTO by default ?
<marex> Tartarus: what do you say we enable DTO by default ?
camus1 has joined #u-boot
camus has quit [Ping timeout: 268 seconds]
camus1 is now known as camus
Leopold has quit [Ping timeout: 255 seconds]
mncheck has joined #u-boot
jaganteki has joined #u-boot
persmule has quit [Remote host closed the connection]
Leopold has joined #u-boot
ebach has joined #u-boot
naoki has quit [Ping timeout: 260 seconds]
frieder has joined #u-boot
manchaw has joined #u-boot
ldevulder has joined #u-boot
mckoan|away is now known as mckoan
sszy has joined #u-boot
apteryx has quit [Ping timeout: 260 seconds]
cbmuser_ is now known as cbmuser
persmule has joined #u-boot
apteryx has joined #u-boot
mmu_man has joined #u-boot
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
<hanetzer> DTO? Never heard of that one.
<marex> hanetzer: DT overlay
<hanetzer> ah
<marex> hanetzer: you can add (but not remove) extra stuff on top of existing DT by applying a ~~DT fragment on it, see 'fdt apply' in u-boot
<marex> hanetzer: its kinda-of like applying a patch on DT at runtime
<hanetzer> yeh, I know what they are, but I've always seen it in 'file' format with the suffix *.dtbo, and paired with LTO, I thought it was some compiler optimization I didn't know of.
d-s-e has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
ccf has joined #u-boot
Rahix has quit [Quit: ZNC - https://znc.in]
jaganteki has quit [Ping timeout: 260 seconds]
naoki has joined #u-boot
Rahix has joined #u-boot
mncheck has quit [Remote host closed the connection]
Wouter010067044 has quit [Quit: Ping timeout (120 seconds)]
Wouter010067044 has joined #u-boot
jaganteki has joined #u-boot
jaganteki has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
d-s-e has quit [Ping timeout: 248 seconds]
prabhakarlad has quit [Quit: Client closed]
mmu_man has quit [Ping timeout: 268 seconds]
ccf has quit [Ping timeout: 265 seconds]
naoki has quit [Quit: naoki]
d-s-e has joined #u-boot
mmu_man has joined #u-boot
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
<rfs613> having sent out several versions of a patch series as RFC, what is the process for the "final" version? Drop the RFC presumably.. and also go back to v1?
<Forty-Bot> keep the numbering, drop the rfc
<macromorgan> are there any boards with a working external DSI-DPHY in U-Boot? I need to get something going with a DSI/DSI-DPHY combination... curiously enough I don't care if I can actually display an image I just need to query the panel with DSI commands
ikarso has quit [Quit: Connection closed for inactivity]
<rfs613> Forty-Bot: thanks
zibolo has quit [Ping timeout: 260 seconds]
zibolo has joined #u-boot
prabhakarlad has joined #u-boot
goliath has quit [Quit: SIGSEGV]
hanetzer has quit [Ping timeout: 248 seconds]
hanetzer has joined #u-boot
jaganteki has joined #u-boot
macromorgan has quit [Quit: Leaving]
goliath has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
macromorgan has joined #u-boot
manchaw has quit [Quit: Connection closed for inactivity]
frieder has quit [Remote host closed the connection]
d-s-e has quit [Quit: Konversation terminated!]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 248 seconds]
mckoan is now known as mckoan|away
vagrantc has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ccf has joined #u-boot
* rfs613 having some teething trouble with binman
<rfs613> i've created <dts>-u-boot.dtsi and I can see its contents are being added to u-boot.dtb
<rfs613> but nomatter what -b and -I options I try, binman just says: No such file or directory: 'b/.../u-boot.dtb'
<rfs613> where does the 'b' come from? my u-boot.bin is at the top level of the U-boot tree...
mmu_man has joined #u-boot
<rfs613> mkdir b; ln -s ../u-boot.dtb b/u-boot.dtb; binman -b .
<rfs613> that hack at least gets it reading my dtb file...
<rfs613> aha, I guess I should be using -d instead of -b....
mmu_man has quit [Ping timeout: 268 seconds]
Pali has joined #u-boot
ccf has quit [Ping timeout: 260 seconds]
___nick___ has joined #u-boot
mmu_man has joined #u-boot
jaganteki has quit [Quit: Client closed]
<rfs613> sjg1: any reason why patman "-d DT" option is only mentioned in the README but not in the output of "binman build --help" ?
<rfs613> hmm, never mind, it is there, I was mixing up the global help and the per-command help.
thopiekar has quit [Ping timeout: 255 seconds]
ebach has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
goliath has quit [Quit: SIGSEGV]
guillaume_g has quit [Quit: Konversation terminated!]
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
thopiekar has quit [Ping timeout: 246 seconds]
thopiekar has joined #u-boot
paulbarker has quit []
<Tartarus> marex: Well, lemme see what the size growth is finally
<marex> Tartarus: with which one, LTO or DTO ?
<Tartarus> ... honestly thought you were being cheeky and said DTO twice :)
<Tartarus> DTO has a patch, reviewing now
<Tartarus> LTO, uh
<marex> oh? someone flipped the default finally ?
paulbarker has joined #u-boot
goliath has joined #u-boot
<Tartarus> marex: A concern with LTO=y for everyone, or at least lets say all ARM (where it's more well individually tested) is that Azure might then blow up on job time taking too long as linking is longer
<Tartarus> I will give a run a go and see what happens
wkawka has joined #u-boot
___nick___ has quit [Ping timeout: 260 seconds]
Wouter010067044 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067044 has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
wkawka has quit [Quit: Client closed]
<marex> Tartarus: OK
ldevulder has quit [Ping timeout: 256 seconds]
Pali has left #u-boot [#u-boot]
prabhakarlad has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot