Attention is currently required from: Henry Sun, Paul Menzel, Yunlong Jia, Bob Moragues.
Julius Werner has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/60130 )
Change subject: google/trogdor: Enable Parade ps8640 edp bridge for pazquel
......................................................................
Patch Set 3: Code-Review+2
(1 comment)
File src/mainboard/google/trogdor/mainboard.c:
https://review.coreboot.org/c/coreboot/+/60130/comment/b6f66507_1af96644
PS3, Line 87: 0x4
The other lines use no 0x?
The other lines are comparisons, this is a bitwise operation. For bitwise operations we usually write things in hex (or BIT(2) or something) to make them easier to follow (of course for 0x4 it happens to be the same as in decimal, but I still prefer having the general consistency... using hex also gives the reader an extra hint that this is a bitwise operation and not like the others).
--
To view, visit
https://review.coreboot.org/c/coreboot/+/60130
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I6130ee00a0e6f469142f5416627e38c7b5076071
Gerrit-Change-Number: 60130
Gerrit-PatchSet: 3
Gerrit-Owner: Yunlong Jia
yunlong.jia@ecs.corp-partner.google.com
Gerrit-Reviewer: Bob Moragues
moragues@google.com
Gerrit-Reviewer: Henry Sun
henrysun@google.com
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Kelsey Wang
peihwang@qualcomm.corp-partner.google.com
Gerrit-CC: Patrick Chang
changp@qualcomm.corp-partner.google.com
Gerrit-CC: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Henry Sun
henrysun@google.com
Gerrit-Attention: Paul Menzel
paulepanter@mailbox.org
Gerrit-Attention: Yunlong Jia
yunlong.jia@ecs.corp-partner.google.com
Gerrit-Attention: Bob Moragues
moragues@google.com
Gerrit-Comment-Date: Thu, 16 Dec 2021 18:43:32 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Comment-In-Reply-To: Paul Menzel
paulepanter@mailbox.org
Gerrit-MessageType: comment