[coreboot-gerrit] New patch to review for coreboot: Braswell: Move the microcode into a subdirectory

Leroy P Leahy (leroy.p.leahy@intel.com) gerrit at coreboot.org
Fri Jul 10 02:04:01 CEST 2015


Leroy P Leahy (leroy.p.leahy at intel.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10873

-gerrit

commit fe6ff827d89d045a54ed643fc598ac4dd6d0bb09
Author: Lee Leahy <leroy.p.leahy at intel.com>
Date:   Thu Jul 9 17:03:27 2015 -0700

    Braswell: Move the microcode into a subdirectory
    
    Include the microcode files from the microcode subdirectory.
    
    BRANCH=none
    BUG=None
    TEST=Build and run on cyan.
    
    Change-Id: I4c8bf64d221d9ead18f1b7d6e1f01f61d88c9b25
    Signed-off-by: Lee Leahy <leroy.p.leahy at intel.com>
---
 src/soc/intel/braswell/microcode/microcode_blob.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/braswell/microcode/microcode_blob.c b/src/soc/intel/braswell/microcode/microcode_blob.c
index bcadcfe..e0aeaff 100644
--- a/src/soc/intel/braswell/microcode/microcode_blob.c
+++ b/src/soc/intel/braswell/microcode/microcode_blob.c
@@ -18,5 +18,5 @@
  */
 
 unsigned microcode[] = {
-#include <microcode_blob.h>
+#include <microcode/microcode_blob.h>
 };



More information about the coreboot-gerrit mailing list