Felix Singer has submitted this change. ( 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60452 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: HAOUAS Elyes ehaouas@noos.fr --- M src/northbridge/intel/ironlake/acpi/hostbridge.asl 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved
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
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.