Kyösti Mälkki has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34560 )
Change subject: soc/nvidia/tegra124: Correct bitwise operation
......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/34560/1/src/soc/nvidia/tegra124/sor...
File src/soc/nvidia/tegra124/sor.c:
https://review.coreboot.org/c/coreboot/+/34560/1/src/soc/nvidia/tegra124/sor...
PS1, Line 351: reg_val &= ~(APBDEV_PMC_IO_DPD2_REQ_LVDS_ON ||
The previous &= clears the bits in positions 25, 30, and 31, and then the APBDEV constants in the ne […]
I was talking about || at end of line 351, and expecting it to only clear bit 0. I agree on the change you made already for line 354.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34560
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ia8c0ea5a58e25b3b58ed82caba20f8e49a30fb68
Gerrit-Change-Number: 34560
Gerrit-PatchSet: 1
Gerrit-Owner: Jacob Garber
jgarber1@ualberta.ca
Gerrit-Reviewer: Jacob Garber
jgarber1@ualberta.ca
Gerrit-Reviewer: Julius Werner
jwerner@chromium.org
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Kyösti Mälkki
kyosti.malkki@gmail.com
Gerrit-Comment-Date: Wed, 24 Jul 2019 22:51:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Kyösti Mälkki
kyosti.malkki@gmail.com
Comment-In-Reply-To: Jacob Garber
jgarber1@ualberta.ca
Gerrit-MessageType: comment