Actions
Bug #475
closed
BX
BX
mainboard_vbt_filename() in src/mainboard/lenovo/x200/blc.c does not work as intended
Bug #475:
mainboard_vbt_filename() in src/mainboard/lenovo/x200/blc.c does not work as intended
Start date:
03/30/2023
Due date:
% Done:
100%
Estimated time:
Description
Date back to coreboot 4.9, mainboard_vbt_filename() in src/mainboard/lenovo/x200/blc.c calls get_blc_pwm_freq_value(NULL), making the following if condition always falling to the first, not to mention null dereference on strcmp() in get_blc_pwm_freq_value().
In order to determine the correct vbt filename at runtime, edid ascii string should be obtained first.
This issue may be distantly related to #474.
BX Updated by Bill XIE almost 3 years ago
- Assignee changed from Arthur Heymans to Bill XIE
- % Done changed from 0 to 90
- Related links updated (diff)
BX Updated by Bill XIE almost 3 years ago
- % Done changed from 90 to 100
MR Updated by Martin Roth almost 3 years ago
Can this be closed now?
BX Updated by Bill XIE over 2 years ago
MR Updated by Martin Roth over 2 years ago
- Status changed from New to Resolved
Actions