the following patch was just integrated into master:
commit 9c2aa697258c2aaaa9d4956ff5c7986036aff977
Author: Nicolas Reinecke <nr(a)das-labor.org>
Date: Sun Jan 4 16:23:41 2015 +0100
asrock/e350m1, lenovo/x2x0 Kconfig: fix indentation
Change-Id: Ide09e129fd9400eb20f9b7bb3cd0e5d6d271e372
Signed-off-by: Nicolas Reinecke <nr(a)das-labor.org>
Reviewed-on: http://review.coreboot.org/8176
Tested-by: build bot (Jenkins)
Reviewed-by: Alexander Couzens <lynxis(a)fe80.eu>
Reviewed-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
See http://review.coreboot.org/8176 for details.
-gerrit
the following patch was just integrated into master:
commit 1d7f5c5c37c37ff4f9792803147dc94482cf71ae
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Thu Jan 8 12:06:35 2015 +0200
macbook21 lenovo/xx: Fix inw() in SMI handlers
Missing base may have enabled SMI for all GPI inputs.
Change-Id: I1157afaccccb17d325a4efdb1f270a27f9a299ab
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/8169
Tested-by: build bot (Jenkins)
Reviewed-by: Alexander Couzens <lynxis(a)fe80.eu>
Reviewed-by: Stefan Reinauer <stefan.reinauer(a)coreboot.org>
See http://review.coreboot.org/8169 for details.
-gerrit
Philipp Deppenwiese (zaolin(a)das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8178
-gerrit
commit 62346e0f010ab9e6102557363248a4bf0491b571
Author: Philipp Deppenwiese <zaolin(a)das-labor.org>
Date: Fri Jan 9 00:57:21 2015 +0100
lenovo/t530: Fix VGA device ID
* Fix VGA device ID
* Disable native VGA init default option
On many notebooks variants out there are different
displays which are not covered by a static display
definition inside the devicetree. Please don't make
this a default option as long as nobody
implements a dynamic resolution via EDID.
Change-Id: I3cffe9d832edbbea79cabca639d9d920b7ffcf9a
Signed-off-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
---
src/mainboard/lenovo/t530/Kconfig | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 2dcfa90..550f66f 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -20,7 +20,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MAINBOARD_HAS_NATIVE_VGA_INIT
select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
select IVYBRIDGE_LVDS
- select MAINBOARD_DO_NATIVE_VGA_INIT # default to native vga init
select ENABLE_VMX
# Workaround for EC/KBC IRQ1.
@@ -60,7 +59,11 @@ config DRAM_RESET_GATE_GPIO
config VGA_BIOS_FILE
string
- default "pci8086,0106.rom"
+ default "pci8086,0166.rom"
+
+config VGA_BIOS_ID
+ string
+ default "8086,0166"
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
hex
Philipp Deppenwiese (zaolin(a)das-labor.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8178
-gerrit
commit 54c50c266e81f230f26fd813a7aae873adfbd572
Author: Philipp Deppenwiese <zaolin(a)das-labor.org>
Date: Fri Jan 9 00:57:21 2015 +0100
lenovo/t530: Fix VGA device ID and disable native VGA init default option
On many notebooks variants out there are different displays which are not covered by
a static display definition inside the devicetree.
Please don't make this a default option as long as nobody implements a dynamic resolution
via EDID.
Change-Id: I3cffe9d832edbbea79cabca639d9d920b7ffcf9a
Signed-off-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
---
src/mainboard/lenovo/t530/Kconfig | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/mainboard/lenovo/t530/Kconfig b/src/mainboard/lenovo/t530/Kconfig
index 2dcfa90..550f66f 100644
--- a/src/mainboard/lenovo/t530/Kconfig
+++ b/src/mainboard/lenovo/t530/Kconfig
@@ -20,7 +20,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select MAINBOARD_HAS_NATIVE_VGA_INIT
select MAINBOARD_HAS_NATIVE_VGA_INIT_TEXTMODECFG
select IVYBRIDGE_LVDS
- select MAINBOARD_DO_NATIVE_VGA_INIT # default to native vga init
select ENABLE_VMX
# Workaround for EC/KBC IRQ1.
@@ -60,7 +59,11 @@ config DRAM_RESET_GATE_GPIO
config VGA_BIOS_FILE
string
- default "pci8086,0106.rom"
+ default "pci8086,0166.rom"
+
+config VGA_BIOS_ID
+ string
+ default "8086,0166"
config MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID
hex
Martin Roth (gaumless(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8174
-gerrit
commit c2622c3157d29d22092792b1c51557a5e31a4f21
Author: Martin Roth <gaumless(a)gmail.com>
Date: Tue Jan 6 21:05:23 2015 -0700
src/include: Doxygen fixes
- Join doxygen file command with the file description
- Give extended file location so doxygen knows which early_sbmus.h
the file is. (I don't get this either, but it fixes the warning)
Change-Id: Ia91fb1ac1e9687e1a5a5cb5234696b3c24d4cd24
Signed-off-by: Martin Roth <gaumless(a)gmail.com>
---
src/include/console/post_codes.h | 5 ++++-
src/include/device/early_smbus.h | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h
index 9f9b788..b2db2da 100644
--- a/src/include/console/post_codes.h
+++ b/src/include/console/post_codes.h
@@ -20,7 +20,9 @@
/**
* @file post_codes.h
- *
+ */
+
+/*
* This aims to be a central point for POST codes used throughout coreboot.
* All POST codes should be declared here as macros, and post_code() should
* be used with the macros instead of hardcoded values. This allows us to
@@ -40,6 +42,7 @@
* without any explanation or effort on part of the maintainers.
*
*/
+
#ifndef POST_CODES_H
#define POST_CODES_H
diff --git a/src/include/device/early_smbus.h b/src/include/device/early_smbus.h
index 5e15bb1..437a569 100644
--- a/src/include/device/early_smbus.h
+++ b/src/include/device/early_smbus.h
@@ -18,7 +18,7 @@
*/
/**
- * @file early_smbus.h
+ * @file device/early_smbus.h
*
* This file defines a common API for accessing the SMBus during early
* initialization. It defines the prototypes for common SMBus functions. The