jdelvare
Support for the SMBus ARP protocol
a project by jdelvare
The SMBus standard specifies an address resolution protocol (SMBus ARP.) It has two key features :
Reimplementation of "quilt setup"
an invention by jdelvare
I would like to change the way "quilt setup" is implemented.
SMBIOS 3.0 support in dmidecode
an invention by jdelvare
On February 12th, 2015, the DMTF released version 3.0.0 of the System Management BIOS Reference Specification. This update isn't just adding enumerated values to existing structures, as previous updates did. It is also introducing a new entry point format which allows for larger tables and structures. Support for this needs to be added to dmidecode.
Improve the ffmpeg delogo filter
a project by jdelvare
I have a few ideas of improvements for the delogo filter included in ffmpeg's libavfilter.
Cuddle the i2c-i801 kernel driver
a project by jdelvare
The i2c-i801 kernel driver (for SMBus controller on most x86 Intel systems) has a lot of pending upstream patches from various contributors. There are bug fixes, clean-ups and new features. Without proper reviewing and merging work, most of the effort is likely to be lost.
DMI table conformance checker
a project by jdelvare
The SMBIOS specification includes an informative annex providing conformance guidelines for DMI table implementations. I would like to write a checker tool to verify the conformance of DMI tables, based on this document. Such a tool could be useful for system firmware writers.
Add support for DDR4 to decode-dimms
a project by jdelvare
While DDR4 memory has become quite popular, decode-dimms doesn't know about it and is not able to display any useful information for DDR4 memory modules. I would like decode-dimms to provide the same detailed information about DDR4 memory modules as it does for all older memory types.
Out-of-the-box SPD support
an invention by jdelvare
In order to see the SPD (detailed memory information) data, the user currently has to manually load the needed kernel driver. Which driver to load depends on the memory type. Depending on the driver user, the devices may even have to be instantiated manually and this is a non-trivial multi-step task. Plus you need to be root to do it.
dmidecode: no more open-coded printfs
a project by jdelvare
There's a long standing request to extend the output of dmidecode to something that would be machine-readable. Something like an XML or JSON-based format. Unfortunately this can't be implemented right now because the output of dmidecode is generated by open-coded printfs as the DMI table is being parsed, with no intermediate structures nor temporary buffers.
Support for BIOS-based error log in dmidecode
a project by jdelvare
Update quilt's manual page
an invention by jdelvare
Add a machine-readable output to dmidecode
a project by jdelvare
Description
There have been repeated requests for a machine-friendly dmidecode output over the last decade. During Hack Week 19, 5 years ago, I prepared the code to support alternative output formats, but didn't have the time to go further. Last year, Jiri Hnidek from Red Hat Linux posted a proof-of-concept implementation to add JSON output support. This is a fairly large pull request which needs to be carefully reviewed and tested.
Looking for projects around:
Nothing at the moment
Activity