Leroy P Leahy (leroy.p.leahy(a)intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15005
-gerrit
commit 3e60ede6ab6718262408b392b3a7219a05ced331
Author: Lee Leahy <leroy.p.leahy(a)intel.com>
Date: Mon May 30 14:02:49 2016 -0700
mainboard/intel/galileo: Use HSUART1 for console
Select HSUART1 for console.
TEST=Build and run on Galileo Gen2
Change-Id: I4425af4dc8b3730b3fa2108d6cc2941bc22c2cdb
Signed-off-by: Lee Leahy <leroy.p.leahy(a)intel.com>
---
src/mainboard/intel/galileo/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index b5aaa05..463bb6b 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -19,6 +19,7 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_8192
select CREATE_BOARD_CHECKLIST
+ select ENABLE_BUILTIN_HSUART1
select HAVE_ACPI_TABLES
select SOC_INTEL_QUARK
select USE_FSP1_1
Leroy P Leahy (leroy.p.leahy(a)intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15004
-gerrit
commit 79d2ccc47adaaacce34fe87f1a81361d82e75f24
Author: Lee Leahy <leroy.p.leahy(a)intel.com>
Date: Sat May 28 14:34:44 2016 -0700
mainboard/intel/galileo: Add CREATE_BOARD_CHECKLIST
Select CREATE_BOARD_CHECKLIST to create the checklist for the Quark SOC
and Galileo board.
TEST=Build and run on Galileo Gen2.
Change-Id: Ieb3e9a5a4c149cf160e11d44a515591b57fe5c83
Signed-off-by: Lee Leahy <leroy.p.leahy(a)intel.com>
---
src/mainboard/intel/galileo/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mainboard/intel/galileo/Kconfig b/src/mainboard/intel/galileo/Kconfig
index 225e1c3..b5aaa05 100644
--- a/src/mainboard/intel/galileo/Kconfig
+++ b/src/mainboard/intel/galileo/Kconfig
@@ -18,6 +18,7 @@ if BOARD_INTEL_GALILEO
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_8192
+ select CREATE_BOARD_CHECKLIST
select HAVE_ACPI_TABLES
select SOC_INTEL_QUARK
select USE_FSP1_1
Leroy P Leahy (leroy.p.leahy(a)intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15002
-gerrit
commit 9a0f420a99f95658c8348b8ac0fe5d0cad7e9c6d
Author: Lee Leahy <leroy.p.leahy(a)intel.com>
Date: Mon May 30 05:38:57 2016 -0700
soc/intel/quark: Conditionally define BIT names
Only define BIT names if they are not already defined.
TEST=Build and run on Galileo Gen2
Change-Id: Ief4c4bb7a42a1bb2a7f46f13dc9b8bbb4d233e3c
Signed-off-by: Lee Leahy <leroy.p.leahy(a)intel.com>
---
src/soc/intel/quark/include/soc/QuarkNcSocId.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/soc/intel/quark/include/soc/QuarkNcSocId.h b/src/soc/intel/quark/include/soc/QuarkNcSocId.h
index 12f600a..8b5ca2c 100644
--- a/src/soc/intel/quark/include/soc/QuarkNcSocId.h
+++ b/src/soc/intel/quark/include/soc/QuarkNcSocId.h
@@ -24,6 +24,7 @@ Definitions beginning with "N_" are the bit position
//
// Define the bits
//
+#ifndef BIT0
#define BIT0 0x00000001
#define BIT1 0x00000002
#define BIT2 0x00000004
@@ -56,6 +57,7 @@ Definitions beginning with "N_" are the bit position
#define BIT29 0x20000000
#define BIT30 0x40000000
#define BIT31 0x80000000
+#endif
//
// QNC GMCH Equates