Vladimir Serbinenko (phcoder(a)gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5245
-gerrit
commit 151d195e2fd6a1c648a4d690d403fd4ab9d55475
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat Feb 15 19:44:11 2014 +0100
odm_oem: Add support for ODM/OEM Kconfig
Change-Id: Ief3da76db0a6ea198fab47396e42bdc6a22d5d85
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
---
src/Kconfig | 1 +
src/odm_oem/Kconfig | 3 +++
2 files changed, 4 insertions(+)
diff --git a/src/Kconfig b/src/Kconfig
index 94fea2d..dd9785b 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -215,6 +215,7 @@ config COVERAGE
endmenu
source src/mainboard/Kconfig
+source src/odm_oem/Kconfig
# This option is used to set the architecture of a mainboard to X86.
# It is usually set in mainboard/*/Kconfig.
diff --git a/src/odm_oem/Kconfig b/src/odm_oem/Kconfig
new file mode 100644
index 0000000..6eb2993
--- /dev/null
+++ b/src/odm_oem/Kconfig
@@ -0,0 +1,3 @@
+menu "OEM / ODM"
+
+endmenu
the following patch was just integrated into master:
commit 9eec74b4cb718eb92376e6aa3853f3a7e790a04a
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat Feb 15 14:05:29 2014 +0100
lenovo/x60: Change to common EDID framework.
Currently lenovo/x60 gfx init provides vbe_mode_info_valid in
incompatible way. Use EDID framework as do other inits.
Change-Id: I887abd5a09064f26f473a2bf9caa2eb33e269c07
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
See http://review.coreboot.org/5238 for details.
-gerrit