From ef11f951257f7baf865039a23f9c8aaae68454c5 Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Sat, 2 Aug 2025 12:31:10 +0530 Subject: [PATCH] soc/qualcomm/x1p42100: Set 1ms TX delay This commit overrides the `UART_BITBANG_TX_DELAY_MS` Kconfig option to 1ms for the `x1p42100` SoC configuration. TEST=Able to build google/quenbi with proper AP console log. ``` [NOTE ] coreboot-coreboot-unknown.9999.2712497 .... [DEBUG] ARM64: Exception handlers installed. [DEBUG] ARM64: Testing exception [DEBUG] ARM64: Done test exception [DEBUG] NCC Frequency bumped to 1.363(GHz) ``` Change-Id: Ic99ce17ea5e74fca483ef0cc8dd326d3459288b4 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/88637 Reviewed-by: Kapil Porwal Tested-by: build bot (Jenkins) --- src/soc/qualcomm/x1p42100/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/soc/qualcomm/x1p42100/Kconfig b/src/soc/qualcomm/x1p42100/Kconfig index e65047e82b..636f6032e2 100644 --- a/src/soc/qualcomm/x1p42100/Kconfig +++ b/src/soc/qualcomm/x1p42100/Kconfig @@ -58,4 +58,8 @@ config UART_FOR_CONSOLE help Select the QUP instance to be used for UART console output. +config UART_BITBANG_TX_DELAY_MS + int + default 1 + endif