Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37332 )
Change subject: mb/pcengines/apu1: initialize serial port in bootblock
......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/37332/1/src/mainboard/pcengines/apu...
File src/mainboard/pcengines/apu1/bootblock.c:
https://review.coreboot.org/c/coreboot/+/37332/1/src/mainboard/pcengines/apu...
PS1, Line 15: #include <device/pnp.h>
Doesn't PNP_DEV macro require include?
Yes, but not this one. Rather:
src/include/device/pnp_type.h: #define PNP_DEV(PORT, FUNC) (((PORT) << 8) | (FUNC))
--
To view, visit
https://review.coreboot.org/c/coreboot/+/37332
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I36af6d3871a57f462a7508745663d9759de1c47d
Gerrit-Change-Number: 37332
Gerrit-PatchSet: 1
Gerrit-Owner: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Angel Pons
th3fanbus@gmail.com
Gerrit-Reviewer: HAOUAS Elyes
ehaouas@noos.fr
Gerrit-Reviewer: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Reviewer: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-Reviewer: Piotr Król
piotr.krol@3mdeb.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Fri, 29 Nov 2019 21:44:16 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: HAOUAS Elyes
ehaouas@noos.fr
Comment-In-Reply-To: Michał Żygowski
michal.zygowski@3mdeb.com
Gerrit-MessageType: comment