Re: [coreboot] Server systems shipped with coreboot

2018-01-22 Thread taii...@gmx.com
In case anyone wants to know the (non-coreboot) libre firmware TALOS 2 single CPU/board combo is now only 2.5K. I still can't figure out how they managed to make it so affordable, this is seriously great. -- coreboot mailing list: coreboot@coreboot.org

Re: [coreboot] Link layer between "coreboot" - "seabios" - "coreinfo/nvramcui"

2018-01-22 Thread Аладышев Константин
I've found out that commit that broke down compatibility with my old Coreboot was: libpayload/libc/console: Flush input driver buffer on init https://review.coreboot.org/#/c/coreboot/+/19345/ If I revert it with the newest Coreboot, payloads (coreinfo/nvramcui) will work with my old Coreboot

Re: [coreboot] I want to be a contributor

2018-01-22 Thread taii...@gmx.com
On 01/21/2018 09:56 AM, 戴,曉政 via coreboot wrote: Dear Taiidan, I have read letter from Kyosti, he said ‘AGESA family15 boards and chipset vendorcode for older than Trinity has been/will be removed on 4.7 release’. In this case, whether I still can use H8SCM for my first coreboot mainboard or

[coreboot] How are PCI capabilities set in coreboot?

2018-01-22 Thread taii...@gmx.com
How are the PCI capabilities in coreboot set for integrated devices? I have poked around the files but am unable to figure this out. Myself and my associates are trying to fix a few boards so the capabilities match the spec sheets - ie: add FLR to the USB controllers and ARI to the root hubs.