summaryrefslogtreecommitdiff
path: root/scripts/kernel-doc
diff options
context:
space:
mode:
authorDesapogu Jayaramudu <[email protected]>2026-07-30 09:13:16 +0530
committerTom Rini <[email protected]>2026-08-10 14:22:09 -0600
commit780808133b756261c1c1a0aacb4c7067fc97857b (patch)
tree2e94112af7ea35c91a70e3db9bbf5cd8c7a59b19 /scripts/kernel-doc
parent06084f6f92a2fa6b2756f4928ddfa27583074d97 (diff)
serial: coreboot: Accept DBG2 subtype 0x12
U-Boot running as a coreboot payload obtains serial console information either from the coreboot table or from the ACPI DBG2 table. When serial console support is disabled in coreboot, the coreboot table does not contain serial information. In this case U-Boot falls back to parsing the DBG2 table. Some AMD platforms or any other platforms that uses memory-mapped I/O advertise the debug UART using DBG2 subtype 0x0012 ("16550-compatible with parameters defined in Generic Address Structure"). U-Boot currently accepts only subtype 0x0000, causing DBG2 UART detection to fail and leaving no console output. Accept subtype 0x0012 as well and keep the existing handling logic. Signed-off-by: Desapogu Jayaramudu <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'scripts/kernel-doc')
0 files changed, 0 insertions, 0 deletions