[coreboot-gerrit] New patch to review for coreboot: 69c88c0 southbridge/amd/cs5536/early_setup.c: Add missing includes

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Aug 9 13:46:28 CEST 2014


Edward O'Callaghan (eocallaghan at alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6558

-gerrit

commit 69c88c06c91ef5baf6e0eeed2e92dffd33c510ef
Author: Edward O'Callaghan <eocallaghan at alterapraxis.com>
Date:   Sat Aug 9 21:35:39 2014 +1000

    southbridge/amd/cs5536/early_setup.c: Add missing includes
    
    Change-Id: Ida73108316f81a6bfabcee7b9ba5637490d0a5a3
    Signed-off-by: Edward O'Callaghan <eocallaghan at alterapraxis.com>
---
 src/southbridge/amd/cs5536/early_setup.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/southbridge/amd/cs5536/early_setup.c b/src/southbridge/amd/cs5536/early_setup.c
index d9a042a..df66bee 100644
--- a/src/southbridge/amd/cs5536/early_setup.c
+++ b/src/southbridge/amd/cs5536/early_setup.c
@@ -22,6 +22,10 @@
  *	This file implements the initialization sequence documented in section 4.2 of
  *	AMD Geode GX Processor CS5536 Companion Device GeodeROM Porting Guide.
  */
+#include <arch/io.h>
+#include <cpu/x86/msr.h>
+#include <stdint.h>
+
 #include "cs5536.h"
 
 /**



More information about the coreboot-gerrit mailing list