coreboot/src
Roja Rani Yarubandi dcf80ab025 sc7180: Remove QcLib specific changes from CB UART
To achieve 115200 baudrate QcLib reconfigures UART frequency
with the lowest supported frequency from QUP clock table.
With this console logs were getting corrupted at qclib stage.

In ChromeOS coreboot, baudrate is configuarable using Kconfig.
QcLib should not assume the baudrate and reconfigure any UART
register once after the configuration is done in coreboot.

To fix the issue QcLib done the changes to not to reconfigure
any UART registers. Hence clock_configure_qup() is not required
in coreboot UART driver.

Signed-off-by: Roja Rani Yarubandi <rojay@codeaurora.org>
Change-Id: I2531b64eddfa6e877f769af0d17be61f5e4d0c35
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42095
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
2020-09-15 01:07:17 +00:00
..
acpi src/acpi: Drop unneeded empty lines 2020-08-24 09:16:59 +00:00
arch memory_info: add max_speed_mts and configured_speed_mts 2020-09-03 21:27:54 +00:00
commonlib util/cbfstool: extend includes in commonlib 2020-09-14 07:10:53 +00:00
console ec/system76: Add console support 2020-09-07 21:46:34 +00:00
cpu cpu/intel/model_1067x: enable PECI 2020-09-12 10:50:33 +00:00
device src/{device,include}: Use PNP_IDX_EN instead of magic number 2020-09-14 19:34:11 +00:00
drivers drivers/elog: Remove ELOG_PRERAM config 2020-09-14 18:23:23 +00:00
ec src/ec: Drop unneeded empty lines 2020-09-11 17:07:03 +00:00
include src/{device,include}: Use PNP_IDX_EN instead of magic number 2020-09-14 19:34:11 +00:00
lib lib/fmap: add ENV_SMM check to setup_preram_cache 2020-09-14 16:01:42 +00:00
mainboard src/mainboard: Remove unused include <device/pnp_ops.h> 2020-09-14 19:38:14 +00:00
northbridge nb/intel/ironlake: Reserve gap betwen TSEG and BGSM 2020-09-14 20:15:06 +00:00
security security/intel/txt/getsec.c: Do not check lock bit 2020-08-30 19:26:48 +00:00
soc sc7180: Remove QcLib specific changes from CB UART 2020-09-15 01:07:17 +00:00
southbridge sb/intel/lynxpoint/acpi: Do not determine PCH type at runtime 2020-09-14 07:07:12 +00:00
superio src/superio: Remove unused <device/pnp_def.h> 2020-09-14 19:36:27 +00:00
vendorcode src/vendorcode/intel/fsp/fsp2_0/cpx-sp: add prev boot error info HOB header file 2020-09-14 07:05:41 +00:00
Kconfig Kconfig: Update ASan config options 2020-08-21 07:42:21 +00:00