Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2023.10 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2024.01 is scheduled for 08 January 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
behanw has quit [Quit: Connection closed for inactivity]
apritzel_ has quit [Ping timeout: 258 seconds]
zibolo has quit [Ping timeout: 264 seconds]
zibolo_ has joined #u-boot
naoki has joined #u-boot
persmule has joined #u-boot
GNUtoo has quit [Ping timeout: 256 seconds]
mmu_man has quit [Ping timeout: 255 seconds]
vagrantc has quit [Quit: leaving]
GNUtoo has joined #u-boot
alpernebbi has quit [Ping timeout: 260 seconds]
alpernebbi has joined #u-boot
ezulian_ has joined #u-boot
ezulian has quit [Ping timeout: 258 seconds]
flyback has quit [K-Lined]
jclsn has quit [Ping timeout: 248 seconds]
flyback has joined #u-boot
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
flyback has quit [K-Lined]
jclsn has joined #u-boot
sng has joined #u-boot
wooosaiiii has joined #u-boot
wooosaiiii has quit [Client Quit]
wooosaiiii has joined #u-boot
rvalue has quit [Ping timeout: 240 seconds]
wooosaiiii1 has joined #u-boot
wooosaiiii has quit [Read error: Connection reset by peer]
wooosaiiii1 is now known as wooosaiiii
monstr has joined #u-boot
rvalue has joined #u-boot
monstr has quit [Ping timeout: 255 seconds]
mckoan|away is now known as mckoan
frieder has joined #u-boot
Stat_headcrabed has joined #u-boot
sszy has joined #u-boot
apritzel_ has joined #u-boot
ldevulder has joined #u-boot
apritzel_ has quit [Ping timeout: 240 seconds]
prabhakarlad has joined #u-boot
pgreco_ has joined #u-boot
pgreco has quit [Ping timeout: 248 seconds]
xroumegue has joined #u-boot
camus has quit [Quit: camus]
camus has joined #u-boot
camus has quit [Remote host closed the connection]
camus has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
slobodan_ has joined #u-boot
<xypron> mps: Thanks a lot. Looks good.
<mps> xypron: np, thank you for telling me to improve ti
<mps> s/ti/it/
prabhakarlad has joined #u-boot
<xypron> mps: isn't ncurses-dev needed for 'make menufconfig'?
<mps> xypron: yes, but not for build, i.e. make xxxx_defconfing ; make
<xypron> mps: I think we should leave it in the list as a generic dependency to avoid frustration.
<mps> if all options are needed we can add ncurses-dev and bash (which is needed to run scripts/config)
<xypron> Is bash not default?
<mps> no, on alpine default shell is ash from busybox
<mps> though I tested scripts/config with ash (posix shell) and it works, only had to change shebang line
<xypron> I will add bash and ncurses-dev when merging
<mps> btw, I noticed there are some bashisms in some scripts where shebang is '#!/bin/sh'
<mps> xypron: ok, looks like I forgot to add 'Signed-of-by' line. should I post v2 or you will add it also
<xypron> I will add that too. don't worry
<mps> ok, many tanks
<mps> thanks*
<xypron> mps: python3 I guess is pulled in as dependency
<mps> yes
<mps> xypron: here is main u-boot build files for alpine https://git.alpinelinux.org/aports/tree/main/u-boot/APKBUILD
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot
ezulian_ has quit [Quit: ezulian_]
ezulian has joined #u-boot
tnovotny has joined #u-boot
matthias_bgg has joined #u-boot
GNUtoo has quit [Ping timeout: 256 seconds]
GNUtoo has joined #u-boot
dsimic has quit [Ping timeout: 255 seconds]
dsimic has joined #u-boot
tnovotny has quit [Quit: Leaving]
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
mmu_man has joined #u-boot
<deathcamel57> Per the "Debugging driver model" documentation, it recommends using `dm_dump_all()`, which isn't in the U-Boot codebase. Is there an alternative function? I'd also love to update the documentation (would like advice on how to submit a patch).
<deathcamel57> Found it, it's been renamed to `dm_dump_tree()`.
monstr has joined #u-boot
monstr has quit [Ping timeout: 255 seconds]
slobodan_ has quit [Read error: Connection reset by peer]
<deathcamel57> Anyone ever mainlined anything? I'd like some input on my commit message for the documentation change.
<deathcamel57> I put my commit message here: https://gist.github.com/DeathCamel58/860236b844f1d45b74ff1e189bb38014 Is this an okay message?
<dsimic> perhaps no quotation marks are needed around the function names, for example
persmule has quit [Remote host closed the connection]
<dsimic> the message needs to wrap around column 78 or so
<dsimic> I'd also reword it a bit, to read better
persmule has joined #u-boot
<deathcamel57> Updated that gist
<dsimic> "Replace dm_dump_all() with dm_dump_tree() in driver model documentation, to reflect changes introduced in commit 14528704."
<dsimic> that's how I'd write it
<deathcamel57> Updated. Do you mean like that?
<deathcamel57> Sorry, fixed wrapping now.
<dsimic> the wording looks fine to me
slobodan has joined #u-boot
persmule has quit [Remote host closed the connection]
<deathcamel57> Patman's giving me `Missing commit description`. Where would I add that? I thought that was in the commit message?
persmule has joined #u-boot
<mkorpershoek> deathcamel57: you need to add a blank line between the title and the description
<dsimic> true
<deathcamel57> I got the awaiting moderator approval message! Thanks so much dsimic and mkorpershoek!
naoki has quit [Quit: naoki]
<dsimic> I'm glad to help
<mkorpershoek> thank you for contributing !
<dsimic> that too :)
prabhakarlad has quit [Quit: Client closed]
tnovotny has joined #u-boot
stipa has joined #u-boot
matthias_bgg has quit [Ping timeout: 258 seconds]
<paulbarker> marex: Damn. The patch changelogs are in the wrong place in the patches I just sent. Want me to resend or can you fixup when you apply them?
<deathcamel57> I'm trying to set up SoC detection in my `mach-%` folder. I've written a SOC driver, and put the node in my DTS. However, `print_cpuinfo()`, isn't able to `soc_get()` it. Using `dm_dump_tree()`, I'm seeing a few nodes, but most of my DTS nodes are missing, including the SoC driver node. Why would that be?
<deathcamel57> That's how I ran across the `dm_dump_tree()` issue in the docs btw.
matthias_bgg has joined #u-boot
frieder has quit [Remote host closed the connection]
Mis012 has quit [Ping timeout: 256 seconds]
Mis012 has joined #u-boot
<marex> paulbarker: the whole series is somewhat not a series ... so lets see what CI thinks https://source.denx.de/u-boot/custodians/u-boot-sh/-/pipelines/18220
<paulbarker> marex: Should I have called it v1 of a new series instead of v4?
<marex> paulbarker: I dont particularly care really, the changelog is helpful though, so I think v4 is likely OK
tlwoerner_ has quit [Quit: Leaving]
tlwoerner has joined #u-boot
monstr has joined #u-boot
mmu_man has quit [Ping timeout: 258 seconds]
monstr has quit [Remote host closed the connection]
matthias_bgg has quit [Quit: Leaving]
vagrantc has joined #u-boot
mmu_man has joined #u-boot
mckoan is now known as mckoan|away
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ldevulder has quit [Ping timeout: 240 seconds]
___nick___ has joined #u-boot
___nick___ has quit [Client Quit]
___nick___ has joined #u-boot
tnovotny has quit [Quit: Leaving]
ldevulder has joined #u-boot
qqq has quit [Quit: leaving]
Gravis has quit [Ping timeout: 264 seconds]
ldevulder has quit [Quit: Leaving]
Gravis has joined #u-boot
Gravis has quit [Ping timeout: 255 seconds]
Gravis has joined #u-boot
goliath has joined #u-boot
apritzel_ has joined #u-boot
apritzel_ has quit [Ping timeout: 240 seconds]
___nick___ has quit [Ping timeout: 246 seconds]
ukky has quit [Ping timeout: 264 seconds]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
akaWolf has joined #u-boot
apritzel_ has joined #u-boot
slobodan has quit [Ping timeout: 255 seconds]
tlwoerner has quit [Ping timeout: 255 seconds]
tlwoerner has joined #u-boot
naoki has joined #u-boot
vagrantc has quit [Quit: leaving]