Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10, v2024.01-rc3 are OUT / Merge Window is CLOSED, next branch is OPEN / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
goliath has quit [Quit: SIGSEGV]
vagrantc has joined #u-boot
qschulz has quit [Quit: qschulz]
zibolo has quit [Ping timeout: 255 seconds]
qschulz has joined #u-boot
zibolo has joined #u-boot
vagrantc has quit [Quit: leaving]
jclsn has quit [Ping timeout: 256 seconds]
jclsn has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
persmule has quit [Remote host closed the connection]
davlefou has quit [Ping timeout: 255 seconds]
davlefou has joined #u-boot
Net147 has quit [Ping timeout: 260 seconds]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
Stat_headcrabed has joined #u-boot
hays has joined #u-boot
Clamor has joined #u-boot
wooosaiiii1 has joined #u-boot
wooosaiiii has quit [Remote host closed the connection]
wooosaiiii1 is now known as wooosaiiii
bq has quit [Ping timeout: 245 seconds]
bq has joined #u-boot
mmu_man has joined #u-boot
Stat_headcrabed1 has joined #u-boot
Stat_headcrabed has quit [Ping timeout: 260 seconds]
Stat_headcrabed1 is now known as Stat_headcrabed
deathcamel57 has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 252 seconds]
Stat_headcrabed has quit [Read error: Connection reset by peer]
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
dsimic has quit [Ping timeout: 264 seconds]
dsimic has joined #u-boot
Clamor has quit [Ping timeout: 256 seconds]
Clamor has joined #u-boot
Mis012 has quit [Remote host closed the connection]
Mis012 has joined #u-boot
mmu_man has joined #u-boot
slobodan has joined #u-boot
___nick___ has joined #u-boot
Stat_headcrabed has joined #u-boot
<Raito_Bezarius> My bootloader CLI has a `help` which returns a subset of actually available commands, is there a secret way / known way to obtain a better list of commands? I can try to pull the binary and RE but I'm not sure if the command table is something that does exist in U-Boot and can be statically discovered from the binary
<Raito_Bezarius> but the `help xyz` works on it
<f_> Raito_Bezarius: if it's not in `help`, then it's not in your build.
<Raito_Bezarius> f_: right, so the only trivial way is to perform ∀ command, `help command` and see if it returns
<Raito_Bezarius> is there a nice way to compile all possible commands inside of u-boot src code?
<marex> probably , enable all CONFIG_CMD in Kconfig , but I doubt you can really get them all into single build, some might be specific to conflicting configs
<marex> why ?
<marex> Raito_Bezarius: note that U-Boot is GPLv2 , just look at the source code, no need to RE anything
<Raito_Bezarius> marex: yeah I'd need to ask the vendor for the source code
<f_> Raito_Bezarius: oh is it downstream?
<Raito_Bezarius> yep…
<Raito_Bezarius> it's the U-Boot of the Zyxel NWA50AX AP to be precise
<marex> and the vendor sucks so badly they dont outright distribute their changes ?
<f_> oh then it's more like YMMV than anything else..
<f_> marex: too much vendors just suck because of that :P
* f_ looks at the bazillion amlogic device vendors who don't publish u-boot source code
<Raito_Bezarius> I'm trying to look and I don't think they published right away their source code
<marex> you have every right to the source code if you do have a matching binary build
<Raito_Bezarius> they have this
<Raito_Bezarius> I find it beautiful they ask my location
<Raito_Bezarius> I sent a request, will publish the source code when I receive it
___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
hanetzer has quit [Ping timeout: 268 seconds]
hanetzer has joined #u-boot
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 256 seconds]
persmule has joined #u-boot
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 276 seconds]
<Clamor> Is there a CONFIG_ version of CFG_PRAM?
_whitelogger has joined #u-boot
mmu_man has joined #u-boot
goliath has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
camus has quit [Remote host closed the connection]
vagrantc has joined #u-boot
<marex> Clamor: CFG is old preprocessor config, CONFIG is Kconfig
<marex> Clamor: feel free to introduce one and send a patch
<Clamor> Ugh
<marex> I think there was even a script to do the conversion of Kconfig symbols
<milkylainen> I think you can tell Kconfig what the prefix should be.
matthias_bgg has quit [Ping timeout: 240 seconds]
<Clamor> That would be nice
<Clamor> marex: maybe you remember where to get one
<marex> Clamor: git log configs or check scripts/
<Clamor> Thanks
<marex> ./tools/moveconfig.py
matthias_bgg has joined #u-boot
<milkylainen> lkc.h:return getenv( "CONFIG_" ) ?: CONFIG_;
<milkylainen> And my favourite, only took Linux 15 years to reinstate it after they broke the original functionality:
<milkylainen> confdata.c:warn_unknown = getenv("KCONFIG_WARN_UNKNOWN_SYMBOLS");
<milkylainen> :)
<Clamor> qconfig now
<milkylainen> ? I don't think the frontend should matter.
<milkylainen> Atleast not for the option I listed.
mmu_man has quit [Ping timeout: 276 seconds]
<marex> milkylainen: better discuss this with Kconfig maintainer
<milkylainen> marex: Kconfig never cared about other projects that much. Only kernel needs. I've tried. I even told them that the entire kernel had 1k+ undefined sybols and not warning developers like they used to do is a stupid idea.
<milkylainen> But yeah. OT.
<f_> OT == off-topic?
<marex> milkylainen: I'm sure that went down well
<milkylainen> marex :)
<milkylainen> Anyway. It's reinstated. And all downstreams are probably going to pick it up sooner or later.
mmu_man has joined #u-boot
<milkylainen> f_: yes.
<Clamor> marex: ok, converted.
<Clamor> Oh, it seems that I know why this migration was not performed
<Clamor> Km and omap5
<marex> NishanthMenon: ^
Clamor has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
<marex> NishanthMenon: is the VPU in AM68x supported upstream ? (it seems git grep fails me today)
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
___nick___ has quit [Ping timeout: 276 seconds]
prabhakar has joined #u-boot
prabhakarlad has joined #u-boot
thopiekar_ has joined #u-boot
thopiekar has quit [Ping timeout: 276 seconds]
thopiekar_ has quit [Ping timeout: 246 seconds]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
goliath has quit [Quit: SIGSEGV]
thopiekar has joined #u-boot
thopiekar has quit [Ping timeout: 268 seconds]
thopiekar has joined #u-boot
slobodan has quit [Ping timeout: 256 seconds]
vagrantc has quit [Quit: leaving]
mmu_man has quit [Ping timeout: 268 seconds]