Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.04, v2023.07-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2023.07 is scheduled for 03 July 2023 / Channel archives at https://libera.irclog.whitequark.org/u-boot
apritzel_ has quit [Ping timeout: 240 seconds]
thopiekar has quit [Ping timeout: 246 seconds]
thopiekar has joined #u-boot
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
mncheck has quit [Ping timeout: 265 seconds]
sbach has quit [Read error: Connection reset by peer]
thopiekar_ has joined #u-boot
thopiekar has quit [Ping timeout: 264 seconds]
sbach has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
monstr has joined #u-boot
mncheck has joined #u-boot
goliath has joined #u-boot
guillaume_g has joined #u-boot
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
runcom has joined #u-boot
frieder has joined #u-boot
ldevulder has joined #u-boot
runcom has quit [Ping timeout: 264 seconds]
sszy has joined #u-boot
ikarso has joined #u-boot
nikhilmj has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
ilunev has joined #u-boot
mmu_man has joined #u-boot
ldevulder has quit [Quit: Leaving]
tlwoerner has joined #u-boot
d-s-e has joined #u-boot
rockosov has quit [Ping timeout: 268 seconds]
rockosov has joined #u-boot
ldevulder has joined #u-boot
naoki has quit [Quit: naoki]
d-s-e has quit [Ping timeout: 240 seconds]
mmu_man has quit [Ping timeout: 240 seconds]
prabhakarlad has quit [Quit: Client closed]
nikhilmj has quit [Quit: Client closed]
runcom has joined #u-boot
runcom has quit [Ping timeout: 240 seconds]
d-s-e has joined #u-boot
runcom has joined #u-boot
runcom has quit [Client Quit]
mmu_man has joined #u-boot
mncheck has quit [Read error: Connection reset by peer]
camus has quit [Ping timeout: 240 seconds]
ikarso has quit [Quit: Connection closed for inactivity]
<bryanb> Tartarus: Morning! do you want me to respin this https://patchwork.ozlabs.org/project/uboot/patch/20230427192642.1115224-1-bb@ti.com/
<bryanb> to take in NishanthMenon 's comments?
<NishanthMenon> bryanb: https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git/log/?h=ti-k3-dts-next -> I think vignesh is trying to get it in the rc cycle..
<NishanthMenon> bryanb: oops.. wrong thread.. my bad. please address my comments.
<bryanb> NishanthMenon: sweet! I can do that :)
camus has joined #u-boot
d-s-e has quit [Ping timeout: 240 seconds]
mncheck has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
stefanro has quit [Quit: Leaving.]
FergusL has quit [Read error: Connection reset by peer]
FergusL has joined #u-boot
<rfs613> marex: how is the grey matter doing today?
___nick___ has joined #u-boot
<marex> rfs613: its dead, Jim
<marex> rfs613: what's up?
<rfs613> marex: well you better get Bones to take a look at it then ;-)
<rfs613> marex: about the last three lines in arch/arm/mach-rmobile/Makefile
d-s-e has joined #u-boot
d-s-e has quit [Client Quit]
<rfs613> it looks like you added them around 2019.07
<rfs613> sjg1 made a change in 2020.10 but it's just renaming of variables
* marex looks
<marex> rfs613: lemme set up a build of something first
<rfs613> ok
<marex> oh the sreccat goo
<marex> rfs613: so, what about it ?
<rfs613> the intention of those lines is to check if srec_cat is available, and if so, to build the *.scif format.
<rfs613> and the logic is perfectly fine, however, it turns out that INPUTS-y already contains the *.scif format
<rfs613> so the check is ineffective, it will call srec_cat regardless... and if srec_cat is not installed, the build will fail.
<rfs613> you can see it for example building for eagle board.
goliath has quit [Quit: SIGSEGV]
<marex> rfs613: if you could figure out how to not do any .scif file and rather assemble the same with just compiler+linker, that would be great
mmu_man has quit [Ping timeout: 264 seconds]
<rfs613> marex: part of the issue is CONFIG_SPL_TARGET in common/spl/Kconfig, which defaults to enable .scif for RCAR_GEN3
<rfs613> that in turn leads to it being added to INPUT-y in the top-level Makefile
<rfs613> I agree that using assembler would be nice instead of inserting the binary. As for using the linker to generate the image, I can take a stab at it, but I cannot test (don't have hardware) and suspect i will not end up with a binary that is identical to the .scif
<rfs613> out of the the ~20 renesas boards which have defconfigs in the tree, this affects all but 4 of them, btw.
<marex> if you end up with the same .srec file, then great
<rfs613> it seems the .scif depends on the .srec, or am I misreading things?
<marex> btw I dont see any INPUT-y anywhere
<marex> it does, the .scif is just srec+header
<rfs613> marex: it is line 993 in the top-level Makefile that adds the .scif to INPUT-y
<rfs613> INPUTS-$(CONFIG_SPL) += $(CONFIG_SPL_TARGET:"%"=%)
<rfs613> because both CONFIG_SPL=y and CONFIG_SPL_TARGET="spl/u-boot-spl.scif"
<rfs613> for most of the renesas boards
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
<marex> rfs613: ha ...
<marex> sigh
torez has joined #u-boot
NishanthMenon[m] has joined #u-boot
ldevulder has quit [Quit: Leaving]
mmu_man has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
goliath has joined #u-boot
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
FergusL has joined #u-boot
FergusL has quit [Changing host]
frieder has quit [Remote host closed the connection]
vagrantc has joined #u-boot
Gravis has joined #u-boot
Gravis has quit [Ping timeout: 240 seconds]
Gravis has joined #u-boot
monstr has quit [Remote host closed the connection]
Hypfer has joined #u-boot
<Hypfer> Hi, quick question: Is it possible to store the output of a u-boot shell command in a variable?
torez has quit [Remote host closed the connection]
slobodan has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
ilunev has quit [Quit: Textual IRC Client: www.textualapp.com]
<marex> Hypfer: in general, no, but the hush 2021 update might bring support for it
<marex> Hypfer: what is your use case exactly ?
<Hypfer> marex aah okay that explains that. I was a bit confused as the https://hush-shell.github.io/cmd/capture.html docs do state that it should be possible but I wasn't sure if that is even the same hush shell
<Hypfer> just curiosity basically. I'm quite impressed by what is possible with u-boot
<marex> Hypfer: no, pipes and redirections are not implemented by the U-Boot built-in hush fork
<marex> Hypfer: but there are patches posted to update the hush to newer one
<marex> so try, pick it up, apply and e.g. run in sandbox
<marex> make sandbox_defconfig ; make -j`nproc` ; ./u-boot -D
<Hypfer> thanks!
<marex> Hypfer: sure
mmu_man has quit [Ping timeout: 256 seconds]
goliath has quit [Quit: SIGSEGV]
mmu_man has joined #u-boot
apritzel_ has joined #u-boot
<Tartarus> marex: I gave 'em all to you in patchwork, include in your next PR vs -next
goliath has joined #u-boot
___nick___ has quit [Ping timeout: 240 seconds]
slobodan has quit [Read error: Connection reset by peer]
<marex> Tartarus: I won't apply my own patches ffs, that's wrongness
<marex> Tartarus: can you at least review them and provide AB/RB ?
<Tartarus> marex: ok
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
rockworld has quit [Quit: it was nice to meet you peace]
<bryanb> go /lcpd
<bryanb> Oops that's not how you jump buffers :$
WoC` has quit [Ping timeout: 240 seconds]
vagrantc has quit [Quit: leaving]
iprusov has quit [Quit: WeeChat 3.5]
iprusov has joined #u-boot
rfs613 has quit [Ping timeout: 240 seconds]
rfs613 has joined #u-boot
goliath has quit [Quit: SIGSEGV]
vagrantc has joined #u-boot
mncheck has quit [Ping timeout: 240 seconds]
vagrantc has quit [Quit: leaving]