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
qsx has quit [Read error: Connection reset by peer]
qsx has joined #u-boot
Hypfer6 has joined #u-boot
matthias_bgg has quit [Ping timeout: 252 seconds]
Hypfer has quit [Ping timeout: 255 seconds]
Hypfer6 is now known as Hypfer
matthias_bgg has joined #u-boot
zibolo has quit [Ping timeout: 258 seconds]
zibolo has joined #u-boot
persmule has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 258 seconds]
persmule has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
apritzel has quit [Ping timeout: 240 seconds]
sukrutb has joined #u-boot
GNUtoo has quit [Ping timeout: 252 seconds]
persmule has quit [Ping timeout: 252 seconds]
GNUtoo has joined #u-boot
persmule has joined #u-boot
jclsn has quit [Ping timeout: 252 seconds]
jclsn has joined #u-boot
persmule has quit [Remote host closed the connection]
matthias_bgg has quit [Ping timeout: 255 seconds]
matthias_bgg has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
project10 has quit [Quit: Ping timeout (120 seconds)]
qqq has joined #u-boot
project10 has joined #u-boot
project10 has quit [Quit: Ping timeout (120 seconds)]
project10 has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
stipa has quit [Quit: WeeChat 3.0]
Xogium_ has joined #u-boot
Xogium has quit [Read error: Connection reset by peer]
Xogium_ is now known as Xogium
swiftgeek has quit [Ping timeout: 272 seconds]
f_ has joined #u-boot
Net147 has quit [Quit: Quit]
Net147 has joined #u-boot
Net147 has quit [Changing host]
Net147 has joined #u-boot
edwinistrator has quit [Ping timeout: 255 seconds]
swiftgeek has joined #u-boot
flom84 has joined #u-boot
flom84 has quit [Remote host closed the connection]
tnovotny has joined #u-boot
mmu_man has joined #u-boot
apritzel has joined #u-boot
apritzel has quit [Ping timeout: 255 seconds]
dsimic has quit [Ping timeout: 264 seconds]
dsimic has joined #u-boot
<grawity> ukky: in this case? mostly just to get at some kind of interactive CLI that's serial-friendly (and would let me e.g. manually specify vmlinuz options) -- neither grub nor syslinux play well with this particular device's console/serial redirection
<grawity> but anyway I ended up pxe-booting openbsd in the end
<grawity> would still be handy if the higher level "bootloader" part of u-boot was usable without the "system BIOS replacement" part though
stipa has joined #u-boot
apritzel has joined #u-boot
tnovotny has quit [Ping timeout: 252 seconds]
tnovotny has joined #u-boot
indy has quit [Ping timeout: 255 seconds]
tnovotny has quit [Quit: Leaving]
houze has quit [Changing host]
houze has joined #u-boot
apritzel has quit [Ping timeout: 255 seconds]
indy_ has joined #u-boot
<marex> grawity: seems grub does support serial console
mmu_man has quit [Ping timeout: 260 seconds]
matthias_bgg has quit [Ping timeout: 240 seconds]
matthias_bgg has joined #u-boot
persmule has joined #u-boot
<Forty-Bot> what's the name for when the linker combines two static variables with identical contents
<Forty-Bot> or something like that
<f_> 7win 14
<f_> Oops.
<ukky> Forty-Bot: '-fmerge-constants' and '-fmerge-all-constants'? https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html
<Forty-Bot> no, it's something else
<Forty-Bot> iirc it had to do with zero initialization
<grawity> marex: it does but things get weird on this particular platform, since it has no VGA output whatsoever, so both syslinux and grub end up thinking that the console is 0 columns wide... and they both try to mirror their console output to serial output instead of having them independent, so grub's line editing is all kinds of wonky, for example. In contrast both u-boot and OpenBSD bootloader just take
<grawity> regular line input so they work fine.
<marex> grawity: so fix grub, send patch, and problem solved ?
<grawity> there's only so many things I can "fix" in my free time
<ukky> grawity: Check this patch for BIOS>GRUB>U-Boot boot sequence: https://lists.denx.de/pipermail/u-boot/2011-November/108932.html
<marex> ukky: 12 years ago :)
apritzel has joined #u-boot
<marex> grawity: its probably a matter of hacking in some constant, so, shrug
<ukky> marex: What grawity wants is not that simple to achieve. But maybe following that patch would be the easiest way to inject U-Boot in-between Legacy X86 BIOS and Linux.
<grawity> I was hoping to make the process easier, not harder, but thanks
grawity has left #u-boot [#u-boot]
sukrutb has quit [Quit: Leaving]
ikarso has joined #u-boot
mmu_man has joined #u-boot
sam has joined #u-boot
slobodan has joined #u-boot
redbrain has quit [Read error: Connection reset by peer]
<marex> ukky: "syslinux and grub end up thinking that the console is 0 columns wide" -> should be easy to patch , no ?
apritzel has quit [Ping timeout: 255 seconds]
redbrain has joined #u-boot
<ukky> marex: yes. But they should be willing to patch. Most are just looking for what is already available.
<marex> ukky: scratch your own itch or something
<marex> seems nothing is readily available
tnovotny has joined #u-boot
f_ has quit [Ping timeout: 258 seconds]
Stat_headcrabed has joined #u-boot
tnovotny has quit [Quit: Leaving]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
apritzel has joined #u-boot
stipa has quit [Read error: Connection reset by peer]
stipa has joined #u-boot
mps has quit [Quit: leaving]
mps has joined #u-boot
<Forty-Bot> marex: form imx8, is the ROM page size `rom_api_query_boot_infor(QUERY_PAGE_SZ, ...)` 4k?
<Forty-Bot> *for
sam has quit [Quit: Quit]
GrantM11235 has joined #u-boot
<marex> Forty-Bot: I dont know, but I could try it at some point, why ?
<Forty-Bot> I'm wondering if it's actually dynamic or if it's something we can hard-code a max size for and panic if we assumed something too small
<GrantM11235> Is this a know issue? Am I doing something wrong? It is an intermittent problem, most of the time ums works fine
<Forty-Bot> GrantM11235: that looks like a bug; you can send a report to the list
goliath has joined #u-boot
slobodan has quit [Ping timeout: 260 seconds]
pbsds has quit [Ping timeout: 264 seconds]
pbsds has joined #u-boot
<marex> paulbarker: well, RZ/G2 is at 95% and the UART patches also work, nice
stipa has quit [Ping timeout: 260 seconds]
pbsds has quit [Ping timeout: 246 seconds]
_whitelogger has joined #u-boot
apritzel has quit [Ping timeout: 248 seconds]
pbsds has joined #u-boot
flyback has quit [Remote host closed the connection]
flyback has joined #u-boot
goliath has quit [Ping timeout: 255 seconds]