Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.07.02, v2023.10-rc2 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2023.10 is scheduled for 02 October 2023 / Channel archives at https://libera.irclog.whitequark.org/u-boot
qschulz has quit [Read error: Connection reset by peer]
qschulz has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
mmu_man has quit [Ping timeout: 245 seconds]
thopiekar has quit [Ping timeout: 244 seconds]
thopiekar has joined #u-boot
LeSpocky has quit [Ping timeout: 245 seconds]
LeSpocky has joined #u-boot
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #u-boot
persmule has quit [Remote host closed the connection]
<ex-parrot> hi all. I'm runnign in to trouble trying to enable NAND env support on a board that doesn't use it by default. I've got the NAND working, can boot from it, read/write, list partitions etc. I enabled ENV_IS_ON_NAND but when I "env select NAND" I get "priority not found"
<ex-parrot> what am I missing here
<ex-parrot> the only other env I have enabled is "nowhere" which is working
<ex-parrot> tried on 2023.7 and the latest master
sukrutb has joined #u-boot
soxrok2212_ has quit [Read error: Connection reset by peer]
soxrok2212 has joined #u-boot
mwalle has quit [Quit: WeeChat 3.0]
<ex-parrot> hmm, getting the same "priority not found" trying to do env on ubi as well. there must be something dumb I'm doing here :P
stipa has quit [Ping timeout: 245 seconds]
Clamor has joined #u-boot
Clamor has quit [Client Quit]
stipa has joined #u-boot
pavelow has quit [Quit: Leafing - Like a tree]
pavelow has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
sukrutb has quit [Ping timeout: 246 seconds]
pavelow has quit [Quit: Leafing - Like a tree]
pavelow has joined #u-boot
sng has joined #u-boot
Leopold has quit [Ping timeout: 256 seconds]
DrPatater has quit [Quit: Explodes into a thousand pieces]
DrPatater has joined #u-boot
sng has quit [Remote host closed the connection]
goliath has joined #u-boot
naoki has joined #u-boot
Clamor has joined #u-boot
mmu_man has joined #u-boot
valdemaras has joined #u-boot
Clamor has quit [Ping timeout: 246 seconds]
Clamor has joined #u-boot
Net147 has quit [Quit: Quit]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
sng has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
sng has quit [Ping timeout: 246 seconds]
sng has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
<marex> ex-parrot: nand command itself detects the nand in the first place ?
<marex> ex-parrot: debug env/env.c env_select() and see where that fails
camus has quit [Quit: camus]
sng has quit [Read error: Connection reset by peer]
valdemaras has quit [Quit: valdemaras]
redbrain has joined #u-boot
bryanb has quit [Remote host closed the connection]
bryanb has joined #u-boot
bryanb has quit [Remote host closed the connection]
bryanb has joined #u-boot
bryanb has quit [Remote host closed the connection]
naoki has quit [Quit: naoki]
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
devarsh has joined #u-boot
ldevulder_ has quit [Remote host closed the connection]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
soxrok2212 has quit [Read error: Connection reset by peer]
soxrok2212 has joined #u-boot
Hypfer has quit [Quit: The Lounge - https://thelounge.github.io]
Hypfer has joined #u-boot
Clamor has quit [Ping timeout: 246 seconds]
Clamor has joined #u-boot
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
sukrutb has joined #u-boot
kveremitz has quit [Remote host closed the connection]
kveremitz has joined #u-boot
kveremitz has quit [Remote host closed the connection]
clarity has quit [Ping timeout: 246 seconds]
clarity has joined #u-boot
kveremitz has joined #u-boot
ikarso has joined #u-boot
<Tartarus> sjg1: Did you do "finish the migration" type patch where you just select DM_SCSI if SCSI, and drop the legacy code?
<Tartarus> Can wait to see what Andrew says re am57xx, but highbank looks to be the only maybe non-trivial case for dropping SCSI_AHCI_PLAT, need to see what Andre says about that I suppose
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
flom84 has joined #u-boot
flyback has quit [Quit: Leaving]
flyback has joined #u-boot
sng has joined #u-boot
sng has quit [Remote host closed the connection]
sng has joined #u-boot
devarsh has quit [Quit: Connection closed for inactivity]
sng has quit [Ping timeout: 240 seconds]
flom84 has quit [Quit: Leaving]
flom84 has joined #u-boot
Clamor has quit [Quit: Quit]
Clamor has joined #u-boot
Clamor has quit [Client Quit]
stefanro has quit [Quit: Leaving.]
flom84 has quit [Quit: Leaving]
flom84 has joined #u-boot
flom84 has quit [Quit: Leaving]
mmu_man has quit [Ping timeout: 245 seconds]
mmu_man has joined #u-boot
<sjg1> Tartarus: No I haven't done that...I would be happy to
<marex> non DM SCSI wont be missed really
<marex> sjg1: are you collecting the sandbox64 config patches somewhere btw ? any plan for a partial MR before they rot ?
<alpernebbi> I'm rebasing and extending someone else's patches, should I be keeping their changelog, patch versions, etc. or start fresh?
<marex> alpernebbi: ideally yes, add your change log and SoB line, continue with Vn+1
ikarso has quit [Quit: Connection closed for inactivity]
Wouter0100670440 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter0100670440 has joined #u-boot
<sjg1> marex: Hmm, yes I started on Friday and never got back to it. I will rebase amd try again
<marex> sjg1: there are still a few broken things
<marex> sjg1: feel free to send the PR with the current state, I'll fix the rest when I get back to it
<sjg1> marex: Yes it is a big step forward, thanks
sukrutb has quit [Ping timeout: 246 seconds]
Net147 has quit [Quit: Quit]
Net147 has joined #u-boot
Net147 has joined #u-boot
Net147 has quit [Changing host]
naoki has joined #u-boot
<Tartarus> Note that asan shows problems in tests atm
<Tartarus> but if we got the whole matrix of sandbox and asan doing all pytests, we'd want to move that to its own stage in azure, fwiw
<marex> Tartarus: nothing works, everything is broken :(