dmidecode - Patches: patch #9524, Enable representation of system...
You are not allowed to post comments on this tracker with your current authentication level.
patch #9524: Enable representation of system event logs reported by BIOS
Submitter: | Michael Shych <mshych> | ||
Submitted: | Thu 21 Dec 2017 01:38:59 PM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
Fri 30 Jul 2021 03:06:48 PM UTC, comment #2: |
Jean Delvare <khali>![]() |
Tue 23 Mar 2021 08:39:37 AM UTC, comment #1: Thanks for your contribution. There are several issues with your patch.
|
Jean Delvare <khali>![]() |
Thu 21 Dec 2017 01:38:59 PM UTC, original submission:
Good day,
|
Michael Shych <mshych> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 4 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2017-12-21 | mshych | Attached File | - | ![]() |
Added dmidecode_bios_logs_support.patch, #42696 |
Attached File | - | ![]() |
Added old_ivy_bridge_logs.txt, #42697 | ||
Attached File | - | ![]() |
Added new_atom_rangeley_logs.txt, #42698 | ||
Carbon-Copy | - | ![]() |
Added mshych |
I feel ashamed that I did not learn about this until today, but it turns out that a kernel-based implementation of this exists for 10 years already. It was added by Mike Waychison (Google) in February 2011:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=a3857a5c9893aa69d44be6e881927b0950b1d931
So it should be pretty easy to let dmidecode read the system event log from file /sys/firmware/dmi/entries/15-0/system_event_log/raw_event_log when that file is present.