Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.07 is OUT / Merge Window is OPEN, -next is CLOSED / Release v2022.10 is scheduled for 3 October 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
Guest4494 has joined #u-boot
umbramalison has quit [Quit: %So long and thanks for all the fish%]
umbramalison has joined #u-boot
thopiekar has quit [Ping timeout: 264 seconds]
thopiekar has joined #u-boot
mmu_man has quit [Ping timeout: 250 seconds]
Guest4494 has quit [Quit: Client closed]
LeSpocky has quit [Ping timeout: 264 seconds]
LeSpocky has joined #u-boot
vagrantc has quit [Quit: leaving]
persmule has quit [Ping timeout: 258 seconds]
persmule has joined #u-boot
minimal has quit [Quit: Leaving]
apalos has quit [Quit: ZNC 1.7.2 - https://znc.in]
apalos has joined #u-boot
apalos has quit [Client Quit]
apalos has joined #u-boot
persmule has quit [Remote host closed the connection]
stefanro has quit [Quit: Leaving.]
stefanro has joined #u-boot
naoki has quit [Quit: naoki]
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
ikarso has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
sam_sepi0l has joined #u-boot
<peac> is there a way to output to the console all statements that are executed in a script, similar to bash's `set -x` ?
eloy has quit [Ping timeout: 255 seconds]
eloy has joined #u-boot
mmu_man has joined #u-boot
eloy has quit [Ping timeout: 264 seconds]
eloy has joined #u-boot
persmule has joined #u-boot
lucascastro has joined #u-boot
WoC has quit [Remote host closed the connection]
WoC has joined #u-boot
minimal has joined #u-boot
ikarso has quit [Quit: Connection closed for inactivity]
mmu_man has quit [Ping timeout: 268 seconds]
persmule has quit [Ping timeout: 258 seconds]
persmule has joined #u-boot
<Forty-Bot> is there a way to find all configs with a particular config enabled?
WoC has quit [Remote host closed the connection]
<hanetzer> git grep?
mmu_man has joined #u-boot
WoC has joined #u-boot
vagrantc has joined #u-boot
<Forty-Bot> hanetzer: it's enabled by default on a lot of boards
<Forty-Bot> so usually it's only mentioned in absence (when not enabled)
sam_sepi0l has quit [Quit: Textual IRC Client: www.textualapp.com]
<hanetzer> sjg1: is there any particular reason the veyron chromebooks don't produce a u-boot.rom like the grus?
<hanetzer> (I realize its to do with binman and HAVE_SPI_IMAGE or so, but why its not setup as such.
<sjg1> hanetzer: chromebook_jerry does
<hanetzer> ah, so it does. but speedy does not.
<sjg1> hanetzer: Perhaps when I did this I was using USB boot?
<hanetzer> mayhaps.
<vagrantc> /26/26
* vagrantc waves
<hanetzer> eyo.
<hanetzer> sjg1: well, flipping those bits in jerry to speedy and building makes a u-boot.rom, flashing it, however, does nothing on reset/etc. I can pull ec msgs from servo but cpu_uart_pty remains silent.
<hanetzer> (I had to revert to an older version of hdctools because veyron support got dropped)
rvalue has quit [Quit: ZNC - https://znc.in]
rvalue has joined #u-boot
lucascastro has quit [Remote host closed the connection]
lucascastro has joined #u-boot
<sjg1> hanetzer: Hmm it looks like a bug, since spl_boot_device() requires that there be a SPI image. As to it not booting, I don't have one of those in my lab at the moment...try bisecting?
<hanetzer> yeh
<hanetzer> flashing my original stock chromeos flash dump to make sure the hw is fine, at least
rvalue has quit [Quit: ZNC - https://znc.in]
rvalue has joined #u-boot
<hanetzer> huh... funny. original stock boots, but doesn't appear to do 'anything' while the servo is hooked up to it
<hanetzer> very interesting. in any case, do you happen to know the right commands to flash a speedy over servo? bisecting will be a pain if I'm to use other tools lmao
<hanetzer> managed to work it out; using the 'boot-mainline-kernel-on-veyron-jaq' docs :P
ikarso has joined #u-boot
<hanetzer> aight, strange but this works. I can input via the servo, but output is only showing up on the screen.
lucascastro has quit [Ping timeout: 244 seconds]
sbach has quit [Read error: Connection reset by peer]
lucascastro has joined #u-boot
sbach has joined #u-boot
<sjg1> hanetzer: that is odd, I wonder if there is an odd servod setting, or something wrong with pinmux?
<hanetzer> possible.
<hanetzer> also my bisect brought me down to a change to an imx soc file, which is probably wrong
minimal has quit [Quit: Leaving]
<hanetzer> motherfuck.