Actions
Bug #100
openromstage only transferred with baud rate 1200 independent from configuration
Status:
New
Priority:
Normal
Assignee:
-
Category:
board support
Target version:
-
Start date:
03/15/2017
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
On the ASRock E350M1 with latest master, romstage messages are only sent with baud rate 1200 despite having configured 115.200. In ramstage they are sent with the correct configured baud rate. I used 115.200.
Files
Updated by Paul Menzel over 7 years ago
- File 20170314-config.txt 20170314-config.txt added
- Subject changed from [ASRock E350M1] romstage only transferred with baud rate 1200 independent from configuration to romstage only transferred with baud rate 1200 independent from configuration
This is reproducible on the Asus M2V too. Please find the configuration file attached.
$ grep 115200 asus_m2v/20170314-config.txt
CONFIG_TTYS0_BAUD=115200
CONFIG_CONSOLE_SERIAL_115200=y
Updated by Arthur Heymans almost 7 years ago
I think this is fixed now in https://review.coreboot.org/#/c/21659/ ?
Actions