Hi guys,
I finally have a chance to sit down and update my local coreboot repo. To make sure it works I tried to build for asus/p2b-ls,p2b-d,p2b-ds... my usual i440bx boards.
But my build is now failing. I'd get:
CREATE build/mainboard/asus/p2b-ls/cbfs-file.kMfK0Y.out (from /usr/src/coreboot/.config) make: *** [src/cpu/Makefile.inc:44: build/cpu_microcode_blob.bin] Error 1
That makefile line seems to indicate that some CPU microcode file is not there.
Just want ask somebody else to also try building for these boards and confirm if it is just me, as some people have been able to boot test some recent i440bx changes and one has to be able to build to be able to test.
Thanks Keith
Hi Keith,
On 04.12.19 01:19, Keith Hui wrote:
CREATE build/mainboard/asus/p2b-ls/cbfs-file.kMfK0Y.out (from
/usr/src/coreboot/.config) make: *** [src/cpu/Makefile.inc:44: build/cpu_microcode_blob.bin] Error 1
That makefile line seems to indicate that some CPU microcode file is not there.
you need CONFIG_USE_BLOBS, so microcode updates etc. are downloaded automatically.
Nico
By the way, P2B build works fine for P2B-B board. In addition, if you'd like to get some free space at your BIOS, check which microcode blobs it is trying to include and remove those which aren't for your CPU.
On Wed, Dec 4, 2019 at 9:50 PM Nico Huber nico.h@gmx.de wrote:
Hi Keith,
On 04.12.19 01:19, Keith Hui wrote:
CREATE build/mainboard/asus/p2b-ls/cbfs-file.kMfK0Y.out (from
/usr/src/coreboot/.config) make: *** [src/cpu/Makefile.inc:44: build/cpu_microcode_blob.bin] Error 1
That makefile line seems to indicate that some CPU microcode file is not there.
you need CONFIG_USE_BLOBS, so microcode updates etc. are downloaded automatically.
Nico _______________________________________________ coreboot mailing list -- coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.org