[coreboot-gerrit] New patch to review for coreboot: driver/fsp2_0: Include stdint header file in api.h

Naresh Solanki (naresh.solanki@intel.com) gerrit at coreboot.org
Thu Sep 8 11:54:27 CEST 2016


Naresh Solanki (naresh.solanki at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16538

-gerrit

commit a7fa7d43102f90311df0b4a3718c95b63851f559
Author: Naresh G Solanki <naresh.solanki at intel.com>
Date:   Thu Sep 8 13:25:30 2016 +0530

    driver/fsp2_0: Include stdint header file in api.h
    
    In api.h, Function fsp_memory_init prototype has bool type.
    Hence included stdint.h header file.
    
    Change-Id: Ib09c121471bd8c490442330a478145a7d1d8855f
    Signed-off-by: Naresh G Solanki <naresh.solanki at intel.com>
---
 src/drivers/intel/fsp2_0/include/fsp/api.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/drivers/intel/fsp2_0/include/fsp/api.h b/src/drivers/intel/fsp2_0/include/fsp/api.h
index b0436e8..553fc52 100644
--- a/src/drivers/intel/fsp2_0/include/fsp/api.h
+++ b/src/drivers/intel/fsp2_0/include/fsp/api.h
@@ -14,6 +14,7 @@
 #define _FSP2_0_API_H_
 
 #include <stddef.h>
+#include <stdint.h>
 #include <fsp/soc_binding.h>
 
 #define FSP_SUCCESS	EFI_SUCCESS



More information about the coreboot-gerrit mailing list