Re: [coreboot] Porting coreboot to new board

2018-05-31 Thread Nico Huber
Hello Zvika, On 31.05.2018 04:39, Zvi Vered wrote: > The links you provided: > https://www.coreboot.org/Motherboard_Porting_Guide > https://www.coreboot.org/Developer_Manual > > Does not mention Intel's FSP at all. there is few FSP documentation maintained by the coreboot community. But there

Re: [coreboot] Porting coreboot to new board

2018-05-30 Thread Zvi Vered
Hi All, The links you provided: https://www.coreboot.org/Motherboard_Porting_Guide https://www.coreboot.org/Developer_Manual Does not mention Intel's FSP at all. How FSP is integrated during coreboot porting ? src\venorcode\intel contains 2 FSP versions. src\soc\intel contains fsp_baytrail,

Re: [coreboot] Porting coreboot to new board

2018-05-30 Thread Youness Alaoui
This is the best I can do for you : https://ark.intel.com/products/89608/Intel-Xeon-Processor-E3-1505M-v5-8M-Cache-2_80-GHz Product Collection: Intel® Xeon® Processor E3 v5 Family Code Name: Products formerly Skylake kakaroto@kakaroto:~/coding/purism/coreboot$ git grep SOC_INTEL_SKYLAKE | grep

Re: [coreboot] Porting coreboot to new board

2018-05-30 Thread Zvi Vered
Hello Youness, Thank you very much for the detailed information ! Can you please tell what is the best starting point for a XEON board ? I think there are no "Intel® XEON® Processor E3-1505M v5" boards in last version of coreboot. Am I right ? Best regards, Zvika On Tue, May 29, 2018 at 9:15

Re: [coreboot] Porting coreboot to new board

2018-05-29 Thread Youness Alaoui
Hi, I suggest you read the wiki : https://www.coreboot.org/Developer_Manual and https://www.coreboot.org/Motherboard_Porting_Guide I would also suggest maybe (optional) that you read my blog posts about my own experience porting coreboot to a new motherboard :

[coreboot] Porting coreboot to new board

2018-05-28 Thread Zvi Vered
Hello, I have to port coreboot to a new "Mainboard" not listed in menuconfig. Is there a basic "Mainboard" I should use as a starting point that will be copied to my board ? The file board_info.txt contains few parameters. How can I know the meaning of each parameter and its possible values ?