[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Peter Stuge
AreYouLoco? wrote: > I was wrong it isn't detected as SD/MMC it doesn't get detected at all. > There is a separate device for SD/MMC present both on coreboot and stock. Are you really sure? There is no such device in the vendor BIOS logs. Alesandar Metodiev wrote: > I have tried to enable spkmod

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Nico Huber
On 08.04.20 21:29, Nico Huber wrote: > On 08.04.20 20:02, Peter Stuge wrote: >> Alesandar Metodiev wrote: >>> AreYouLoco has already posted the output of `sudo lspci -vvxxx -s >>> 0d:00.3` (when he was still running with the vendor firmware). >>> Here it is. https://del.dog/raw/firewire_lspci >> >>

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Alesandar Metodiev
I have tried to enable spkmodem, but now I can not boot at all. Maybe I did something wrong. No SeaBios, just a black screen. I will try to find some free time tomorrow, in order to disassemble and flash the laptop again, but I can't promise anything. On Wed, Apr 8, 2020 at 10:29 PM Nico Huber wr

[coreboot] Re: Laptop EC questions

2020-04-08 Thread Lomár Berry
The screen remains blank during the process. I do not think coreboot itself is even starting as I try to get logs and all I get it a bunch of ÿ characters. I will remove the Nvidia GPU from my laptop and see if I can get output then. I have 2 of these laptops. On Tue, Apr 7, 2020 at 5:14 AM Iru C

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Nico Huber
On 08.04.20 20:02, Peter Stuge wrote: > Alesandar Metodiev wrote: >> AreYouLoco has already posted the output of `sudo lspci -vvxxx -s >> 0d:00.3` (when he was still running with the vendor firmware). >> Here it is. https://del.dog/raw/firewire_lspci > > Comparing that with https://del.dog/raw/lspc

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread AreYouLoco?
I was wrong it isn't detected as SD/MMC it doesn't get detected at all. There is a separate device for SD/MMC present both on coreboot and stock. Same chip tho Ricoh Co Ltd R5C832. @hell__ on the IRC mentioned it's a function of the Ricoh interface seen here as slash: https://del.dog/raw/lspci_nnt

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Peter Stuge
Hi, this is a fun one. Alesandar Metodiev wrote: > AreYouLoco has already posted the output of `sudo lspci -vvxxx -s > 0d:00.3` (when he was still running with the vendor firmware). > Here it is. https://del.dog/raw/firewire_lspci Comparing that with https://del.dog/raw/lspci_nntv shows that the

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread AreYouLoco?
Flashed stock it worked. Seems like LVDS ribbon was not connected. Here is lspci --nntv output: https://del.dog/raw/lspci_nntv On 08.04.2020 18:01, Alesandar Metodiev wrote: > Nico, AreYouLoco has already posted the output of `sudo lspci -vvxxx -s > 0d:00.3` (when he was still running with the ve

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread AreYouLoco?
Now I flashed backed up stock (to get the output of full lspci and lspci -nntv) but it doesn't boot up...flashing stock again... On 08.04.2020 18:01, Alesandar Metodiev wrote: > Nico, AreYouLoco has already posted the output of `sudo lspci -vvxxx -s > 0d:00.3` (when he was still running with the v

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Alesandar Metodiev
Nico, AreYouLoco has already posted the output of `sudo lspci -vvxxx -s 0d:00.3` (when he was still running with the vendor firmware). Here it is. https://del.dog/raw/firewire_lspci On Wed, Apr 8, 2020 at 6:41 PM Nico Huber wrote: > Hi, > > On 08.04.20 13:45, AreYouLoco? wrote: > > I can confirm

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Nico Huber
Hi, On 08.04.20 13:45, AreYouLoco? wrote: > I can confirm that my Firewire controller with coreboot is detected as > MMC/SD Controller. The same situation as yours so seems like a bug. > > I tried Debian and Ubuntu Studio both detect it as SD/MMC Controller. > It gets detected correctly on stock B

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread AreYouLoco?
Attaching logs: cbmem -1 > https://del.dog/raw/cbmemlog lspci -vvxxx > https://del.dog/raw/sd-mmc-not-fw On 08.04.2020 13:45, AreYouLoco? wrote: > I can confirm that my Firewire controller with coreboot is detected as > MMC/SD Controller. The same situation as yours so seems like a bug. > > I tri

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread AreYouLoco?
I can confirm that my Firewire controller with coreboot is detected as MMC/SD Controller. The same situation as yours so seems like a bug. I tried Debian and Ubuntu Studio both detect it as SD/MMC Controller. It gets detected correctly on stock BIOS. Devs? On 08.04.2020 13:22, Alesandar Metodiev

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Alesandar Metodiev
AreYouLoco, I am really glad to see there is someone else who is interested in this. If necessary, I will provide the coreboot config in a few hours, but it was nothing special. It was built from master and I have simply selected mainboard vendor/model, checked *Use CMOS for configuration values *a

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread AreYouLoco?
On stock latest firmware and ubuntu studio I do see this: https://del.dog/raw/firewire_lspci I just builded coreboot. Backing up stock and trying to see if it's detected with coreboot. Fingers crossed! On April 8, 2020 9:15:22 AM UTC, Paul Menzel wrote: >Dear AreYouLoco, > > >Am 08.04.20 um 10

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread Paul Menzel
Dear AreYouLoco, Am 08.04.20 um 10:59 schrieb AreYouLoco?: I am in the same situation. Same board and same controller. Still didn't flash coreboot but I also want to make FW work with coreboot. Could you please share your coreboot build config? Did you build master repo? Thanks. I am also wil

[coreboot] Re: ThinkPad T420 and FireWire chip on Linux

2020-04-08 Thread AreYouLoco?
Hi, I am in the same situation. Same board and same controller. Still didn't flash coreboot but I also want to make FW work with coreboot. Could you please share your coreboot build config? Did you build master repo? Thanks. I am also willing to test images and configs to make that setup work.