在INTEL KABYALAKE平臺上運行COREBOOT 4.12版本

1.下載COREBOOT4.12

git clone https://review.coreboot.org/coreboot.git
試過在win10, ubuntu16.04, 18.10下clone,都報一個錯誤

fatal: the remote end hung up unexpectedly.31 MiB | 5.00 KiB/s
fatal: early EOF
fatal: index-pack failed

只能選擇在網頁上下載
https://www.coreboot.org/downloads.html
coreboot-4.12.tar.xz

2.選擇kaylake平臺編譯

參考
https://editor.csdn.net/md/?articleId=106101026
把CPU,ME,DESTRIPTION文件都配置好;

3. 編譯錯誤

1.FspmUpd.h錯誤
src/drivers/intel/fsp2_0/include/fsp/soc_binding.h:28:10: fatal error: FspmUpd.h: No such file or directory
#include <FspmUpd.h>
^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:386: build/bootblock/mainboard/intel/kblrvp/static.o] Error 1
修改把改文件中的UDK定義去掉即可

2.下載https://github.com/intel/FSP.git
即可編譯成功

4. 板子上驗證

80卡不跑代碼,板子上電後即刻掉電;

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章