the following patch was just integrated into master:
commit b554950511184ed5132f7e54ff5bd1c57efea117
Author: Sven Schnelle <svens(a)stackframe.org>
Date: Thu Jun 16 16:43:46 2011 +0200
X60/T60: disable USB power during suspend
Change-Id: I11afba5d7531132a0274e55e8a478985a0ef956f
Signed-off-by: Sven Schnelle <svens(a)stackframe.org>
See http://review.coreboot.org/38 for details.
-gerrit
the following patch was just integrated into master:
commit 5ec011a230a23bdc51e2c37c0b799cb44560fb6f
Author: Sven Schnelle <svens(a)stackframe.org>
Date: Thu Jun 16 16:43:04 2011 +0200
Lenovo H8 EC: add usb_power_enable()
Can be used to disable/enable Power output on USB ports.
Change-Id: I5eb52b33c9e3359b0e5874bda2c0c8d75c196bc2
Signed-off-by: Sven Schnelle <svens(a)stackframe.org>
See http://review.coreboot.org/37 for details.
-gerrit
Sven Schnelle (svens(a)stackframe.org) just uploaded a new patch set to gerrit, which you can find at
http://review.coreboot.org/38
-gerrit
commit b554950511184ed5132f7e54ff5bd1c57efea117
Author: Sven Schnelle <svens(a)stackframe.org>
Date: Thu Jun 16 16:43:46 2011 +0200
X60/T60: disable USB power during suspend
Change-Id: I11afba5d7531132a0274e55e8a478985a0ef956f
Signed-off-by: Sven Schnelle <svens(a)stackframe.org>
---
src/mainboard/lenovo/t60/acpi/platform.asl | 1 +
src/mainboard/lenovo/x60/acpi/platform.asl | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/mainboard/lenovo/t60/acpi/platform.asl b/src/mainboard/lenovo/t60/acpi/platform.asl
index 85a987b..de76dea 100644
--- a/src/mainboard/lenovo/t60/acpi/platform.asl
+++ b/src/mainboard/lenovo/t60/acpi/platform.asl
@@ -68,6 +68,7 @@ Method(_PIC, 1)
Method(_PTS,1)
{
\_SB.PCI0.LPCB.EC.MUTE(1)
+ \_SB.PCI0.LPCB.EC.USBP(0)
}
/* The _WAK method is called on system wakeup */
diff --git a/src/mainboard/lenovo/x60/acpi/platform.asl b/src/mainboard/lenovo/x60/acpi/platform.asl
index 85a987b..de76dea 100644
--- a/src/mainboard/lenovo/x60/acpi/platform.asl
+++ b/src/mainboard/lenovo/x60/acpi/platform.asl
@@ -68,6 +68,7 @@ Method(_PIC, 1)
Method(_PTS,1)
{
\_SB.PCI0.LPCB.EC.MUTE(1)
+ \_SB.PCI0.LPCB.EC.USBP(0)
}
/* The _WAK method is called on system wakeup */
the following patch was just integrated into master:
commit bcfeb894551d4858d301ce5a51eded851d57629e
Author: Sven Schnelle <svens(a)stackframe.org>
Date: Tue Jun 14 20:55:54 2011 +0200
SMM: don't overwrite SMM memory on resume
Overwriting the SMM Area on resume leaves us with
all variables cleared out, i.e., the GNVS pointer
is no longer available, which makes SMIF function
calls impossible.
Change-Id: I08ab4ffd41df0922d63c017822de1f89a3ff254d
Signed-off-by: Sven Schnelle <svens(a)stackframe.org>
See http://review.coreboot.org/34 for details.
-gerrit
It would be nice if gerrit would send the entire commit message and
the list of files in the patch emails. That would be helpful in
parsing what patches require attention.
Marc
--
http://se-eng.com
On Wed, Jun 08, 2011 at 07:24:39PM -0700, David Hendricks wrote:
> On Wed, Jun 8, 2011 at 5:16 PM, Peter Stuge <peter(a)stuge.se> wrote:
>
> > Paul Menzel wrote:
> > > > http://review.coreboot.org/12
> > >
> > > opening that URL I see that Sven uploaded a second iteration.
> >
> > I think I would like to get later iterations in follow-up emails..
Yep, me too.
> If you add yourself as a reviewer, you should get e-mails for comments and
> iterations.
>
> (Note: I haven't verified this with Coreboot's gerrit setup)
I'd prefer to see all changes for all issues on the mailing list, I don't
think I want to go to the web interface for every new patch submission
someone does and add myself there just in order to get the notifications.
Uwe.
--
http://hermann-uwe.de | http://sigrok.orghttp://randomprojects.org | http://unmaintained-free-software.org
the following patch was just integrated into master:
commit 645314c5e045be3934c26654b87d474688454a0e
Author: Sven Schnelle <svens(a)stackframe.org>
Date: Sun Jun 12 14:30:10 2011 +0200
i945 GMA: restore tft brightness from cmos
Change-Id: Iaf10f125425a1abcf17ffca1d6e246f955f941cc
Signed-off-by: Sven Schnelle <svens(a)stackframe.org>
See http://review.coreboot.org/24 for details.
-gerrit