coreboot/src/soc/qualcomm/common
Julius Werner 37833fc4be qualcomm/common: Remove carriage returns from QcLib log
The memory log we get returned by QcLib contains Windows line endings
("\r\n"), while we prefer to have POSIX line endings in the CBMEM
console (just "\n"). Filter the '\r' character out when copying that log
into the CBMEM console to convert.

Signed-off-by: Julius Werner <jwerner@chromium.org>
Change-Id: I0652300c2393fbc0b3c9875bb0ca1aa921e59098
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77722
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Reviewed-by: Shelley Chen <shchen@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2023-09-14 23:53:54 +00:00
..
display soc/qualcomm: Make sc7180 mdss configurations common code 2022-06-27 13:40:42 +00:00
include/soc qualcomm/common: Pass FMAX_LIMIT flag for Lazor board to QcLib 2023-03-17 00:34:08 +00:00
storage soc/qualcomm/common: Add sdhci_msm_init function 2023-02-08 16:59:35 +00:00
usb src/soc/qualcomm: Remove unnecessary space after casts 2022-11-23 16:30:58 +00:00
aop_load_reset.c soc/qualcomm: Replace <cbfs.h> with <program_loading.h> 2022-05-31 13:44:34 +00:00
clock.c soc/qualcomm/common: Make clock_configure() check for exact matches 2022-04-14 14:05:04 +00:00
gpio.c qualcomm/sc7280: gpio: Support eGPIO scheme 2021-11-16 17:26:21 +00:00
Kconfig
mmu.c soc/qualcomm: Commonize AOP firmware support 2021-10-25 21:14:22 +00:00
pcie_common.c treewide: Remove duplicated include <device/pci.h> 2023-02-01 03:03:34 +00:00
qclib.c qualcomm/common: Remove carriage returns from QcLib log 2023-09-14 23:53:54 +00:00
qspi.c Revert "soc/qualcomm: Increase SPI frequency to 75 MHz" 2023-02-24 19:28:24 +00:00
qup_se_handler.c i2c: Add configurable I2C transfer timeout 2022-03-15 22:06:27 +00:00
qupv3_config.c soc/qualcomm/common/qup: Avoid double decompress of gsi_fw blob 2023-02-01 18:47:54 +00:00
qupv3_i2c.c /: Remove unused <inttypes.h> 2022-11-08 14:43:00 +00:00
qupv3_spi.c i2c: Add configurable I2C transfer timeout 2022-03-15 22:06:27 +00:00
qupv3_uart.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
spi.c soc/qualcomm/common/spi: Configure SPI QUP driver 2021-09-21 19:59:48 +00:00
timer.c soc/qualcomm: move code to common 2021-04-08 06:49:27 +00:00
uart_bitbang.c lib/coreboot_table: Simplify API to set up lb_serial 2022-11-04 19:17:13 +00:00
watchdog.c soc/qualcomm/sc7180: Update hardware watchdog logging 2022-07-04 14:03:21 +00:00