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 609a32cac949d48cf55b674290e81a8493bc415e
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 f473abeab2e88f380d6fd072b666bf52d43582cb
Author: Vladimir Serbinenko <phcoder(a)gmail.com>
Date: Sat Feb 15 23:42:43 2014 +0100
lenovo/x60: Fix EDID byte-swapping.
Change-Id: I75305ff7c5a8ba6142ef460e813acc014d9992bb
Signed-off-by: Vladimir Serbinenko <phcoder(a)gmail.com>
See http://review.coreboot.org/5249 for details.
-gerrit