在INTEL KABYALAKE平台上运行COREBOOT 4.12版本

在INTEL KABYALAKE平台上运行COREBOOT4.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卡不跑代码,板子上电后即刻掉电;

猜你喜欢

转载自blog.csdn.net/crystal_li_9/article/details/106233732