Patrick Rudolph has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/34683 )
Change subject: soc/intel/fsp_broadwell_de: Enable early integrated UART
......................................................................
Patch Set 5: Code-Review+1
(2 comments)
https://review.coreboot.org/c/coreboot/+/34683/5/src/soc/intel/fsp_broadwell...
File src/soc/intel/fsp_broadwell_de/romstage/romstage.c:
https://review.coreboot.org/c/coreboot/+/34683/5/src/soc/intel/fsp_broadwell...
PS5, Line 71: uint32_t reset_sts = pci_mmio_read_config32(ubox_dev, UBOX_SC_RESET_STATUS);
Please use the wrapper function pci_read_config32 instead.
https://review.coreboot.org/c/coreboot/+/34683/5/src/soc/intel/fsp_broadwell...
PS5, Line 78: ubox_uart_en &= ~(UBOX_UART_ENABLE_PORT0 | UBOX_UART_ENABLE_PORT1);
only touch the bits for the selected port to allow this function to be called twice, once for each uart.
--
To view, visit
https://review.coreboot.org/c/coreboot/+/34683
To unsubscribe, or for help writing mail filters, visit
https://review.coreboot.org/settings
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: I88a7b1a38abf9a09137f6dd75a5a9dee104daaca
Gerrit-Change-Number: 34683
Gerrit-PatchSet: 5
Gerrit-Owner: Andrey Petrov
anpetrov@fb.com
Gerrit-Reviewer: Andrey Petrov
anpetrov@fb.com
Gerrit-Reviewer: Jay Talbott
JayTalbott@sysproconsulting.com
Gerrit-Reviewer: Jonathan Zhang
jonzhang@fb.com
Gerrit-Reviewer: Patrick Rudolph
patrick.rudolph@9elements.com
Gerrit-Reviewer: Patrick Rudolph
siro@das-labor.org
Gerrit-Reviewer: Philipp Deppenwiese
zaolin.daisuki@gmail.com
Gerrit-Reviewer: Werner Zeh
werner.zeh@siemens.com
Gerrit-Reviewer: build bot (Jenkins)
no-reply@coreboot.org
Gerrit-CC: Paul Menzel
paulepanter@users.sourceforge.net
Gerrit-Comment-Date: Thu, 08 Aug 2019 09:01:11 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
Gerrit-MessageType: comment