Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2021.07 is OUT / Merge Window is OPEN until 26 July 2021 / Release v2021.10 is scheduled for 04 October 2021 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
sigmaris has quit [Ping timeout: 250 seconds]
crb has quit [Ping timeout: 250 seconds]
mmu_man has quit [Ping timeout: 250 seconds]
qschulz has quit [Read error: Connection reset by peer]
qschulz has joined #u-boot
akaWolf has quit [Ping timeout: 258 seconds]
<macromorgan> so getting back to my clock thingy earlier... should I A) remove setting the GPU clock in U-boot (this diverges from Linux, but I can use the U-boot specific devicetree to do it), B) rig the clock driver to return 0 for clocks it cannot set and maybe drop a warning, or C) go through the effort of figuring out how to set the clock?
<macromorgan> the issue is the clock driver is a subset of the Linux one, as a result it can only set a subset of the clocks
<macromorgan> ideally I'd just figure out how to set the clock, as I have the registers in front of me and the datasheet, but I'm a bit out of my element here...
akaWolf has joined #u-boot
jwillikers has quit [Remote host closed the connection]
<macromorgan> looks like the clk-rk3399.c just returns 0 if it can't get or set the clocks...
akaWolf has quit [Ping timeout: 258 seconds]
akaWolf has joined #u-boot
sigmaris has joined #u-boot
jeramiah has quit [Ping timeout: 268 seconds]
faruk has quit [Quit: Leaving]
faruk has joined #u-boot
agust has joined #u-boot
agust has quit [Client Quit]
agust has joined #u-boot
Peng_Fan has joined #u-boot
tperrot has quit [Quit: leaving]
frieder has joined #u-boot
guillaume_g has joined #u-boot
fdanis_away is now known as fdanis
tprrt has joined #u-boot
tprrt is now known as tperrot
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
akaWolf has quit [Ping timeout: 240 seconds]
akaWolf has joined #u-boot
tnovotny has joined #u-boot
matthias_bgg has joined #u-boot
mckoan|away is now known as mckoan
<mwalle> if only more vendors would see NXPs behavior regardings issues, that is rather disable an important feature but debugging it
mmu_man has joined #u-boot
akaWolf has quit [Ping timeout: 265 seconds]
akaWolf has joined #u-boot
monstr has joined #u-boot
gsz has joined #u-boot
jwillikers has joined #u-boot
jwillikers has quit [Remote host closed the connection]
swiftgeek has quit [Read error: Connection reset by peer]
swiftgeek has joined #u-boot
jwillikers has joined #u-boot
mmu_man has quit [Ping timeout: 265 seconds]
Peng_Fan has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
sszy has joined #u-boot
<swiftgeek> mwalle: I could only see debug context in your last line, but if it refers to debugging a chipie itself, it's a bit of pain to work with tools like verdi, and at the very least fix programming guide for that ip block
<mwalle> swiftgeek: wrong nick? ;)
<swiftgeek> nxp line was yours i think ?
<mwalle> swiftgeek: ah now I get you, no its not that lowlevel; but caring about upstream fixes outside of their (internal) goals
<mwalle> i was partly referring to https://lists.denx.de/pipermail/u-boot/2021-July/456371.html, but its not limited to only this
<swiftgeek> that sounds more like qemu than verdi, strange
<swiftgeek> I have to deal with debugging logic to which I have no sources, so like compared to that their response feels quite spoiled to me
<swiftgeek> but maybe just a communication issue, and they just needed to convey that their personally not going to go there, and like it states nothing of NXP position on this issues
<swiftgeek> *that they are
<swiftgeek> ie. they bailed without mentioning to whom that issue was handed over :D
<swiftgeek> mailinglists create a lot potential to get angry ^^
<mwalle> swiftgeek: not angry, but disappointed
matthias_bgg has quit [Quit: Leaving]
<milkylainen_> marex: Yes. I did. :)
torez has joined #u-boot
tnovotny has quit [Quit: Leaving]
gsz has quit [Ping timeout: 252 seconds]
gsz has joined #u-boot
<milkylainen_> Hmm. Can I check the value of the serial probe in the cli somehow? Ie, if serial probe fail then stdout + stderr = vidconsole.
faruk has quit [Ping timeout: 240 seconds]
faruk has joined #u-boot
gsz has quit [Ping timeout: 252 seconds]
matthias_bgg has joined #u-boot
frieder has quit [Ping timeout: 268 seconds]
<marex> milkylainen_: see cmd/bind
frieder has joined #u-boot
monstr has quit [Remote host closed the connection]
jeramiah has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
frieder has quit [Remote host closed the connection]
milkylainen_ has quit [Ping timeout: 258 seconds]
milkylainen has quit [Ping timeout: 252 seconds]
fdanis is now known as fdanis_away
mckoan is now known as mckoan|away
sszy has quit [Ping timeout: 256 seconds]
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
<override> boot.scr are scripts run by uboot?
<marex> it is a boot script, yes
milkylainen_ has joined #u-boot
<override> marex: how does uboot know what script to run at boot up?
<marex> override: look at bootcmd and then follow that it does
<marex> printenv bootcmd
<override> oh, got it thanks!
<milkylainen_> marex: tnx. A bit unsure how that would work with the probe though?
<marex> milkylainen_: some extension might be necessary :)
<marex> milkylainen_: what is it you are trying to achieve ?
<marex> override: run foo means run script foo, which is part of u-boot env, so you can print it with 'printenv foo'
<milkylainen_> marex: I'm trying to be a bit flexible with std* on boot. Depending on what's available. My x86 board does not seem to have an UART declared somewhere. A bit unsure if u-boot chokes on that. But I'd like the possibility to say. "Well. If the serial device probe failed, start redirecting everything to vidconsole as out and usbkbd as in f.ex.
<milkylainen_> marex: I know that u-boot can have multiple targets in stdin/stdout.
<marex> milkylainen_: maybe you can send the console to all options ?
<milkylainen_> I think I can. But I suspect a bug somewhere in a serial driver. Not sure yet. Or a behavior.
<milkylainen_> Seems U-boot does not probe uarts that much. Then it starts talking to them, assuming everything is dandy.
<milkylainen_> I think there is options for that behavior but it's rather confusing.
<milkylainen_> CONFIG_SERIAL_SEARCH_ALL and CONFIG_SERIAL_PROBE_ALL
<milkylainen_> oops.
<milkylainen_> The serial subsystem only searches for a single serial device that was instantiated, but does not check whether it was probed correctly.
<milkylainen_> That part seems rather treacherous.
<marex> milkylainen_: hm, that might be a bug that should be fixed ?
<milkylainen_> So what I think happens is that I have ns16550 built and used. Because I do vbox startups for simulation of my "x86 efi". Seems rather doable. x86 is pretty coherent in that way. But my physical board does not contain a UART. I have no UART out and no declarations that Linux can find.
<milkylainen_> So I suspect U-boot goes. "Oh. Serial.. Thats fine. Bootprompt get_key-> ns16550 uart stuff. IO-explosion. No console.
<marex> xypron: ^
v0|d has quit [Ping timeout: 240 seconds]
torez has quit [Quit: torez]
<milkylainen_> Seems my console variables are always overwritten if I have mux enabled. So I have a fully working serial and vidconsole. Yet when I specify both builtin, it gets overwritten to just serial. The overwrite function is disabled.
<mrnuke> our containers for u-boot builds can run on Centos7, right?
<mrnuke> Tartarus: Thank you for replying to the libressl-2.7 patch. I couldn't have said it better myself
jybz is now known as [314r
[314r is now known as [-14r
[-14r is now known as [3-14r
[3-14r is now known as jybz
<milkylainen_> Is there a serial to usb poll rate?
<milkylainen_> Im running serial and USB now. (finally). But my serial seems abysmally slow
<milkylainen_> coninfo does not seem to update current console settings.
<milkylainen_> I have videoconsole and serial running. But coninfo lists everything on serial and nothing on anything else.
v0|d has joined #u-boot
jwillikers has quit [Remote host closed the connection]
agust has quit [Quit: Leaving.]
matthias_bgg has quit [Quit: Leaving]
jwillikers has joined #u-boot