Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.10 is OUT / Merge Window is OPEN until 25 October 2021 / Release v2022.01 is scheduled for 10 January 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
jwillikers has joined #u-boot
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
zibolo has quit [Ping timeout: 252 seconds]
zibolo has joined #u-boot
sdfgsdfgDropBear has joined #u-boot
sakman has joined #u-boot
vagrantc has quit [Ping timeout: 252 seconds]
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
jwillikers has quit [Remote host closed the connection]
sdfgsdfgDropBear has joined #u-boot
vagrantc has joined #u-boot
Rusty_Almighty has quit [Ping timeout: 245 seconds]
Rusty_Almighty has joined #u-boot
mmu_man has quit [Ping timeout: 250 seconds]
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
cambrian_invader has quit [Ping timeout: 246 seconds]
sdfgsdfgDropBear has joined #u-boot
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
cambrian_invader has joined #u-boot
sdfgsdfgDropBear has joined #u-boot
sdfgsdfgDropBear has quit [Client Quit]
fdanis_away is now known as fdanis
guillaume_g has joined #u-boot
frieder has joined #u-boot
sszy has joined #u-boot
vagrantc has quit [Quit: leaving]
mckoan|away is now known as mckoan
agust has joined #u-boot
<mwalle> sjg1: mh, but that has the same problem, i need to access the hardware to decide which one should be bound, which isn't allowed in the bind methods, right?
sdfgsdfgDropBear has joined #u-boot
gsz has joined #u-boot
matthias_bgg has joined #u-boot
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
sakman_ has joined #u-boot
sakman has quit [Remote host closed the connection]
milkylainen has quit [Quit: Ping timeout (120 seconds)]
milkylainen_ has quit [Quit: Ping timeout (120 seconds)]
milkylainen has joined #u-boot
<milkylainen> sjg1: Sorry about lack of feedback on U-boot and UEFI services. I think I got a window to test your work now.
<marex> mrnuke: what ?
<marex> => mtd help
<marex> data abort
<marex> pc : [<3ff73a9a>] lr : [<3ff685d1>]
<marex> damn
swiftgeek has quit [Ping timeout: 252 seconds]
milkylainen has quit [Quit: Ping timeout (120 seconds)]
milkylainen has joined #u-boot
wooosaii has quit [*.net *.split]
tlwoerner has quit [*.net *.split]
joaoSchim__ has quit [*.net *.split]
biot has quit [*.net *.split]
mkstr has quit [*.net *.split]
mthall has quit [*.net *.split]
<milkylainen> whatsup with the liberia net nowdays. About as stable as a house of cards.
wooosaii has joined #u-boot
joaoSchim__ has joined #u-boot
mkstr has joined #u-boot
biot has joined #u-boot
tlwoerner has joined #u-boot
mthall has joined #u-boot
mthall has quit [Max SendQ exceeded]
mthall has joined #u-boot
swiftgeek has joined #u-boot
<marex> milkylainen: facebook is down aftermath ?
HubiVanKanubi has joined #u-boot
gsz has quit [Quit: leaving]
sdfgsdfgDropBear has joined #u-boot
<marex> OK, the U-Boot CI test.py failure output is just useless garbage
<marex> if I look at this https://source.denx.de/u-boot/custodians/u-boot-socfpga/-/jobs/331137 vomit ... I cannot tell at all what failed or how to reproduce the failure to debug it
<marex> all I see is a wall of churn
<marex> lukma: test/py/tests/test_efi_capsule/test_capsule_firmware.py: 'env set dfu_alt_info "sf 0:0=u-boot-bin raw 0x100000 0x50000;u-boot-env raw 0x150000 0x200000"',
<marex> this looks nonsensical to me, the dfu_alt_info value
swiftgeek has quit [Ping timeout: 246 seconds]
swiftgeek has joined #u-boot
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
sdfgsdfgDropBear has joined #u-boot
<marex> OK, after wasting hours trying to reproduce the failure locally (because hey, there is no documentation), I learn that the test.py emits the exact same useless log spam
<marex> there is literally zero useful information in the output like
<marex> "this is how the problem was triggered"
<marex> I really utterly hate this test.py stuff, it really is just frustrating cryptic and totally demotivating
<marex> if this is what should motivate people to write tests, well ... it is total failure
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
mmu_man has joined #u-boot
mckoan is now known as mckoan|away
jwillikers has joined #u-boot
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
<__ad> can i select a fdt@x of a fitimage to be used without creating additional configuration ?
<marex> addr:<subimg_uname> - direct component image specification
<marex> see help bootm
sdfgsdfgDropBear has joined #u-boot
<marex> mrnuke: https://lwn.net/Articles/864174/ omigosh look
<__ad> marex, thanks ... mmm i am always getting "Could not find subimage node type 'kernel'"
<__ad> is it bootm ${loadaddr}:fdt@2 ?
clarity_ is now known as clarity
torez has joined #u-boot
<mrnuke> marex: I learn about new chips by reading patches. nice
<marex> __ad: fdt@2 no longer works, you must use fdt-2 and you must also fix all your build systems and everything
<__ad> marex, only syntax that works on this 2020.04 is bootm ${loadaddr}:kernel@1 ${loadaddr}:ramdisk@1 ${loadaddr}:fdt@2
<marex> __ad: is that what NXP distributes now ?
jwillikers has quit [Ping timeout: 252 seconds]
smartin has joined #u-boot
<__ad> marex, it's a variscite u-boot
swiftgeek has quit [Ping timeout: 268 seconds]
<sjg1> mwalle: It is hard for me to comment without seeing some code reference or patches. You could try returning -ENODEV in the probe() method instead
<sjg1> marex: It seems to do that when U-Boot crashes, although it would be much better if it actually said so. Also, spitting out all the code around it doesn't seem useful to me
<sjg1> marex: Here is my script for running pytests on sandbox:
tnovotny has joined #u-boot
<marex> sjg1: I dont care about your script which you have somewhere on your disk
<marex> sjg1: read the above again, maybe you will realize what the problem with u-boot CI and test.py is
<marex> currently. if CI fails, you get a thousand lines of churn which are useless
<marex> if you want to reproduce the problem easily, you cant
swiftgeek has joined #u-boot
tnovotny has quit [Quit: Leaving]
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
milkylainen_ has joined #u-boot
sdfgsdfgDropBear has joined #u-boot
sakman_ is now known as sakman
Rusty_Almighty has quit [Ping timeout: 264 seconds]
macromorgan has joined #u-boot
macromorgan has quit [Killed (platinum.libera.chat (Nickname regained by services))]
matthias_bgg has quit [Ping timeout: 246 seconds]
HubiVanKanubi has quit [Quit: Leaving]
Rusty_Almighty has joined #u-boot
matthias_bgg has joined #u-boot
frieder has quit [Remote host closed the connection]
sdfgsdfgDropBear has quit [Quit: sdfgsdfgDropBear]
<sjg1> marex: I agree with you...note I did not write it and I know it can be improved
<sjg1> marex: Normally I run the sandbox tests directly (i.e. not through the pytest framework)
<sjg1> marex: The useless output annoys me too
redbrain has joined #u-boot
<mrnuke> oh! oh! Two annoyed developers! Popcorn time?
guillaume_g has quit [Quit: Konversation terminated!]
torez has quit [Ping timeout: 268 seconds]
fdanis is now known as fdanis_away
torez has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
matthias_bgg has quit [Ping timeout: 268 seconds]
torez has quit [Ping timeout: 250 seconds]
torez has joined #u-boot
redbrain has quit [Ping timeout: 252 seconds]
smartin has quit [Quit: smartin]
torez has quit [Remote host closed the connection]
agust has quit [Quit: Leaving.]
srk has quit [Ping timeout: 260 seconds]
srk has joined #u-boot