Attention is currently required from: Patrick Rudolph. Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/60452 )
Change subject: northbridge/intel/ironlake/acpi: Use Printf() for debug prints ......................................................................
northbridge/intel/ironlake/acpi: Use Printf() for debug prints
Change-Id: I5d3af659255548e84ef676387ca994588c69438c Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/northbridge/intel/ironlake/acpi/hostbridge.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/60452/1
diff --git a/src/northbridge/intel/ironlake/acpi/hostbridge.asl b/src/northbridge/intel/ironlake/acpi/hostbridge.asl index 5e6ad52..d2e5eb1 100644 --- a/src/northbridge/intel/ironlake/acpi/hostbridge.asl +++ b/src/northbridge/intel/ironlake/acpi/hostbridge.asl @@ -119,7 +119,7 @@ Return (0) }
- Debug = "Set TDP Down" + Printf ("Set TDP Down")
/* Set CTC */ CTCS = CTCD @@ -155,7 +155,7 @@ Return (0) }
- Debug = "Set TDP Nominal" + Printf ("Set TDP Nominal")
/* Set PL1 */ PL1V = CTDN