the following patch was just integrated into master:
commit 032c23db08e6f0c6a2937092edafa26339aa4921
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Mon Jul 1 11:21:53 2013 +0300
intel/i945: Use MMCONF_SUPPORT_DEFAULT
Change all PCI configuration accesses to MMIO on all boards
with i945 chipset. To enable MMIO style access, add explicit
PCI IO config write in the bootblock.
Change-Id: Ia1ab73f1a2dcda87db4eb9b2ffddc6f7b4382b01
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/3584
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin(a)google.com>
Reviewed-by: Nico Huber <nico.huber(a)secunet.com>
See http://review.coreboot.org/3584 for details.
-gerrit
the following patch was just integrated into master:
commit fbdb085549b6c500e12dc2fb21143a197b4be042
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Mon Jul 1 11:21:53 2013 +0300
intel/sandybridge intel/ivybridge: Use MMCONF_SUPPORT_DEFAULT
Change all PCI configuration accesses to MMIO on all boards
with SandyBridge and IvyBridge. To enable MMIO style access,
add explicit PCI IO config write in the bootblock.
Change-Id: I8f957a80bf57df000897c5a080dd5ff131b1ec0d
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/3576
Tested-by: build bot (Jenkins)
Reviewed-by: Nico Huber <nico.huber(a)secunet.com>
See http://review.coreboot.org/3576 for details.
-gerrit
the following patch was just integrated into master:
commit 15c4ab7adf594e0707cdedded8fe6797b17da56a
Author: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Date: Tue Jul 2 11:37:35 2013 +0300
Move select MMCONF_SUPPORT under northbridge
Move/remove MMCONF_SUPPORT reference under mainboard Kconfig, as
that feature originates from northbridge and cannot be disabled
for a single mainboard.
Change-Id: I6d6861079876ddddaff90b10f18edb6936e93bd0
Signed-off-by: Kyösti Mälkki <kyosti.malkki(a)gmail.com>
Reviewed-on: http://review.coreboot.org/3589
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich(a)gmail.com>
See http://review.coreboot.org/3589 for details.
-gerrit
the following patch was just integrated into master:
commit 00bf647bf6a980e8b9c3d8d91d79859c9b3de0a1
Author: Andrew Wu <arw(a)dmp.com.tw>
Date: Wed Jun 26 21:24:59 2013 +0800
Add support for DMP Vortex86EX PCI southbridge.
Change-Id: Iad11cb1b22e9d1e2953b12221541b1478cad9665
Signed-off-by: Andrew Wu <arw(a)dmp.com.tw>
Reviewed-on: http://review.coreboot.org/3547
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich(a)gmail.com>
See http://review.coreboot.org/3547 for details.
-gerrit
the following patch was just integrated into master:
commit dd94fa93b403a73cc7d7b282eb6cefeb27512d13
Author: Nico Huber <nico.huber(a)secunet.com>
Date: Mon Jul 1 16:29:16 2013 +0200
winbond/w83627dhg: Fix logical device power down in ACPI
The W83627DHG has some power managements bits to power down individual
logical devices. These are called `* Power Down`. Counterintuitively and
in contrast to `Immediate Power Down` (bit to power down the whole chip),
these bits are set when the respective logical device is powered.
Unfortunately, our ACPI code set them wrong which led to disabled
devices after a S3 suspend/resume. Adding an option how to set the PM
bits and setting them to zero for the W83627DHG, corrects it.
Tested with kontron/ktqm77.
Change-Id: I8a472d480d4277721bd17c9f7c2ce44fa84e8ae2
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: http://review.coreboot.org/3590
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich(a)gmail.com>
See http://review.coreboot.org/3590 for details.
-gerrit
the following patch was just integrated into master:
commit 955261a040d1ee1e9b2b0ae3286a3415c29d07c6
Author: Nico Huber <nico.huber(a)secunet.com>
Date: Wed Jul 3 15:39:47 2013 +0200
Update help text for flash lock
Update the help text for the FLASHROM_LOCKDOWN option to reflect the
current state of supported platforms.
Change-Id: I9f8b13887b188d973a07b46b9948de5f5ad4435e
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: http://review.coreboot.org/3596
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich(a)gmail.com>
See http://review.coreboot.org/3596 for details.
-gerrit
the following patch was just integrated into master:
commit 0797d1ae1957d83f471e4051a17b5db4e75d56ad
Author: Nico Huber <nico.huber(a)secunet.com>
Date: Wed Jul 3 15:10:58 2013 +0200
Refactor flash locking for supported Intel chipsets
This should make things more readable when support for more
chipsets comes.
Change-Id: I6df6673fa1961ab20796210577950e7be6c12316
Signed-off-by: Nico Huber <nico.huber(a)secunet.com>
Reviewed-on: http://review.coreboot.org/3595
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich(a)gmail.com>
See http://review.coreboot.org/3595 for details.
-gerrit