On Fri, Mar 02, 2007 at 01:18:37PM +0100, Carl-Daniel Hailfinger wrote: > On 02.03.2007 03:58, Uwe Hermann wrote: > > On Wed, Feb 28, 2007 at 02:30:17PM +0100, Carl-Daniel Hailfinger wrote: > >> Index: src/superio/ite/it8716f/it8716f_early_init.c > > Add missing it8716f_early_init.c file, which got lost in the commit of > > http://www.openbios.org/pipermail/linuxbios/2007-February/018330.html > > in revision 2559. > > > > Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]> > > Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
Committed in r2566. Here's the remainder of your patch... Uwe. -- http://www.hermann-uwe.de | http://www.holsham-traders.de http://www.crazy-hacks.org | http://www.unmaintained-free-software.org
Fix some compilation breakage for boards with
usb debug configured. So far that's fine.
However, the src/northbridge/amd/amdk8/coherent_ht_car.c change
will break most targets. The u8/u32 typedefs shouldn't be in that
file anyway. Is there any header just for such typedefs?
The ehci.h part can be safely applied without introducing further breakage.
Signed-off-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>
Signed-off-by: Uwe Hermann <[EMAIL PROTECTED]>
Index: src/include/ehci.h
===================================================================
--- src/include/ehci.h (Revision 2563)
+++ src/include/ehci.h (Arbeitskopie)
@@ -1,6 +1,9 @@
#ifndef EHCI_H
#define EHCI_H
+/* we need u8/u16/u32 defines from somewhere */
+#include "pc80/vga.h"
+
struct ehci_caps {
/* these fields are specified as 8 and 16 bit registers,
* but some hosts can't perform 8 or 16 bit PCI accesses.
Index: src/northbridge/amd/amdk8/coherent_ht_car.c
===================================================================
--- src/northbridge/amd/amdk8/coherent_ht_car.c (Revision 2563)
+++ src/northbridge/amd/amdk8/coherent_ht_car.c (Arbeitskopie)
@@ -78,8 +78,10 @@
#define DEFAULT 0x00010101 /* default row entry */
+#if 0
typedef uint8_t u8;
typedef uint32_t u32;
+#endif
#ifndef CROSS_BAR_47_56
#define CROSS_BAR_47_56 0
signature.asc
Description: Digital signature
-- linuxbios mailing list [email protected] http://www.openbios.org/mailman/listinfo/linuxbios
