[coreboot] Looking for a volunteer to add Fam15h spectre MSR to coreboot

2018-04-04 Thread taii...@gmx.com
As I am not a programmer I do not know how to do this (thanks for the heads-up rmarek) nor am I permitted to add to the repos. MITIGATION G-2                                        Description: Set an MSR in the processor so that LFENCE is a dispatch serializing instruction and then use LFENCE in

[coreboot] [URGENT] - The KCMA-D8 is going to be removed from coreboot unless people cough up a board status update

2018-04-04 Thread taii...@gmx.com
This is a great board that many use and it DOES work - it needs a status update ASAP to prevent it from being removed in the next release. I am unable to do this myself as I use mine for an important router. At the rate things are going soon there will be no non-development boards that are still

Re: [coreboot] Problems with NVidia on Lenovo ThinkPad T430

2018-04-04 Thread Christoph Pomaska
Hi Tobias, I used UEFItool to extract the Nvidia option ROM, that wiki page under "UEFI method": https://www.coreboot.org/VGA_support On the T430 I found two blobs, one of about 60k in size and one that's about double the size, but I wasn't able to properly test yet which one is needed.

Re: [coreboot] Problem with tianocore compilation in coreboot-sdk:1.50

2018-04-04 Thread Aaron Durbin via coreboot
On Wed, Apr 4, 2018 at 8:40 AM, Piotr Król wrote: > > > On 04/04/2018 05:31 PM, Aaron Durbin wrote: >> On Wed, Apr 4, 2018 at 4:55 AM, Piotr Król wrote: >>> Hi all, >>> I can't compile tianocore payload using coreboot-sdk:1.50 and coreboot 4.7. >>> >>>

Re: [coreboot] Problem with tianocore compilation in coreboot-sdk:1.50

2018-04-04 Thread Piotr Król
On 04/04/2018 05:31 PM, Aaron Durbin wrote: > On Wed, Apr 4, 2018 at 4:55 AM, Piotr Król wrote: >> Hi all, >> I can't compile tianocore payload using coreboot-sdk:1.50 and coreboot 4.7. >> >> VfrUtilityLib.cpp: In member function 'CHAR8* >>

Re: [coreboot] Problem with tianocore compilation in coreboot-sdk:1.50

2018-04-04 Thread Aaron Durbin via coreboot
On Wed, Apr 4, 2018 at 4:55 AM, Piotr Król wrote: > Hi all, > I can't compile tianocore payload using coreboot-sdk:1.50 and coreboot 4.7. > > VfrUtilityLib.cpp: In member function 'CHAR8* > CVfrStringDB::GetVarStoreNameFormStringId(EFI_STRING_ID)': > >

Re: [coreboot] Problems with NVidia on Lenovo ThinkPad T430

2018-04-04 Thread Tobias Dausend
Hello Michał, which size got your option ROM for the Nvidia card? Regards, Tobias. Am 04.04.2018 um 15:20 schrieb Michał Kopeć: > Hello, > > I'm currently using the latest Git snapshot on my machine. I also > compiled with the Intel option rom and added the nvidia option rom > using cbfstool

Re: [coreboot] Problems with NVidia on Lenovo ThinkPad T430

2018-04-04 Thread Tobias Dausend
Hey Christoph, I had also a first tryout with the UEFItool and had one ROM extracted. But afterwards did this with PhoenixTool and got two ROMs with the same size. Thanks for the hint afterwards, because one ROM seems not working after all. I'll have a look in the dumped list from PhoenixTool.

Re: [coreboot] Problems with NVidia on Lenovo ThinkPad T430

2018-04-04 Thread Michał Kopeć
> Hello Tobias, > > You can switch between GPUs by changing the value of the > hybrid_graphics_mode CMOS setting using nvramcui or nvramtool. > Currently, for the T430 this field can be set to either Integrated only > or Dedicated only. Make sure you are using CMOS for configuration > values.

Re: [coreboot] VbTryLoadKernel restriction on 512 byte sector size

2018-04-04 Thread mturney
On 2018-04-03 10:02, Aaron Durbin via coreboot wrote: On Tue, Apr 3, 2018 at 10:26 AM, wrote: Folks, Can anyone on this list expound on why VbTryLoadKernel() performs a sanity-check on bytes_per_lba != 512? --->---/* --->--- * Sanity-check what we

[coreboot] Problem with tianocore compilation in coreboot-sdk:1.50

2018-04-04 Thread Piotr Król
Hi all, I can't compile tianocore payload using coreboot-sdk:1.50 and coreboot 4.7. VfrUtilityLib.cpp: In member function 'CHAR8* CVfrStringDB::GetVarStoreNameFormStringId(EFI_STRING_ID)': VfrUtilityLib.cpp:3375:26: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]

Re: [coreboot] Problems with NVidia on Lenovo ThinkPad T430

2018-04-04 Thread Tobias Dausend
> Hello Tobias, > > You can switch between GPUs by changing the value of the > hybrid_graphics_mode CMOS setting using nvramcui or nvramtool. > Currently, for the T430 this field can be set to either Integrated only > or Dedicated only. Make sure you are using CMOS for configuration > values.

Re: [coreboot] Upgrade the 12 years old LZMA libraries - should we do it?

2018-04-04 Thread Carl-Daniel Hailfinger
Hi Ivan, On 03.04.2018 20:03, Ivan Ivanov wrote: > I have noticed that both coreboot and seabios are using the very old > versions of LZMA SDK. True. I introduced the lzma code in coreboot (back when it was called LinuxBIOS) when we were working on OLPC XO-1 support. > If we will upgrade our