Andre Heider has posted comments on this change. ( https://review.coreboot.org/23783 )
Change subject: soc/nvidia/tegra210: add missing bl31 params to ATF config
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c
File src/soc/nvidia/tegra210/arm_tf.c:
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c@46
PS3, Line 46: switch (console_uart_get_id()) {
> I don't really care, whatever you prefer
Okay, so lets keep it this way then. The switch statement has the bonus of additional compiler checks in case the enum gets changed in the future.
Thanks for the reviews!
--
To view, visit https://review.coreboot.org/23783
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7a47647216a154894e6c2c1fd3b304e18e85c6a5
Gerrit-Change-Number: 23783
Gerrit-PatchSet: 3
Gerrit-Owner: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 16 Feb 2018 21:41:49 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Julius Werner has posted comments on this change. ( https://review.coreboot.org/23783 )
Change subject: soc/nvidia/tegra210: add missing bl31 params to ATF config
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c
File src/soc/nvidia/tegra210/arm_tf.c:
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c@46
PS3, Line 46: switch (console_uart_get_id()) {
> Hehe yeah, I was thinking about that too. […]
I don't really care, whatever you prefer
--
To view, visit https://review.coreboot.org/23783
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7a47647216a154894e6c2c1fd3b304e18e85c6a5
Gerrit-Change-Number: 23783
Gerrit-PatchSet: 3
Gerrit-Owner: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 16 Feb 2018 21:37:04 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Andre Heider has posted comments on this change. ( https://review.coreboot.org/23783 )
Change subject: soc/nvidia/tegra210: add missing bl31 params to ATF config
......................................................................
Patch Set 3:
(1 comment)
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c
File src/soc/nvidia/tegra210/arm_tf.c:
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c@46
PS3, Line 46: switch (console_uart_get_id()) {
> nit: if you just shifted your enum in the other patch by one you wouldn't need this ;)
Hehe yeah, I was thinking about that too.
But I want to use those console_uart.h helpers in src/mainboard/ code too, and this ordering (none/invalid<0, first uart=0) felt more natural.
But I don't have a strong preference either way, do you want me to change it?
--
To view, visit https://review.coreboot.org/23783
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7a47647216a154894e6c2c1fd3b304e18e85c6a5
Gerrit-Change-Number: 23783
Gerrit-PatchSet: 3
Gerrit-Owner: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 16 Feb 2018 21:34:45 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: No
Julius Werner has posted comments on this change. ( https://review.coreboot.org/23783 )
Change subject: soc/nvidia/tegra210: add missing bl31 params to ATF config
......................................................................
Patch Set 3: Code-Review+2
(1 comment)
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c
File src/soc/nvidia/tegra210/arm_tf.c:
https://review.coreboot.org/#/c/23783/3/src/soc/nvidia/tegra210/arm_tf.c@46
PS3, Line 46: switch (console_uart_get_id()) {
nit: if you just shifted your enum in the other patch by one you wouldn't need this ;)
--
To view, visit https://review.coreboot.org/23783
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I7a47647216a154894e6c2c1fd3b304e18e85c6a5
Gerrit-Change-Number: 23783
Gerrit-PatchSet: 3
Gerrit-Owner: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 16 Feb 2018 19:13:13 +0000
Gerrit-HasComments: Yes
Gerrit-HasLabels: Yes
Julius Werner has posted comments on this change. ( https://review.coreboot.org/23796 )
Change subject: soc/nvidia/tegra210: set up the clock of the chosen UART
......................................................................
Patch Set 1: Code-Review+2
--
To view, visit https://review.coreboot.org/23796
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ife209d42af83459136a019c21c2a069396ab36db
Gerrit-Change-Number: 23796
Gerrit-PatchSet: 1
Gerrit-Owner: Andre Heider <a.heider(a)gmail.com>
Gerrit-Reviewer: Julius Werner <jwerner(a)chromium.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Fri, 16 Feb 2018 19:12:09 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: Yes