Angel Pons has created a revert of this change. ( https://review.coreboot.org/c/coreboot/+/11647 )
Change subject: broadwell: Switch to using common ACPI _SWS code
......................................................................
--
To view, visit https://review.coreboot.org/c/coreboot/+/11647
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I3d2ceca8585314122b78317acb7f848efb6e9a14
Gerrit-Change-Number: 11647
Gerrit-PatchSet: 3
Gerrit-Owner: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Duncan Laurie <dlaurie(a)chromium.org>
Gerrit-Reviewer: Patrick Georgi <pgeorgi(a)google.com>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-MessageType: revert
Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/46690 )
Change subject: nb/intel/haswell/gma.c: Move log message to the right place
......................................................................
nb/intel/haswell/gma.c: Move log message to the right place
The message was being printed too early, possibly because it was
relocated around alongside the rest of the code.
Change-Id: I4257f6f0baa1c398aa1df9bd3274458abfaf28a6
Signed-off-by: Angel Pons <th3fanbus(a)gmail.com>
---
M src/northbridge/intel/haswell/gma.c
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/46690/1
diff --git a/src/northbridge/intel/haswell/gma.c b/src/northbridge/intel/haswell/gma.c
index 2368e7b..dc7b629 100644
--- a/src/northbridge/intel/haswell/gma.c
+++ b/src/northbridge/intel/haswell/gma.c
@@ -290,8 +290,6 @@
struct northbridge_intel_haswell_config *conf = config_of(dev);
u32 reg32;
- printk(BIOS_DEBUG, "GT Power Management Init (post VBIOS)\n");
-
/* Setup Digital Port Hotplug */
reg32 = gtt_read(PCH_PORT_HOTPLUG);
if (!reg32) {
@@ -493,7 +491,8 @@
pci_dev_init(dev);
}
- /* Post panel init */
+ printk(BIOS_DEBUG, "GT Power Management Init (post VBIOS)\n");
+
gma_pm_init_post_vbios(dev);
gma_enable_swsci();
--
To view, visit https://review.coreboot.org/c/coreboot/+/46690
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I4257f6f0baa1c398aa1df9bd3274458abfaf28a6
Gerrit-Change-Number: 46690
Gerrit-PatchSet: 1
Gerrit-Owner: Angel Pons <th3fanbus(a)gmail.com>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-MessageType: newchange