[coreboot-gerrit] Patch set updated for coreboot: eddfefb southbridge/amd/cs5536/early_setup.c: Add missing includes

Edward O'Callaghan (eocallaghan@alterapraxis.com) gerrit at coreboot.org
Sat Aug 9 16:20:24 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 eddfefb0ecff7e30bbe5d8463a2ce2ee6237a576
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 | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/southbridge/amd/cs5536/early_setup.c b/src/southbridge/amd/cs5536/early_setup.c
index e6ef8ad..cff6512 100644
--- a/src/southbridge/amd/cs5536/early_setup.c
+++ b/src/southbridge/amd/cs5536/early_setup.c
@@ -22,6 +22,12 @@
  *	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/amd/lxdef.h>
+#include <cpu/x86/msr.h>
+#include <stdint.h>
+
+#include "cs5536.h"
 
 /**
  * @brief Setup PCI IDSEL for CS5536



More information about the coreboot-gerrit mailing list