Werner Zeh (werner.zeh(a)siemens.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11763
-gerrit
commit ffd9b32cc69fdb63a1aaf789d0111e57d8f866c2
Author: Werner Zeh <werner.zeh(a)siemens.com>
Date: Thu Oct 1 13:36:24 2015 +0200
mc_tcu3: Remove dummy blocks from hwinfo.hex
Remove dummy data from hwinfo.hex as it is not needed
anymore in the system.
Change-Id: I4f328a4ef61741039eb2c030e23fea33f539c2bb
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
src/mainboard/siemens/mc_tcu3/hwinfo.hex | Bin 7424 -> 7424 bytes
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/src/mainboard/siemens/mc_tcu3/hwinfo.hex b/src/mainboard/siemens/mc_tcu3/hwinfo.hex
index e123554..8b1cadf 100644
Binary files a/src/mainboard/siemens/mc_tcu3/hwinfo.hex and b/src/mainboard/siemens/mc_tcu3/hwinfo.hex differ
Werner Zeh (werner.zeh(a)siemens.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11762
-gerrit
commit feb584c23fcdc23a4d2862f72f1a0ecdb6422ac6
Author: Werner Zeh <werner.zeh(a)siemens.com>
Date: Thu Oct 1 13:24:40 2015 +0200
intel/fsp_baytrail: Remove unused MICROCODE_INCLUDE_PATH from Kconfig
Since fsp_baytrail was refactored to use microcode.bin
in 3rdparty/blobs, we do not need MICROCODE_INCLUDE_PATH any more.
Change-Id: I4382b0c174877186bd37fbff21f3269136d15e10
Signed-off-by: Werner Zeh <werner.zeh(a)siemens.com>
---
src/soc/intel/fsp_baytrail/Kconfig | 5 -----
1 file changed, 5 deletions(-)
diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig
index d51a238..36229de 100644
--- a/src/soc/intel/fsp_baytrail/Kconfig
+++ b/src/soc/intel/fsp_baytrail/Kconfig
@@ -86,11 +86,6 @@ config VGA_BIOS_ID
This is the default PCI ID for the Bay Trail graphics
devices. This string names the vbios ROM in cbfs.
-config MICROCODE_INCLUDE_PATH
- string "Microcode Include path"
- default "../intel/cpu/baytrail/microcode"
- depends on SUPPORT_CPU_UCODE_IN_CBFS
-
config CPU_MICROCODE_CBFS_LOC
hex
default 0xfff10040
the following patch was just integrated into master:
commit bd0dab2b267e308e1882b51ecda7b19f8c895201
Author: Audrey Pearson <apearson(a)raptorengineeringinc.com>
Date: Tue Sep 29 12:36:52 2015 -0500
northbridge/intel/gm45: Fix native VGA init
Building an image for the Lenovo X200 with native graphics
initialization selected fails due to the changes introduced
by commit a3b898aa (edid: Clean-up the edid struct).
Change-Id: Ifd36571c9c00761b4a2a6deb3c9c4a52d9d13e25
Signed-off-by: Audrey Pearson <apearson(a)raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/11738
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter(a)users.sourceforge.net>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me(a)gmail.com>
See http://review.coreboot.org/11738 for details.
-gerrit