jclsn1007 has quit [Quit: Ping timeout (120 seconds)]
jclsn1007 has joined #u-boot
jclsn1007 has quit [Ping timeout: 260 seconds]
thopiekar has quit [Ping timeout: 272 seconds]
jclsn1007 has joined #u-boot
thopiekar has joined #u-boot
jclsn1007 has quit [Ping timeout: 272 seconds]
jclsn1007 has joined #u-boot
jclsn1007 has quit [Ping timeout: 246 seconds]
jclsn1007 has joined #u-boot
jclsn10074 has joined #u-boot
jclsn1007 has quit [Ping timeout: 246 seconds]
jclsn10074 has quit [Ping timeout: 246 seconds]
jclsn10074 has joined #u-boot
jclsn10074 has quit [Ping timeout: 246 seconds]
jclsn10074 has joined #u-boot
jclsn10074 has quit [Ping timeout: 260 seconds]
jclsn10074 has joined #u-boot
jclsn10074 has quit [Quit: Ping timeout (120 seconds)]
jclsn10074 has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
redbrain has joined #u-boot
torez has joined #u-boot
stefanro has quit [Ping timeout: 256 seconds]
stefanro has joined #u-boot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
guillaume_g has joined #u-boot
mckoan|away is now known as mckoan
mps has quit [*.net *.split]
swiftgeek has quit [*.net *.split]
urja has quit [*.net *.split]
jtf has quit [*.net *.split]
Rondom has quit [*.net *.split]
pbrobinson has quit [*.net *.split]
hays has quit [*.net *.split]
ndesaulniers has quit [*.net *.split]
kabel has quit [*.net *.split]
hays has joined #u-boot
Rondom has joined #u-boot
mps has joined #u-boot
ndesaulniers has joined #u-boot
pbrobinson has joined #u-boot
swiftgeek has joined #u-boot
kabel has joined #u-boot
urja has joined #u-boot
jtf has joined #u-boot
derRichard has quit [*.net *.split]
hurricos has quit [*.net *.split]
smurray has quit [*.net *.split]
j`ey has quit [*.net *.split]
j`ey has joined #u-boot
smurray has joined #u-boot
hurricos has joined #u-boot
derRichard has joined #u-boot
frieder has joined #u-boot
frieder has quit [Read error: Connection reset by peer]
frieder has joined #u-boot
frieder has quit [Read error: Connection reset by peer]
frieder has joined #u-boot
sstiller has joined #u-boot
joaoSchim_ has quit [Remote host closed the connection]
sstiller has quit [Read error: Connection reset by peer]
zibolo has joined #u-boot
matthias_bgg has joined #u-boot
mripard has joined #u-boot
mripard has quit [Quit: leaving]
sszy has joined #u-boot
mripard has joined #u-boot
mripard has quit [Quit: leaving]
apritzel has joined #u-boot
mmu_man has joined #u-boot
mripard has joined #u-boot
mripard_ has joined #u-boot
mripard_ has quit [Client Quit]
mmu_man has quit [Ping timeout: 272 seconds]
mmu_man has joined #u-boot
monstr has joined #u-boot
LetoThe2nd has joined #u-boot
<LetoThe2nd>
howdy! i'm trying to get the meerkat96 board up, and while u-boot technically builds and boots, the environment is completely empty. is this actually by intention?
cambrian_invader has quit [Ping timeout: 240 seconds]
rhadye has joined #u-boot
sbach has quit [Ping timeout: 260 seconds]
dwrice0 has quit [Ping timeout: 246 seconds]
ilunev has joined #u-boot
sbach has joined #u-boot
<Tartarus>
Unlikely. Lets see...
<Tartarus>
Or, well
<Tartarus>
It's super tiny, but no, not 100% empty
<paulbarker>
Building the new release I'm seeing: arch/arm/dts/am335x-boneblack.dtb: Warning (interrupts_extended_property): /ocp/usb@47400000/usb@47401000: Missing property '#interrupt-cells' in node /ocp/i2c@44e0b000/tps@24 or bad phandle (referred from interrupts-extended[2])
<paulbarker>
The file containing both the reference and the target (arch/arm/dts/am335x-bone-common.dtsi) hasn't changed in a while
<paulbarker>
It also matches what's in the latest Linux kernel sources
<paulbarker>
Are we doing more dtb validation now?
<Tartarus>
Interesting to see what that bisects out to
<paulbarker>
Tartarus: I'll give it a look
<paulbarker>
The fix may simply be to add `#interrupt-cells = <1>` to the tps node but worth looking where the warning starts to appear
jclsn has joined #u-boot
<paulbarker>
Tartarus: Ok this is strange, may be a local issue. I get the same warning building v2021.10 where I haven't seen it before. I'll do some more digging here
<Tartarus>
ah, ok
dwrice0 has joined #u-boot
<marex>
paulbarker: grep interrupt.cells .config
<marex>
paulbarker: maybe some config side filtering out of interrupt-cells ?
dwrice0_ has quit [Ping timeout: 246 seconds]
<paulbarker>
marex: That's not showing anything
kmcopper has quit [Quit: kmcopper]
<MrSaturn>
Is anyone here familiar with CONFIG_ARP_TIMEOUT?
<paulbarker>
The `#interrupt-cells` property is present in the Linux kernel tps65217.dtsi, adding it in u-boot fixes the warning
<Tartarus>
Was it un-synced at some point, or just needing to be resynced?
<paulbarker>
Tartarus: In u-boot the file hasn't been modified since it was added in 2014. In Linux the interrupt controller properties were added in 2016. No idea why I'm just seeing this now
<Tartarus>
Yeah, sounds right :\
<paulbarker>
It's probably not urgent in that case haha
<paulbarker>
But worth a patch to go into the next release
<Tartarus>
I keep hoping / asking for wider re-sync of the am33xx stuff, yeah
<paulbarker>
Tartarus: I've looked at it before but I remember running into some issues resyncing it. I'll see what I can do this time
<Tartarus>
Probably that it gets fairly wide fairly quick and covers all of the non-k2/davinci 32bit TI platforms
<paulbarker>
Do we just want to match dtbs with the kernel sources (where possible) even if u-boot doesn't use the extra nodes/files?
<Tartarus>
Yes, we want to have unmodified imports and changes in -u-boot.dtsi
<Tartarus>
including /delete/ or whatever that keyword is, if really needed
<Tartarus>
The likely hiccup is going to be on node renames too
<paulbarker>
Ok. Not sure if I can get all the way in one go but I'll see what I can do
<Tartarus>
but that's less of a problem on 32bit where they haven't been fixed in upstream linux either yet
<Tartarus>
or just starting to at least
<Tartarus>
thanks
<paulbarker>
Certainly tps dtsi files, our sancloud files, etc I can sync
<paulbarker>
I've got some dtb selection patches to submit so working in this area anyway
<Tartarus>
Progress is good
Mike23 has joined #u-boot
mmu_man has quit [Quit: Lost terminal]
ladis has joined #u-boot
<beanbag->
mother of canuck
<beanbag->
I was going to get some of the flash chips that my dht-walnut board uses in case a flashing goes wrong
<beanbag->
but seems they are long out of production and hard to find
<beanbag->
well found some from china but $13 each :/
apritzel has joined #u-boot
torez has quit [Remote host closed the connection]
mmu_man has joined #u-boot
<beanbag->
oh cool there is a dht-walnut profile for qemu so I can test everything to death before puttig it on the actual hw