alperak has quit [Quit: Connection closed for inactivity]
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 276 seconds]
_whitelogger has joined #u-boot
levitating has quit [Ping timeout: 276 seconds]
hanetzer has quit [Ping timeout: 252 seconds]
hanetzer has joined #u-boot
alpernebbi has quit [Ping timeout: 248 seconds]
alpernebbi has joined #u-boot
persmule has quit [Remote host closed the connection]
vagrantc has joined #u-boot
vagrantc has quit [Quit: leaving]
averymt_ has quit [Quit: Quit]
clamor has joined #u-boot
crb has quit [Quit: This computer has gone to sleep]
crb has joined #u-boot
alperak has joined #u-boot
joeskb7 has quit [Ping timeout: 248 seconds]
gsz has joined #u-boot
joeskb7 has joined #u-boot
gsz has quit [Ping timeout: 252 seconds]
haritz has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
gsz has joined #u-boot
gsz has quit [Ping timeout: 244 seconds]
vardhan has joined #u-boot
gsz has joined #u-boot
warpme has joined #u-boot
goliath has joined #u-boot
ldevulder has joined #u-boot
naoki has quit [Ping timeout: 252 seconds]
monstr has joined #u-boot
Poltawer has joined #u-boot
LeSpocky has joined #u-boot
gsz has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
memset has quit [Remote host closed the connection]
memset has joined #u-boot
sszy has joined #u-boot
<LeSpocky>
hello
prabhakalad has quit [Ping timeout: 268 seconds]
<LeSpocky>
can anyone tell me what `mdio rx` expects as <phydev> arg? tried everything from plain numbers, 'eth0' etc., name as shown by `mdio list` but I always get "is not a known ethernet"
clamor has quit [Ping timeout: 252 seconds]
clamor has joined #u-boot
prabhakalad has joined #u-boot
<LeSpocky>
just want to read some mmd register from a ksz9131 phy
Poltawer has quit [Quit: WeeChat 4.6.3]
mmu_man has quit [Ping timeout: 252 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
gsz has joined #u-boot
gsz has quit [Ping timeout: 244 seconds]
mmu_man has joined #u-boot
ikarso has joined #u-boot
ldevulder has quit [Ping timeout: 252 seconds]
memset has quit [Remote host closed the connection]
memset has joined #u-boot
jfsimon has quit [Remote host closed the connection]
jfsimon has joined #u-boot
jfsimon has quit [Max SendQ exceeded]
jfsimon has joined #u-boot
vardhan_ has joined #u-boot
clamor has quit [Read error: Connection reset by peer]
vardhan has quit [Ping timeout: 248 seconds]
clamor has joined #u-boot
ldevulder has joined #u-boot
persmule has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
haritz has quit [Remote host closed the connection]
haritz has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
mmu_man has quit [Ping timeout: 252 seconds]
<pivi>
is there any trivial way to get the kaslr-seed add to the DT on TI K3 platform? On i.MX is just a matter of enabling DM_RNG
<pivi>
NishanthMenon: thanks, I gonna try. Any reason this is not enabled on the TI SK boards in the defconfig ?
<NishanthMenon>
I guess no one screamed for it in defaults. further, there is a thought among some folks that uboot defaults should be optee independent..
vfazio has quit [Remote host closed the connection]
<pivi>
NishanthMenon: hehe, understood. I was screamed because we have KASLR disabled ;-)
<NishanthMenon>
;)
mmu_man has joined #u-boot
<NishanthMenon>
We should probably enable it as a fragment
<NishanthMenon>
Easier for folks to remove if non optee
vfazio has joined #u-boot
prabhakar has joined #u-boot
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #u-boot
prabhakar has quit [Ping timeout: 268 seconds]
gsz has joined #u-boot
<apalos>
pivi: that message only comes up from EFI
<apalos>
and it basically says you dont have the EFI_RNG protocol installed
<apalos>
which is what the kernel using to plug in ASLR,
<apalos>
the kasr-seed in the chosen-node/ is kind of ignored
<apalos>
(partially not entirely)
<apalos>
so if you boot with EFI the only thing you need to do to enable it, is enable any RNG hardware
memset has quit [Remote host closed the connection]
memset has joined #u-boot
bjoto` is now known as bjoto
memset has quit [Remote host closed the connection]
memset has joined #u-boot
<monstr>
Tartarus:sjg1: Is there a way to use bind/probe devices without using OF in full u-boot? Our mini configurations are getting bigger and bigger and looking for a way how to make them smaller by disabling all logic around DT.
<catcream>
hey, does bootflow scan -lb find boot.scr on btrfs subvolumes? Or should I just use ext4?
mmu_man has joined #u-boot
<Tartarus>
A dang good question, are you trying and it's failing? I don't know how great and featureful our btrfs support is, and then a follow-up of on if anything "special" like subvolumes works with it in general, or how bootflow digs at it
goliath has quit [Quit: SIGSEGV]
dsimic has quit [Ping timeout: 268 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
gsz has quit [Ping timeout: 252 seconds]
dsimic has joined #u-boot
vagrantc has joined #u-boot
<catcream>
Tartarus: I'll try now :)
<catcream>
there's a btrsubvol command at least it seems
<ja_02>
what was the line in the makefile that was commented out?
<ja_02>
also Linux still uses -std=gnu11 which is what u-boot uses
memset has quit [Remote host closed the connection]
memset has joined #u-boot
hanetzer has quit [Ping timeout: 248 seconds]
hanetzer has joined #u-boot
mrnuke has joined #u-boot
<Tartarus>
Ah good, thanks ja_02
per1cycle has quit [Quit: Ping timeout (120 seconds)]
<ja_02>
too bad yesconfig doesnt work, but we can check a bunch of the configs like this
<ja_02>
alyesconfig*
teejay_ has joined #u-boot
teejay has quit [Ping timeout: 245 seconds]
sally has joined #u-boot
<marex>
ja_02: isnt there also some randconfig ?
sally has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
sally has joined #u-boot
sally has quit [Remote host closed the connection]
sally has joined #u-boot
sally has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
<ja_02>
yes i didnt try it tho. i was just looking for the fastest was to test all the configs im not sure how fast randconfig will chose all the options. and the in tree defconfigs should work and randconfig may fail
<apalos>
it shouldnt matter tbh. make for qemu locally should fix 70% of those errors. The run it on the CI and fix the rest
sally_ has joined #u-boot
<apalos>
but if someone starts caring please send patches, we can slowly clean up that mess and enable the flags
sally_ has quit [Changing host]
sally_ has joined #u-boot
sally_ is now known as sally
vagrantc has quit [Quit: leaving]
sally has quit [Ping timeout: 260 seconds]
sally_ has joined #u-boot
sally_ has quit [Changing host]
sally_ has joined #u-boot
sally_ is now known as sally
sally has quit [Quit: ZNC 1.9.1+deb2+b3 - https://znc.in]
sally has joined #u-boot
<Tartarus>
Yeah, what apalos said. For most of these the first case is that qemu* and sandbox* fail quite quickly with CONFIG_WERROR=y :)
<Tartarus>
Once that's addressed, then doing a full CI build, and once that's addressed, it's on the same pile as "make allyesconfig" link