Arthur Heymans has posted comments on this change. ( https://review.coreboot.org/23713 )
Change subject: driver/uart: Reintroduce default_baudrate as weak function.
......................................................................
Patch Set 1:
> Hello, you were involved in the commit I partially revert, so I'm
> adding you.
>
> Also I could do it by adding an config option to not reintroduce
> the function by default.
>
> Best Regards
The rationale behind removing this was that nobody seems to use it, that it is confusing to have both a cmos setting and a Kconfig to do the same thing and that when fetching the baud rate from cmos it actually tried to print stuff before baud rate was set which could result in very long delays in the boot time.
To avoid having a something override the value defined in Kconfig (to avoid confusion) I think it would be better to not have it show this option in Kconfig at all. something like MAINBOARD_SET_KCONFIG which is mutually exlusive with TTYS0_BAUD...
--
To view, visit https://review.coreboot.org/23713
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: I970ee788bf90b9e1a8c6ccdc5eee8029d9af0ecc
Gerrit-Change-Number: 23713
Gerrit-PatchSet: 1
Gerrit-Owner: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 12 Feb 2018 15:45:04 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/23711
to look at the new patch set (#3).
Change subject: security/tpm: Add SW hash functions for measurements
......................................................................
security/tpm: Add SW hash functions for measurements
* Make SW measurements first class citizen.
* Add kconfig option TPM hardware accerlated hashes.
Change-Id: Ice8a0de0294fe619ff725dc5126319fc2bc657ad
Signed-off-by: Philipp Deppenwiese <zaolin(a)das-labor.org>
---
M src/security/crypto/Makefile.inc
M src/security/tpm/Kconfig
M src/security/tpm/tspi/tspi.c
3 files changed, 72 insertions(+), 5 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/23711/3
--
To view, visit https://review.coreboot.org/23711
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ice8a0de0294fe619ff725dc5126319fc2bc657ad
Gerrit-Change-Number: 23711
Gerrit-PatchSet: 3
Gerrit-Owner: Philipp Deppenwiese <zaolin.daisuki(a)gmail.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
build bot (Jenkins) has posted comments on this change. ( https://review.coreboot.org/23709 )
Change subject: nb/intel/gm45/raminit: Use CxDRT*_MCHBAR instead of magic numbers
......................................................................
Patch Set 2:
Build Successful
https://qa.coreboot.org/job/coreboot-gerrit/67354/ : SUCCESS
--
To view, visit https://review.coreboot.org/23709
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: I079d5353633a3d58ce0e5e616f3fad687a064d65
Gerrit-Change-Number: 23709
Gerrit-PatchSet: 2
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Jonathan Neuschäfer <j.neuschaefer(a)gmx.net>
Gerrit-Reviewer: Paul Menzel <paulepanter(a)users.sourceforge.net>
Gerrit-Reviewer: build bot (Jenkins) <no-reply(a)coreboot.org>
Gerrit-Comment-Date: Mon, 12 Feb 2018 14:15:03 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Julien Viard de Galbert has posted comments on this change. ( https://review.coreboot.org/23713 )
Change subject: driver/uart: Reintroduce default_baudrate as weak function.
......................................................................
Patch Set 1:
Hello, you were involved in the commit I partially revert, so I'm adding you.
Also I could do it by adding an config option to not reintroduce the function by default.
Best Regards
--
To view, visit https://review.coreboot.org/23713
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: I970ee788bf90b9e1a8c6ccdc5eee8029d9af0ecc
Gerrit-Change-Number: 23713
Gerrit-PatchSet: 1
Gerrit-Owner: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Reviewer: Arthur Heymans <arthur(a)aheymans.xyz>
Gerrit-Reviewer: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Reviewer: Nico Huber <nico.h(a)gmx.de>
Gerrit-Reviewer: Patrick Rudolph <siro(a)das-labor.org>
Gerrit-Comment-Date: Mon, 12 Feb 2018 14:13:40 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Julien Viard de Galbert has posted comments on this change. ( https://review.coreboot.org/23713 )
Change subject: driver/uart: Reintroduce default_baudrate as weak function.
......................................................................
Patch Set 1:
Hello all,
I'm doing this change using weak function. This could also be done with config options and would probably reduce the final binary as I'm not sure the weak function can be optimized out.
Best Regards
--
To view, visit https://review.coreboot.org/23713
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: I970ee788bf90b9e1a8c6ccdc5eee8029d9af0ecc
Gerrit-Change-Number: 23713
Gerrit-PatchSet: 1
Gerrit-Owner: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Reviewer: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Comment-Date: Mon, 12 Feb 2018 14:08:14 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No
Julien Viard de Galbert has posted comments on this change. ( https://review.coreboot.org/23712 )
Change subject: console: Introduce a way for mainboard to override the loglevel
......................................................................
Patch Set 1:
Hello all,
I'm doing this change using weak function. This could also be done with config options and would probably reduce the final binary as I'm not sure the weak function can be optimized out.
Best Regards
--
To view, visit https://review.coreboot.org/23712
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: Id6cc72b8fe5c4c50a6f83ce80e6440b078eec6e2
Gerrit-Change-Number: 23712
Gerrit-PatchSet: 1
Gerrit-Owner: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Reviewer: Julien Viard de Galbert <jviarddegalbert(a)online.net>
Gerrit-Comment-Date: Mon, 12 Feb 2018 14:07:46 +0000
Gerrit-HasComments: No
Gerrit-HasLabels: No