Closed jmbaur closed 1 year ago
@jmbaur Thanks for this patch, it looks good. Please update the commit message:
a) We use a "<fix/chore/feat>:" prefix on title, e.g. yours would be "fix(t194):
b) limit description to 100 chars per line, any number of lines.
c) add signed-off-by tag
Merged into r35.4.1-updates branch with https://github.com/NVIDIA/edk2-nvidia/pull/72
Released in edk2-nvidia-202308.0
The behavior of
UpdateSerialPortInfo
for the T234 differs from that of the T194. When all serial ports are disabled on the T234, DSDT is not patched with serial port info and the ConfigurationManager DXE resumes as normal. When this is the case on the T194, the error bubbles up to the top of ConfigurationManager's entrypoint, causing many further configuration tables to not be populated (SMBIOS being one of them).