[LinuxBIOS] r2596 build service

Peter Stuge stuge-linuxbios at cdy.org
Sat Apr 7 05:56:42 CEST 2007


On Sat, Apr 07, 2007 at 04:16:38AM +0200, LinuxBIOS information wrote:
> Compilation of via:epia-m is still broken

See patch.


//Peter
-------------- next part --------------
Fix epia-m build after u8/u16/u32 changes in Yh Lu's patch.

Signed-off-by: Peter Stuge <peter at stuge.se>

Index: src/southbridge/ricoh/rl5c476/rl5c476.h
===================================================================
--- src/southbridge/ricoh/rl5c476/rl5c476.h	(revision 2596)
+++ src/southbridge/ricoh/rl5c476/rl5c476.h	(working copy)
@@ -21,7 +21,7 @@
  /* rl5c476 routines and defines*/
 
 
-typedef unsigned char u8;
+#include <stdint.h>
 
 
 /* the 16 bit control structure for ricoh cardbus bridge */
Index: src/arch/i386/include/arch/acpi.h
===================================================================
--- src/arch/i386/include/arch/acpi.h	(revision 2596)
+++ src/arch/i386/include/arch/acpi.h	(working copy)
@@ -17,6 +17,7 @@
 
 #if HAVE_ACPI_TABLES==1
 
+#include <stdint.h>
 typedef unsigned long long u64;
 
 #define RSDP_SIG              "RSD PTR "  /* RSDT Pointer signature */


More information about the coreboot mailing list