ikarso has quit [Quit: Connection closed for inactivity]
tnovotny has quit [Quit: Leaving]
<lvrp16>
ahh u-boot's ls is basically for directories only. I wonder how to check if file exists then...
<alpernebbi>
rainbyte[m]: see tools/buildman/buildman.rst which can get you a toolchain that doesn't have that error (but still has wchar_t warning)
<alpernebbi>
I do see some posts about the "uses VFP register arguments, u-boot does not" in mailing list archives, seems to be something about division?
<alpernebbi>
I can reproduce it, will eventually look at fixing it, thanks
<rainbyte[m]>
that seems to be the case, maybe the font code has something like that
<rainbyte[m]>
by the way, I tried to compile older versions for veyron-minnie and couldn't find a working one
<rainbyte[m]>
last I tried is f53c2dc1 from may 2020
<alpernebbi>
drivers/video/console_truetype.c has some divisions in it
sng has quit [Remote host closed the connection]
<alpernebbi>
I'm thinking your minnie and jenneron's jerry has some hardware differences that should be / aren't accounted for
<alpernebbi>
hopefully I'll run into that with my mighty and can debug
<rainbyte[m]>
is there anything I can do to help?
<rainbyte[m]>
I have been also testing coreboot, current master is also black screen but backlight is on
<alpernebbi>
not right now, I'll ping at the pmOS merge request if anything comes up
stefanro has quit [Quit: Leaving.]
<alpernebbi>
(I'm still busy with some other things)
<rainbyte[m]>
ok, I understand
<rainbyte[m]>
I saw that your patches enable rockchip uart on the usb port, should that be working? I tried to listen on D+ and D- but there is nothing there
<alpernebbi>
I think that enables uart on the servo header, not sure
<rainbyte>
I don't remember where, but I read this before: "Most newer Rockchip SoCs provide the possibility to use a usb-phy as passthrough for the debug uart (uart2), making it possible to for example get console output without needing to open the device."
<rainbyte>
"On a spliced usb cable the signals are tx on white wire(D+) and
<rainbyte>
I will try that on the veyron-speedy (which is alredy booting)
<lvrp16>
sjg1: found the issue with efi boot, it was a hard coded size issue
<rainbyte>
alpernebbi, I have just tested on the veyron-speedy and usb_uart is working in the Linux kernel by using D- pin, but not in u-boot :(
<alpernebbi>
sad :( thanks for testing anyway
<rainbyte>
maybe it needs some configuration, I could make it work on the kernel by reducing baud rate
<rainbyte>
if works there then it is just doing the same in u-boot, right?
<alpernebbi>
should be doable, don't know how
<cambrian_invader>
lvrp16: you can load a single block of the file
<lvrp16>
cambrian_invader: good way, it's just a little weird to have fs_exists return 1 when the file exists IMHO. just another quirk to keep in mind.
<cambrian_invader>
from what I can tell, `ls` is mainly intended for interactive use
mmu_man has quit [Ping timeout: 260 seconds]
mmu_man has joined #u-boot
sng has joined #u-boot
<xypron>
Tartarus: Should SNP_PCI depend on PCI?
<Tartarus>
Sorry, which symbol?
<xypron>
Tartarus: CONFIG_SPL_PCI should it depend on CONFIG_PCI