build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37626 )
Change subject: printf: Automatically prefix %p with 0x
......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/c/coreboot/+/37626/1/src/drivers/xgi/common/xgi_...
File src/drivers/xgi/common/xgi_coreboot.c:
https://review.coreboot.org/c/coreboot/+/37626/1/src/drivers/xgi/common/xgi_...
PS1, Line 129: "Framebuffer at 0x%Lx, mapped to %p, size %dk\n",
%Lx is non-standard C, use %llx
https://review.coreboot.org/c/coreboot/+/37626/1/src/drivers/xgi/common/xgi_...
PS1, Line 135: "MMIO at 0x%Lx, mapped to %p, size %ldk\n",
%Lx is non-standard C, use %llx
--
To view, visit
https://review.coreboot.org/c/coreboot/+/37626
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I0171b52f7288abb40e3fc3c8b874aee14b9bdcd6
Gerrit-Change-Number: 37626
Gerrit-PatchSet: 1
Gerrit-Owner: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: David Guckian
david.guckian@intel.com
Gerrit-Reviewer: Huang Jin
huang.jin@intel.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: Lee Leahy
leroy.p.leahy@intel.com
Gerrit-Reviewer: Patrick Georgi
pgeorgi@google.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Vanessa Eusebio
vanessa.f.eusebio@intel.com
Gerrit-CC: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-Comment-Date: Mon, 09 Dec 2019 21:17:20 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment