ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion
urja has quit [Ping timeout: 268 seconds]
urja has joined #linux-rockchip
kevery has quit [Ping timeout: 250 seconds]
kevery has joined #linux-rockchip
a1batross has quit [Ping timeout: 248 seconds]
rajkosto has quit [Read error: Connection reset by peer]
Bahhumbug_ is now known as Bahhumbug
kevery1 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
a1batross has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 250 seconds]
kevery1 is now known as kevery
lurchi__ has quit [Ping timeout: 250 seconds]
lurchi_ has joined #linux-rockchip
lurchi_ is now known as lurchi__
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Read error: Connection reset by peer]
kevery1 is now known as kevery
_sfo has joined #linux-rockchip
stikonas has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
stikonas has quit [Ping timeout: 265 seconds]
kevery1 has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
rajkosto has joined #linux-rockchip
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 268 seconds]
kevery1 is now known as kevery
jelly-home is now known as jelly
kevery1 has joined #linux-rockchip
kevery has quit [Remote host closed the connection]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 268 seconds]
kevery1 is now known as kevery
kevery1 has joined #linux-rockchip
kevery has quit [Ping timeout: 240 seconds]
kevery1 is now known as kevery
fleg has quit [Remote host closed the connection]
fleg has joined #linux-rockchip
kevery has quit [Ping timeout: 246 seconds]
rajkosto has quit [Read error: Connection reset by peer]
naoki has joined #linux-rockchip
naoki has quit [Quit: naoki]
lurchi__ has quit [Quit: Konversation terminated!]
lurchi__ has joined #linux-rockchip
Danct12 has joined #linux-rockchip
hramrach has quit [Quit: WeeChat 3.4.1]
rajkosto has joined #linux-rockchip
vagrantc has joined #linux-rockchip
Stat_headcrabed has joined #linux-rockchip
Undef[m] has quit [Ping timeout: 265 seconds]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
<Kwiboo> CounterPillow: thanks for sending the rk356x pcie range fix, will runtime test and reply to list later this weekend :-)
<CounterPillow> \o/
Undef[m] has joined #linux-rockchip
<CounterPillow> I don't have a PCIe device that was known to be broken previously but I did hand a patched devicetree to someone and for now it seems to have improved things on the PCIe2 controller of the RK3566 for them
<Kwiboo> Not sure I have any broken or complex device, my main concern is related to the following issue in u-boot: https://patchwork.ozlabs.org/project/uboot/patch/20230517225337.2089287-6-jonas@kwiboo.se/
<Kwiboo> not sure if that will happen or is an issue in linux
<robmur01> I have a vague feeling that might be a relatively standard quirk
<robmur01> (or at least I'm convinced that I've seen at least one other controller where endpoint mode BARs were erroneously visible in root complex mode)
<Kwiboo> good to know, have seen similar workarounds for some other pcie drivers in uboot, was hoping linux handles this better in core or have a quirk flag ready
<robmur01> ah, found a pattern between pci-xgene and pcie-altera at least, trouble is there's probably about 17 other ways of doing it too :)
<CounterPillow> ... maybe I should re-image my ODROID M1 and check there that this doesn't break NVMe support at least :D
<CounterPillow> Kwiboo: for your odroid m1 tests, what did you do to make sure the vendor SPI u-boot doesn't run? It seems for me their SPL runs and then your rk35xx branch gets loaded and then fails to voltage select the SD card
<Kwiboo> CounterPillow: I usually press down on recovery button when connecting power or rebooting, then it loaded from sd-card or emmc
<CounterPillow> nice, thanks
<Kwiboo> it was some time since I tested on all devices, planning on re-testing all devices during weekend :-)
<CounterPillow> ok recovery button works, I just still get Card did not respond to voltage select! : -110 :(
<Kwiboo> strange, may be some important patch missing, I have tried to isolate rk356x patches in my rk3568-2023.07 branch
<CounterPillow> Okay, I'll try building that
<Kwiboo> ahh, yes may have been my latest rk35xx have some issue with unbalanced regulators in mmc core
<CounterPillow> rk3568-2023.07 fails in the same way
<CounterPillow> (this is with just odroid-m1-rk3568_defconfig)
<Kwiboo> strange, will give it a try on my odroid-m1
<CounterPillow> since I think you got USB to work I can just use a USB root device, so I'll try that :)
<Kwiboo> I did not get any sd voltage select error with my emmc or sd-card, using a sandisk ultra 32gb a1 card, SDSQUA4-032G-GN6MA, will try to locate some other sd-cards to test with
<Kwiboo> I am using latest ddr v1.16 and bl31 v1.42 blobs, if that could make any difference
<Kwiboo> I do see some, USB-error: DEVICENOTRESPONDING: Device did not respond to token (IN) or did not provide a handshake (OUT), that I have not seen before, possible related to fixed/gpio regulator ref count feature missing
<CounterPillow> I'm using a SanDisk Max Endurance 64GB card
<CounterPillow> kernel loads from USB though (but my kernel config is missing something, running into a [ 1.912236] /dev/root: Can't open blockdev panic)
hramrach has joined #linux-rockchip
<Kwiboo> tested with different sd-cards: sandisk ultra class 10, samsung pro endurance and samsung evo, not seeing any -110 error, did however see a -110 error when booting into linux from emmc
<Kwiboo> using extlinux boot method so see: Booting bootflow 'mmc@fe2b0000.bootdev.part_1' with extlinux, when loading kernel
<Kwiboo> CounterPillow: are you using extlinux, boot script or efi to load kernel?
<CounterPillow> extlinux
stikonas has joined #linux-rockchip
vagrantc has quit [Quit: leaving]
vagrantc has joined #linux-rockchip
<CounterPillow> Okay, managed to use a USB root to test the PCIe ranges patch on an ODROID M1, works fine with an NVMe drive inserted.
<diederik> Later tonight or this weekend I'll send my Tested-By as it's the exact same patch I've been using for a while now
stikonas has quit [Ping timeout: 240 seconds]
vagrantc has quit [Quit: leaving]
Perflosopher has joined #linux-rockchip