Edward O'Callaghan (eocallaghan(a)alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8106
-gerrit
commit 2be75de76c1af560fdd24351eab71838d740d16b
Author: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
Date: Tue Jan 6 04:15:47 2015 +1100
arch/x86/include/stdint.h: Don't let header wind up in ASL files
Push '#ifndef __ACPI__' guard into system header so that it does
not wind up in ASL files DSDT builds.
Change-Id: I59800b2f75196ff1c80a29f104ea9fa6706e51fb
Signed-off-by: Edward O'Callaghan <eocallaghan(a)alterapraxis.com>
---
src/arch/x86/include/stdint.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/arch/x86/include/stdint.h b/src/arch/x86/include/stdint.h
index c491f4b..eed22e0 100644
--- a/src/arch/x86/include/stdint.h
+++ b/src/arch/x86/include/stdint.h
@@ -1,6 +1,8 @@
#ifndef I386_STDINT_H
#define I386_STDINT_H
+#ifndef __ACPI__
+
#if defined(__GNUC__)
#define __HAVE_LONG_LONG__ 1
#else
@@ -89,7 +91,8 @@ typedef int32_t s32;
#define PRIu64 "llu"
#endif
-
#undef __HAVE_LONG_LONG__
+#endif /* __ACPI__ */
+
#endif /* I386_STDINT_H */
the following patch was just integrated into master:
commit 83405a1241f4b8f516f687bd00f8ea981f7c7d87
Author: Dave Frodin <dave.frodin(a)se-eng.com>
Date: Thu Jun 5 11:49:04 2014 -0600
hp/abm: Add new mainboard
The hp/abm board is used in network/server applications.
Notes:
- The hp/abm board is headless and therefore does not define
CONFIG_GFXUMA, and does not require a video bios.
- The micro USB connector on the board edge is connected to COM4
(i.e. I/O=2E8h). Coreboot needs to be configured to use Index=3.
- If you are using SeaBIOS it would also need to be configured to
use the UART at I/O=2E8h.
- This board has been tested with headless installed versions of
Ubuntu 12.10 and Fedora 19.
Change-Id: I60bde98411c40a184c8d053199bac8d04df8ab07
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/6116
Tested-by: build bot (Jenkins)
Reviewed-by: Dave Frodin <dave.frodin(a)se-eng.com>
See http://review.coreboot.org/6116 for details.
-gerrit
the following patch was just integrated into master:
commit e75deb69cc9678248f2b3ad73bc75b5d5d164842
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Thu Jun 26 09:12:54 2014 +0300
Copy asrock/ibm-a180 to hp/abm
Change-Id: I8dcb3912976d7381421dc41ee30e7c7652e6c28a
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/6115
Tested-by: build bot (Jenkins)
Reviewed-by: Dave Frodin <dave.frodin(a)se-eng.com>
See http://review.coreboot.org/6115 for details.
-gerrit