Nikolai Ryzhkov

Results 23 comments of Nikolai Ryzhkov

There are outputs for: * cbmem * lspci (with -v and without) * dmesg [asus_chromebox_3.zip](https://github.com/MrChromebox/firmware/files/12423958/asus_chromebox_3.zip)

Some additional info From here: `variants/baseboard/devicetree.cb` ``` # PCI Express Port 3 for LAN, will be swapped to port 1 by FSP device pci 1c.2 on chip drivers/net register "customized_leds"...

This is the card that I have: https://vi.aliexpress.com/item/1005005101361503.html

I want to add more logs to open core. @MrChromebox just to confirm that I can build ROM using your script: [coreboot](https://github.com/MrChromebox/coreboot/tree/MrChromebox-4.20)/build-uefi.sh Also, can I extract blobs from the current...

> > > @MrChromebox just to confirm that I can build ROM using your script: > > [coreboot](https://github.com/MrChromebox/coreboot/tree/MrChromebox-4.20)/build-uefi.sh > > you would build using: `./build-uefi.sh fizz` > > if you...

Thank you. It works on 22.04. Also, I looked into the build instructions for edk2 to add other packages.

Hey. I have a great news: ``` 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15) 02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125...

Do you mean `register "PcieRpClkReqSupport[3]" = "1"`. I tried it. Looks like it's affects only devices and does not affect bus initialisation. So you can disable this feature on add-on...

@MrChromebox Thank you. If you have something to start, it would be great. I found few information but helpful would be appreciate. However, this investigation will be much slower. Also,...

Hey, guys. Win-raid is very helpful. Right now I found how to disable checking CLKREQ. Continue to play around.