Actions
Bug #7677
closedkmdb: intel system console value can not be screen
Start date:
2016-12-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
kmdb does set terminal type based on console device check, the current code in kmdb_prom_stdout_is_framebuffer() is implemented to check for console output device value "screen", but this test is not valid, as intel systems do not use "screen" as console name. As the purpose of this test is to detect if we are using serial or local console, the more proper test would be to verify known serial device names.
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit bfc95aff2c09d9d96369a6adbb88af800afdcbd1
commit bfc95aff2c09d9d96369a6adbb88af800afdcbd1 Author: Toomas Soome <tsoome@me.com> Date: 2017-01-10T22:08:58.000Z 7677 kmdb: intel system console value can not be screen Reviewed by: Yuri Pankov <yuri.pankov@gmail.com> Reviewed by: Adam Števko <adam.stevko@gmail.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions