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
ikarso has quit [Quit: Connection closed for inactivity]
joeskb7 has quit [Ping timeout: 272 seconds]
ad__ has quit [Server closed connection]
ad__ has joined #u-boot
sakman has quit [Ping timeout: 258 seconds]
jtf has quit [Quit: WeeChat 4.0.5]
goliath has quit [Quit: SIGSEGV]
sakman has joined #u-boot
mmu_man has quit [Ping timeout: 255 seconds]
jclsn has quit [Ping timeout: 264 seconds]
jclsn has joined #u-boot
Clamor has joined #u-boot
RecursiveG has quit [Server closed connection]
RecursiveG has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
austriancoder has quit [Server closed connection]
austriancoder has joined #u-boot
qqq has quit [Remote host closed the connection]
vagrantc has joined #u-boot
vagrantc has quit [Quit: leaving]
hays has quit [Server closed connection]
thopiekar has quit [Ping timeout: 264 seconds]
haritz has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
ikarso has joined #u-boot
tpw_rules has quit [Server closed connection]
tpw_rules has joined #u-boot
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
mckoan|away is now known as mckoan
monstr has joined #u-boot
prabhakarlad has joined #u-boot
ezulian has joined #u-boot
LordKalma has quit [Quit: Server has probably crashed]
LordKalma has joined #u-boot
LordKalma has quit [Client Quit]
LordKalma has joined #u-boot
LordKalma has quit [Client Quit]
LordKalma has joined #u-boot
sszy has joined #u-boot
manchaw has joined #u-boot
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
sng has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
goliath has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
ikarso has quit [Quit: Connection closed for inactivity]
prabhakarlad has joined #u-boot
dsimic has quit [Ping timeout: 258 seconds]
dsimic has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 255 seconds]
mmu_man has joined #u-boot
crb has quit [Server closed connection]
camus has quit [Remote host closed the connection]
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
joeskb7 has joined #u-boot
camus has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
umbramalison has quit [Quit: %So long and thanks for all the fish%]
<Mis012> `clk_dm(SANDBOX_CLK_PLL3, sandbox_clk_pllv3(SANDBOX_PLLV3_USB, "pll3_usb_otg", "osc", base + 0x10, 0x3));`
<Mis012> where exactly does "osc" come from?
<Mis012> in a sane world probably from the devicetree, but I don't see it there
<Mis012> and I don't see it anywhere else either (ignoring clocks of the same name on non-sandbox platforms), which makes me doubt that it exists at all
mmu_man has quit [Ping timeout: 264 seconds]
prabhakarlad has joined #u-boot
<marex> Mis012: try 'clk d'
<marex> Mis012: also try 'fdt addr $fdtcontroladdr ; fdt print'
mmu_man has joined #u-boot
<Mis012> => clk d
<Mis012> Unknown command 'clk' - try 'help'
<Mis012> and
<Mis012> I guess sandbox_defconfig doesn't enable ccf by default?
<Mis012> uhm hm, CONFIG_CMD_CLK is deprecated
<Mis012> and not enabled
<Mis012> => clk d
<Mis012> Clock dump error -19
<Mis012> marex:
<Mis012> not much better
rcn-ee has quit [Server closed connection]
rcn-ee has joined #u-boot
Clamor has quit [Ping timeout: 240 seconds]
n0thing has joined #u-boot
Clamor has joined #u-boot
broonie has quit [Server closed connection]
broonie has joined #u-boot
<marex> Mis012: are you using sandbox_defconfig ?
Clamor has quit [Ping timeout: 240 seconds]
Clamor has joined #u-boot
<Mis012> yes
<Mis012> I guess I should try latest master, but I doubt a deprecated command would be *less* broken on a more up to date tree
<Mis012> yep, same
Clamor has quit [Ping timeout: 255 seconds]
Clamor has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
<marex> Mis012: about the osc
<marex> $ ./u-boot -Tc 'dm t' | grep osc clk 4 [ ] fixed_clock |-- osc
<marex> $ git grep osc arch/sandbox/dts/
<marex> arch/sandbox/dts/test.dts: osc {
<Mis012> hm, I see..
<Mis012> thx
sakman has quit [Quit: Leaving]
sakman has joined #u-boot
<kabel> does anybody have device with realtek 2.5g PHY such that the driver drivers/net/phy/realtek.c is used?
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
<marex> kabel: the last realtek PHY I have here is 100/full
mmu_man has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
stefanro has quit [Quit: Leaving.]
mmu_man has joined #u-boot
Stat_headcrabed has joined #u-boot
monstr has quit [Remote host closed the connection]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
mckoan is now known as mckoan|away
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
sakman has quit [Quit: Leaving]
sakman has joined #u-boot
<f_> Tartarus: want me to work on the website then?
<Tartarus> f_: If it sounds fun to you, please, thanks!
<f_> HTML and CSS is fun
<f_> Tartarus: Oh, also expect no JS lol
<f_> I run Tor Browser with JS disabled :P
<rfs613> how do you cleanly exit from the sandbox simulator?
pgreco has quit [Ping timeout: 240 seconds]
pgreco_ has joined #u-boot
<f_> Tartarus: what should I put in the website?
vagrantc has joined #u-boot
<silurian_invader> rfs613: poweroff?
<Tartarus> f_: Well, a link to our GitLab, and a link to docs.u-boot.org, and our logo. Link the the mailing list, and that we're over here on irc
<Tartarus> Uh
<f_> Sure!
ikarso has joined #u-boot
<rfs613> silurian_invader: oh hey, how did I miss that... thanks!
mmu_man has quit [Ping timeout: 246 seconds]
<Tartarus> control-D as well, iirc
<f_> Tartarus: made something pretty simple
<f_> I'll send a screenshot
mripard has quit [Quit: mripard]
<f_> Also felt like adding a link to online IRC logs was a good idea
<Tartarus> As a minimal graphics person, I like it
<rfs613> Tartarus: did try ^D but that seem to have any effect here
* f_ also happens to somehow be a minimal graphics person.
<Tartarus> And that also does mean if someone would like to suggest something more complex, there's a site to compare with
<f_> CSS is only 33 lines long, even
<f_> and it only uses local fonts
<Tartarus> f_: So.. I'm inclined to at least ask, can that all fit in git, under say doc/website/ ?
<f_> ¯\_(ツ)_/¯
<f_> If you want an index.html and style.css inside doc/website
n0thing has quit [Quit: Client closed]
<f_> Tartarus: The website is quite small at the moment
<f_> So yes, it can fit in git
<Tartarus> Well, if it's in tree, then it's easy for anyone else to improve on it too
<f_> Only has an html file and css file
n0thing has joined #u-boot
<Tartarus> I assume the logo is just a copy of tools/logos/u-boot_logo.svg
<rfs613> Tartarus: I meant to say "seems to NOT have any effect"
<f_> Tartarus: Slightly.
<Tartarus> rfs613: Ah, ok. I thought it did, but maybe I just give up and ^C instead
<f_> I converted it to a PNG as Tor Browser doesn't show SVGs.
<rfs613> Tartarus: yeah ^C works but that sends a signal, and causes things like valgrind to not do their magic...
<Tartarus> f_: Ah
<rfs613> next you will need a favicon, and different language translations, dark theme...
<f_> rfs613: why need a dark theme?
<rfs613> pretty soon it will be React or whatever is the framework of the week :P
mmu_man has joined #u-boot
<f_> I'm pretty sure your web browser can handle that on its own
<rfs613> f_: i'm joking, I like it as is
<f_> like..changing the default background and text color
<f_> rfs613: lol
<f_> rfs613: but yes I forgot the favicon
<f_> I usually never use favicons :D
<rfs613> how does it look on mobile? got that magic viewport tag (forgot what it was...)
<f_> not yet
<rfs613> (and to be clear I am not trying to feature creep or be difficult... just asking questiosn that I am sure will come up...)
<f_> rfs613: nah these questions are appreciated
<rfs613> btw I put my favicon right into the index.html as a base64 string. Since it is only a single page.
<rfs613> <meta name="viewport" content="width=device-width, initial-scale=1">
<rfs613> is the magic for mobile... or at least it was the last time I did a website...
<f_> rfs613: already done
<f_> Just need to make the navbar/header responsive
<rfs613> f_: great, thanks for your efforts!
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
<Tartarus> f_: yes, thanks! And I'm kicking at one of the free tier cloud hosts I have something on so we can make it go live soon
<f_> NP :)
n0thing has quit [Quit: Client closed]
n0thing has joined #u-boot
n0thing has quit [Quit: Client closed]
ezulian has quit [Ping timeout: 255 seconds]
<rfs613> Tartarus: does gitlab offer something equivalent to github pages?
<f_> I think it does
<Tartarus> Possibly, lets see
Clamor has quit [Read error: Connection reset by peer]
Clamor has joined #u-boot
<Tartarus> So, if we have the website in the top-level "public" directory, then gitlab pages will just deploy them
<Tartarus> (and I do some admin things so that it's not u-boot.gitlab.io but instead u-boot.org
<Tartarus> Not super thrilled with adding a top-level "public" folder just because
<silurian_invader> you can deploy them as part of an action
<rfs613> Tartarus: a separate repo for website, perhaps?
<silurian_invader> so you just do `cp -a doc/whatever public` and then deploy it
<Tartarus> rfs613: Yeah, could do that
<Tartarus> silurian_invader: Ah, yeah, I hadn't quite followed
<rfs613> it's amazing how much more complex it has become to deploy a static single page website ;-)
Clamor has quit [Read error: Connection reset by peer]
milkylainen has quit [Quit: big shoe]
<Tartarus> kabel: re realtek, in U-Boot, or in Linux? I ask since I just had to bring down/up, again, the 2.5G interface on my desktop box and it's a realtek
ikarso has quit [Quit: Connection closed for inactivity]
ikarso has joined #u-boot
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
<marex> Tartarus: u-boot website ?
<Tartarus> Yes, sjg1 got u-boot.org and we should have a something
pgreco_ has quit [Ping timeout: 252 seconds]
pgreco has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
ikarso has quit [Quit: Connection closed for inactivity]