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-rc2 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
vagrantc has quit [Quit: leaving]
ikarso has quit [Quit: Connection closed for inactivity]
qschulz has quit [Quit: qschulz]
qschulz has joined #u-boot
slobodan has joined #u-boot
slobodan has quit [Ping timeout: 260 seconds]
thopiekar has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
joeskb7 has joined #u-boot
joeskb7 has quit [Client Quit]
joeskb7 has joined #u-boot
vigneshr has quit [Server closed connection]
vigneshr has joined #u-boot
goliath has quit [Quit: SIGSEGV]
houze_ has quit [Server closed connection]
houze has joined #u-boot
deathmist has quit [Server closed connection]
deathmist has joined #u-boot
wkennington_ has quit [Server closed connection]
wak has joined #u-boot
persmule has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 240 seconds]
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #u-boot
Leopold_ has joined #u-boot
Leopold has quit [Remote host closed the connection]
<dsimic> f_: thanks, and here a few more suggestions...
bern has quit [Server closed connection]
<dsimic> periods in the "latest stable release" and "latest release candidate" lines are redundant, because those aren't real sentences
bern has joined #u-boot
<dsimic> the date could also be added to the "latest release candidate" lines
<dsimic> s/lines/line/
<dsimic> "Send emails to ..." should be replaced with "To post to the mailing list, send your email messages to ...", to make it read better
<dsimic> "U-Boot has an IRC channel over on the <a>Libera.Chat</a> IRC network." should be replaced with "The IRC channel is on the <a>Libera.Chat</a> IRC network. Use the following parameters to join the chat:"
<dsimic> "Port: <code>6667 / 6697 (TLS)</code>" should be replaced with "Ports: <code>6667</code> (plain) and <code>6697</code> (TLS)"
<dsimic> "There are many ways to get involved in the U-Boot community:" should be replaced with "There are different ways to get involved in the U-Boot community, as described below.", to read better
pbrobinson has quit [Server closed connection]
pbrobinson has joined #u-boot
lvrp16 has quit [Server closed connection]
lvrp16 has joined #u-boot
<dsimic> the opening paragraph, starting with "Welcome to...", should be replaced with the following:
<dsimic> ...
<dsimic> Das U-Boot, often shortened to U-Boot, is a free and open-source boot loader for various embedded devices, whose purpose is to perform various low-level hardware initialization tasks and boot the device's operating system kernel. U-Boot is loaded by the system ROM from a supported storage device, such as a microSD card or SPI flash, and the operating system kernel is loaded from a storage device supported
<dsimic> by U-Boot on the particular system, such as a microSD card or eMMC chip. U-Boot also provides a command-line interface on the system console or serial port, which allows the user to interact with the boot process in various ways.
<dsimic> <br />
<dsimic> Often described as the universal boot loader, it is available for many architectures, including ARM, MIPS, PowerPC, RISC-V, x86 and x86_64.
<dsimic> ...
<dsimic> also, please add a "<br />" between the opening paragraphs and the block that describes the latest release, etc.
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
<dsimic> or maybe "Often described as the universal boot loader, U-Boot is available for many architectures, including ARM, MIPS, PowerPC, RISC-V, x86 and x86_64." instead of what I sent above
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
kveremitz has quit [Server closed connection]
kveremitz has joined #u-boot
Clamor has joined #u-boot
jluthra has quit [Server closed connection]
jluthra has joined #u-boot
qqq has quit [Remote host closed the connection]
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
qqq has joined #u-boot
yollom_ has quit [Server closed connection]
yollom has joined #u-boot
flom84 has joined #u-boot
flom84 has quit [Quit: Leaving]
hanetzer has quit [Ping timeout: 255 seconds]
hanetzer has joined #u-boot
<f_> wow
<f_> dsimic: Thanks!!
flom84 has joined #u-boot
flom84 has quit [Remote host closed the connection]
flom84 has joined #u-boot
deathmist has quit [Ping timeout: 246 seconds]
deathmist has joined #u-boot
slobodan has joined #u-boot
<dsimic> f_: thank you :)
<dsimic> please, let me know your thoughts about all those suggestions
<f_> They're all very nice :)
<dsimic> I'm glad that you like it :)
<dsimic> maybe we could also add a link to the Wikipedia article? such as "See also the [Wikipedia U-Boot article](https://en.wikipedia.org/wiki/Das_U-Boot).", after "... and x86_64"
<f_> Probably.
<dsimic> great, please let me know when the changes are ready to be reviewed
rvalue has quit [Read error: Connection reset by peer]
<f_> Yeah sounds more accurate to me. :)
flom84 has quit [Remote host closed the connection]
flom84 has joined #u-boot
dsimic has quit [Ping timeout: 246 seconds]
dsimic has joined #u-boot
flom84 has quit [Ping timeout: 258 seconds]
<marex> dsimic: why remove the 'primary' part ?
<marex> dsimic: it is the first boot stage
<dsimic> in the Wikipedia article? well, it doesn't make it more clear what U-Boot is, and the purpose of the opening paragraph in Wikipdia articles is to provide an easily readable summary
<dsimic> also, "primary" isn't mentioned anywhere else in the article, which clashes with the concept of the opening sections providing summaries
<dsimic> the article should describe further what "primary" means, but it doesn't do that
rvalue has joined #u-boot
<f_> marex: AFAIK u-boot can be used as a secondary bootloader?
flom84 has joined #u-boot
<Clamor> f_: u-boot can act as bootloader of any stage
<marex> f_: thats the less common case
<marex> f_: in general it is SPL (i.e. U-Boot), then sometimes something else, then U-Boot again
<f_> marex: except on amlogic where it's amlogic BL2, then BL31 + SCP fw, then U-Boot :)
<f_> Before erasing the eMMC on my set-top box I used to chainload mainline u-boot from the vendor u-boot.
<f_> marex: but now on amlogic s905 it can be SPL->BL31/SCP-fw->U-Boot (didn't send patches yet)
<f_> (still have to RE and port to S905X too)
n0thing has joined #u-boot
<f_> marex: but yeah as Clamor mentionned u-boot can act as a bootloader of any stage, so "primary" isn't really accurate.
<f_> But that's just my opinion.
Epakai has quit [Server closed connection]
Epakai has joined #u-boot
<Clamor> f_: existing statement of low level setup without primary is not accurate as well
<f_> probably
mmu_man has joined #u-boot
camus has quit [Remote host closed the connection]
camus has joined #u-boot
<dsimic> let's also keep in mind that to be 100% accurate, the opening paragraph would need to be much longer and convoluted
Leopold_ has quit [Quit: No Ping reply in 180 seconds.]
Leopold has joined #u-boot
<dsimic> which would also kind of defeat the whole purpose of the opening paragraph; OTOH, describing what's primary and what isn't should be performed in the article body first, after which a brief summary may find its way into the opening paragraph
<dsimic> introducing "primary" into the opening paragraph before describing it first in detail in the artcle body wouldn't be very helpful, if you agree
joeskb7 has quit [Quit: leaving]
wyre has quit [Quit: ZNC 1.8.2 - https://znc.in]
wyre has joined #u-boot
stefanro has joined #u-boot
<marex> dsimic: you can also use predominant instead of primary , heh
<marex> but thats pure marketing then
<Clamor> Does anyone here have a tegra note 7 (model p1988)?
<dsimic> marex: yeah, so it's perhaps the best to use nothing until there's a section in the article that describes it in detail
<marex> dsimic: majority would also be a good thing
<dsimic> perhaps Wikipedia would frown upon that a bit... it's like favoring something, etc.
<marex> I think I am favoring this particular bootloader all right :)
<dsimic> of course, but Wikipedia wants to remain neutral
<marex> the original article wasnt neutral ;)
<dsimic> with the "primary"?
<marex> yep
<dsimic> perhaps someone used that to describe the position in the boot process
<dsimic> but for that to be fir for the opening paragraph, it would been to be described further in the article
<dsimic> oops... s/fir/fit/
<dsimic> s/been/need/
<dsimic> sorry for the typos
<f_> np
jybz has quit [Read error: Connection reset by peer]
jybz has joined #u-boot
stefanro has quit [Quit: Leaving.]
goliath has joined #u-boot
persmule has joined #u-boot
xypron has quit [Server closed connection]
xypron has joined #u-boot
___nick___ has joined #u-boot
xypron has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
xypron has joined #u-boot
xypron has quit [Changing host]
xypron has joined #u-boot
moto-timo has quit [Server closed connection]
moto-timo has joined #u-boot
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
Clamor has quit [Ping timeout: 260 seconds]
___nick___ has joined #u-boot
Clamor has joined #u-boot
patersonc has quit [Server closed connection]
patersonc has joined #u-boot
Clamor has quit [Ping timeout: 258 seconds]
Clamor has joined #u-boot
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
mmu_man has quit [Ping timeout: 240 seconds]
macromorgan_ has joined #u-boot
macromorgan has quit [Ping timeout: 258 seconds]
mmu_man has joined #u-boot
jclsn has quit [Quit: WeeChat 4.0.5]
jclsn has joined #u-boot
jclsn has quit [Client Quit]
jclsn has joined #u-boot
jclsn has quit [Client Quit]
jclsn has joined #u-boot
n0thing has quit [Quit: Client closed]
jybz has quit [Ping timeout: 258 seconds]
n0thing has joined #u-boot
n0thing has quit [Client Quit]
aak-rookie has joined #u-boot
aak-rookie is now known as nothing
<f_> dsimic: done!
nothing has left #u-boot [#u-boot]
<f_> Added some <br/>s to make it more readable.
<f_> Anything else? :)
<f_> In the end, I'll send patches when I have time.
<f_> (unless someone has got more suggestions to make)
zkrx has joined #u-boot
macromorgan_ has quit [Quit: Leaving]
macromorgan_ has joined #u-boot
macromorgan_ is now known as macromorgan
qqq has quit [Ping timeout: 260 seconds]
qqq has joined #u-boot
qqq has quit [Remote host closed the connection]
urja has quit [Server closed connection]
urja has joined #u-boot
<alpernebbi> f_: some space between paragraphs please
<alpernebbi> using <p>paragraph<p/><p>paragraph</p> instead of <p>paragraph<br/>paragraph<p/> might be enough
hanetzer has quit [Ping timeout: 252 seconds]
<diederik> it would actually be (syntactically) better
hanetzer has joined #u-boot
<f_> ok
Clamor has quit [Ping timeout: 258 seconds]
Clamor has joined #u-boot
___nick___ has quit [Ping timeout: 258 seconds]
mmu_man has quit [Ping timeout: 240 seconds]
Clamor has quit [Read error: Connection reset by peer]
mmu_man has joined #u-boot
jybz has joined #u-boot
flom84 has quit [Quit: Leaving]
flom84 has joined #u-boot
flom84 has quit [Ping timeout: 252 seconds]
flom84 has joined #u-boot
ikarso has joined #u-boot
<f_> (to do later)
flom84 has quit [Quit: Leaving]
flom84 has joined #u-boot
flom__84__ has joined #u-boot
flom84 has quit [Remote host closed the connection]
flom__84__ has quit [Remote host closed the connection]
flom84 has joined #u-boot
<sjg1> Tartarus: What should we do with boards not converted to DM_SERIAL and DM_I2C?
<sjg1> Tartarus: Also there is WDT which only has two to be migrated: kmcent2, imx6qdl_icore_mmc
jclsn has quit [Quit: WeeChat 4.1.1]
sakman_ has joined #u-boot
sakman has quit [Ping timeout: 240 seconds]
flom84 has quit [Quit: Leaving]
flom84 has joined #u-boot
flom84 has quit [Client Quit]
flom84 has joined #u-boot
<Tartarus> WDT I think ends up being tricky due to what the Kconfig options do/don't imply, but maybe the first step is just posting an RFC patch that adjusts Kconfig to only support what's migrated, and see if Stefan agrees that we've got the logic side correct? Then we can figure out what boards don't build anymore and go from there.
vagrantc has joined #u-boot
<Tartarus> The SYS_I2C_LEGACY list is at least a lot shorter than the DM_SERIAL list
<Tartarus> Probably some patches to force-migrate things which should Just Work, like mx6 family boards would be a reasonable starting point
<Tartarus> (I took a peek at forcing WDT after I went and forced SCSI over and came away with neither WDT nor TIMER were easy "finish this up" migrations, I think there's complexity that the Makefile check misses? Or maybe it really is just I have a mental block on it due to the multitude of symbols, but in the end it's just those two platforms)
flom84 has quit [Quit: Leaving]
sakman_ is now known as sakman
<dsimic> f_: thanks, and I like the horizontal lines as separators
<dsimic> if you don't mind, here are a few more suggestions...
<dsimic> "An IRC channel is on..." should be replaced with "The IRC channel is on...", because that the channel, not just one of many
<dsimic> "Use the following parameters to chat:" should be replaced with "Use the following parameters to join the channel:" or "Use the following parameters in your IRC client:", because that's technically more correct, IMHO
<dsimic> "Port: <code>6667 / 6697 (TLS)</code>" should be replaced with "Ports: <code>6667</code> (plain) and <code>6697</code> (TLS)", which I sent already, so please let me explain
<dsimic> fixed-width font is to be used for parameters, exact values, etc., and in this case only the port numbers are the actual parameters, not the whole right-hand part of the line
<dsimic> "ports" instead of "port" because there are two
<dsimic> the opening paragraphs are good, we should just make them flow a bit better, by having it all formatted and reworded a bit like this: https://termbin.com/dh0t
<dsimic> (please note the line breaks and the empty lines in the linked file)
<dsimic> thank you once again!
mmu_man has quit [Ping timeout: 258 seconds]
mmu_man has joined #u-boot
goliath has quit [Quit: SIGSEGV]
<sjg1> Tartarus: OK thanks...it would be nice to do this...will see
justThanks has quit [Quit: ZNC 1.8.2 - https://znc.in]
justache has joined #u-boot
thopiekar has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
thopiekar has quit [Ping timeout: 255 seconds]
justache has quit [Remote host closed the connection]
<Tartarus> sjg1: Do you have some other series that catches and fixes DM_SPL_USB and DPL_SPL_I2C ?
justache has joined #u-boot
thopiekar has joined #u-boot
<sjg1> Tartarus: Oh no, I hadn't noticed those
<sjg1> I was clearing out the attic a bit today, but those were not there :-)
justache has quit [Quit: ZNC 1.8.2 - https://znc.in]
justache has joined #u-boot
justache has quit [Remote host closed the connection]
hanetzer has quit [Ping timeout: 246 seconds]
justache has joined #u-boot
hanetzer has joined #u-boot
_whitelogger has quit [Server closed connection]
_whitelogger has joined #u-boot