Attention is currently required from: Felix Singer, Nico Huber, Paul Menzel, Angel Pons, Arthur Heymans, Michael Niewöhner, Patrick Rudolph. Hello Felix Singer, Nico Huber, Furquan Shaikh, Arthur Heymans, Michael Niewöhner, Patrick Rudolph,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/55224
to look at the new patch set (#2).
Change subject: soc/intel/skylake: Auto-configure SerialIoDevMode UPD ......................................................................
soc/intel/skylake: Auto-configure SerialIoDevMode UPD
Introduce the `DERIVE_SERIALIO_CFG_FROM_DEV_STATE` Kconfig symbol, which allows omitting the `SerialIoDevMode` setting from devicetrees where the SerialIO settings can be derived from the PCI devices' state. Also, when the `INTEL_LPSS_UART_FOR_CONSOLE` option is selected, configure the UART specified by `UART_FOR_CONSOLE` to have FSP skip initialisation for it.
Also, as an example, transform hp/280_g2 to make use of this code. Once all other boards have been updated, the newly-introduced Kconfig option can be removed.
Change-Id: I59ec760e4dcc6b64e40c6ebd402642070f1de33a Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/hp/280_g2/Kconfig M src/mainboard/hp/280_g2/devicetree.cb M src/soc/intel/skylake/Kconfig M src/soc/intel/skylake/chip.c 4 files changed, 51 insertions(+), 7 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/24/55224/2