[coreboot] Patch merged into coreboot/master: 4199fe3 Add microcode blob processing

gerrit at coreboot.org gerrit at coreboot.org
Tue Jul 24 22:18:05 CEST 2012


the following patch was just integrated into master:
commit 4199fe3d470a2a9e9f87058ede9037307647ca31
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Tue Jun 19 08:34:51 2012 -0700

    Add microcode blob processing
    
    When microcode storage in CBFS is enabled, the make system is supposed
    to generate the microcode blob and place it into the generated ROM
    image as a CBFS component.
    
    The microcode source representation does not change: it is still an
    array of 32 bit constants. This new addition compiles the array into a
    separate object file and then strips all sections but data.
    
    The raw data section is then included into CBFS as a file named
    'microcode_blob.bin' of type 0x53, which is assigned to microcode
    storage.
    
    Change-Id: I84ae040be52f520b106e3471c7e391e64d7847d9
    Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>

Build-Tested: build bot (Jenkins) at Tue Jul 24 08:51:41 2012, giving +1
See http://review.coreboot.org/1295 for details.

-gerrit




More information about the coreboot mailing list