Branch: refs/heads/master Home: https://github.com/tianocore/edk2 Commit: 9224a2b91764ab17b2c1dbc9fdcb012eaed62da6 https://github.com/tianocore/edk2/commit/9224a2b91764ab17b2c1dbc9fdcb012eaed62da6 Author: Phil Noh <phil....@amd.com> Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths: M MdeModulePkg/Universal/Console/TerminalDxe/Terminal.c M MdeModulePkg/Universal/Console/TerminalDxe/Terminal.h M MdeModulePkg/Universal/Console/TerminalDxe/TerminalConOut.c Log Message: ----------- MdeModulePkg/TerminalDxe: Support multiple modes for SetMode function When the terminal driver is active, currently terminals available through SetMode function are limited to mode 0 (80x25) despite multiple modes are configured as MaxMode value (e.g. 3 modes in mTerminalConsoleModeData list). Improve the function to support multiple modes based on the value. Additionally add more modes that match with the GraphicsConsoleDxe driver. This update is expected to help the symptom that the Setup or Shell screen becomes smaller due to the text mode. Signed-off-by: Phil Noh <phil....@amd.com> To unsubscribe from these emails, change your notification settings at https://github.com/tianocore/edk2/settings/notifications _______________________________________________ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits