Intel Firmware Descriptor will have date about
1. read-write permissions for each region, 2. reserved space for vendor-specific data, 3. chipset configuration parameters (soft straps, cpu straps) are defined.
Your board will not boot if IFD is corrupted. About IFD
https://www.win-raid.com/t3553f39-Guide-Unlock-Intel-Flash-Descriptor-Read-W...
Assume your SPI chip is 8MB, and your coreboot image is 2MB. You need to ensure coreboot image is overwritten at the last 2 MB region of 8MB
So the descriptors are not corrupted which are at the region beginning of SPI image
-----Original Message----- From: karthikm618@gmail.com karthikm618@gmail.com Sent: 07 May 2019 07:38 To: coreboot@coreboot.org Subject: [coreboot] Building Coreboot Image for Opencellular
Hello,
I'm Karthik working on Opencellular (https://code.fb.com/connectivity/introducing-opencellular-an-open-source-wir...). I'm trying to build coreboot image for Opencellular Board. Finally, succeeded in building the image but with a WARNING message
** WARNING **
coreboot will be built without an Intel Firmware Descriptor.
Never write a complete coreboot.rom without an IFD to your board's flash chip! You can use flashrom's IFD or layout parameters to flash only to the BIOS region.
So my question is
1. Is it okay to flash the image with above WARNING message onto the board?
Help me to find a way.
Thank you, in advance.
_______________________________________________
coreboot mailing list -- coreboot@coreboot.orgmailto:coreboot@coreboot.org To unsubscribe send an email to coreboot-leave@coreboot.orgmailto:coreboot-leave@coreboot.org