ikarso has quit [Quit: Connection closed for inactivity]
prabhakalad has joined #u-boot
Jones42 has quit [Ping timeout: 272 seconds]
Jones42 has joined #u-boot
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
dsimic has quit [Ping timeout: 244 seconds]
dsimic has joined #u-boot
clamor has joined #u-boot
vardhan has quit [Remote host closed the connection]
vardhan has joined #u-boot
clamor has quit [Ping timeout: 244 seconds]
clamor has joined #u-boot
monstr has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
ldevulder has joined #u-boot
ldevulder has quit [Read error: Connection reset by peer]
gsz has joined #u-boot
warpme has joined #u-boot
ikarso has joined #u-boot
ldevulder has joined #u-boot
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
warpme has joined #u-boot
sszy has joined #u-boot
MyNetAz has quit [Remote host closed the connection]
enok has joined #u-boot
MyNetAz has joined #u-boot
mmu_man has joined #u-boot
<sjg1>
Tartarus: OK I did that on Alex. It only has 1TB which is probably not enough for that many cores
Jones42 has quit [Ping timeout: 260 seconds]
MyNetAz has quit [Remote host closed the connection]
Jones42 has joined #u-boot
MyNetAz has joined #u-boot
clamor has quit [Ping timeout: 265 seconds]
eballetbo has quit [Quit: Connection closed for inactivity]
Stat_headcrabbed has joined #u-boot
goliath has joined #u-boot
saimazoon has quit [Ping timeout: 252 seconds]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Stat_headcrabbed has joined #u-boot
haritz has joined #u-boot
haritz has quit [Changing host]
haritz has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
gsz has quit [Ping timeout: 252 seconds]
monstr has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 252 seconds]
rvalue- is now known as rvalue
mmu_man has joined #u-boot
gsz has joined #u-boot
peac has joined #u-boot
enok has quit [Ping timeout: 252 seconds]
gsz has quit [Ping timeout: 260 seconds]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
mmu_man has quit [Ping timeout: 248 seconds]
warpme has joined #u-boot
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 244 seconds]
mmu_man has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
MyNetAz has quit [Remote host closed the connection]
MyNetAz has joined #u-boot
goliath has quit [Quit: SIGSEGV]
<Tartarus>
How much space did it free? That should be OK for such an otherwise new runner, we shouldn't have that much stale cache around. That said, I did want to see if gitlab is doing something annoying wrt bind mounts and /tmp or otherwise not automatically cleaning up after itself in ways we can do something about
Stat_headcrabbed has quit [Remote host closed the connection]
Stat_headcrabbed has joined #u-boot
clamor has joined #u-boot
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Hypfer63 has joined #u-boot
Hypfer6 has quit [Read error: Connection reset by peer]
Hypfer63 is now known as Hypfer6
Stat_headcrabbed has joined #u-boot
enok has joined #u-boot
goliath has joined #u-boot
Jones42 has quit [Ping timeout: 260 seconds]
monstr has quit [Remote host closed the connection]
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
vagrantc has joined #u-boot
gsz has joined #u-boot
<Tartarus>
... and rebooting guru, since there doing a "docker system prune --all --force --volumes" managed to leave dangling weird stuff, possibly due to gitlab-runner being in a container and not a stand alone service
mmu_man has joined #u-boot
<apalos>
you can restart the docker service to 'fix' this
<clamor>
Tartarus: yes, edid will work just like before with config disabled. I will provide a detailed answer via email.
<Tartarus>
clamor: Thanks
warpme has joined #u-boot
<Tartarus>
apalos: Good to know esp since it didn't come back up in Linux but I think macOS (it's a mac mini M2 I was hoping would be faster than it is, but still useful enough for a runner)
warpme has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
Stat_headcrabbed has joined #u-boot
mmu_man has quit [Ping timeout: 252 seconds]
LainExperiments has joined #u-boot
mripard has quit [Quit: WeeChat 4.5.1]
Jones42 has joined #u-boot
<Jones42>
Is there anything else I need to do to disable the serial console during boot apart from CONFIG_SILENT_CONSOLE and CONFIG_DISABLE_CONSOLE ? I still get some output on my imx6 serial
Stat_headcrabbed has quit [Quit: Stat_headcrabbed]
<marex>
Jones42: set the iomux and that surely disables it ;)
tec4 has quit [Quit: bye!]
tec4 has joined #u-boot
ldevulder has quit [Ping timeout: 260 seconds]
clamor has quit [Read error: Connection reset by peer]
LainExperiments has quit [Quit: Client closed]
LainExperiments has joined #u-boot
<Jones42>
marex: hehe, is that how you're supposed to do it? since the mentioned configs don't work, I assume i must have overloooked something...
<Tartarus>
Well, I've fixed a number of small easy Kconfig mistakes / warnings, and found we have one really funny thing that works unintentionally
<Tartarus>
The choice statement in drivers/usb/ulpi/Kconfig is not valid. optional is not a documented keyword, nor one used in the linux kernel
<marex>
Jones42: if you want to be really sure, that's one way
<Tartarus>
But if you have USB_ULPI and USB_ULPI_VIEWPORT or USB_ULPI_VIEWPORT_OMAP in the defconfig, it behaves as expected
<Tartarus>
And if you have neither, it doesn't prompt
<Tartarus>
I need to go and whack that all a bit more to be differently handled, after testing the parts of this series I am pretty sure won't have an unexpected problem
<Tartarus>
How, I don't know. Maybe it's just a prompted question
gsz has quit [Ping timeout: 260 seconds]
<Tartarus>
OK, I think not quite the pain I was worried it would be