[coreboot] best dermatologist in chennai

2020-01-06 Thread kosmodermablr
Best Skin doctors in Bangalore: Kosmoderma is one of the best skin clinics in Bangalore. we have team of most qualified and experienced Dermatologists in Bangalore & Chennai. visit:https://www.kosmoderma.com/skin-treatments/dermatologist-in-bangalore/

[coreboot] [fam16h AM1I-A] ehci-pci: can't derive routing for PCI INT B. USB 3.0 doesn't work even as USB 2.0

2020-01-06 Thread Mike Banon
My AM1I-A config is similar to G505S in this relation: # CONFIG_HUDSON_XHCI_FWM is not set # CONFIG_HUDSON_XHCI_ENABLE is not set Since XHCI is disabled, I expect its' USB 3.0 ports to work as USB 2.0, just like they are working on G505S. However, on AM1I-A they don't work at all, and I see this

[coreboot] Re: Mainboard porting assistance

2020-01-06 Thread Nico Huber
On 06.01.20 00:34, Benjamin Doron wrote: >> well, you can boot with the vendor firmware, enable the discrete GPU >> and check in your OS (xrandr, for instance, I guess) where the display >> is connected. > > eDP? That's probably not very helpful to you, I'm sorry. Doesn't that just > say that

[coreboot] Re: Mainboard porting assistance

2020-01-06 Thread Nico Huber
On 06.01.20 06:18, Benjamin Doron wrote: >> A couple of GPIOs do change when the dGPU is enabled or disabled. > > I'm astonished, but the GPIOs that I had saved seem to correspond to the dGPU > being disabled. I'll go through them again. I also saw one appear before and > two others disappear

[coreboot] Re: AM1I-A Failing to Boot

2020-01-06 Thread Mike Banon
a discrete GPU problem is fixed with this tiny change - https://review.coreboot.org/c/coreboot/+/38214 On Thu, Dec 26, 2019 at 10:30 AM Mike Banon wrote: > > I hope this board is saved with a change > https://review.coreboot.org/c/coreboot/+/37829 ( asus/am1i-a: Switch > away from

[coreboot] Re: F2A85-M - amdgpu fails, integrated GPU works fine

2020-01-06 Thread Mike Banon
This tiny change - just two lines of code! - should be already enough to get a discrete GPU working for you: https://review.coreboot.org/c/coreboot/+/38215 It would be nice if you could test it as soon as possible and share your feedback, to get it merged sooner. More complicated changes seem to