Add AmpereOne error decoding
Decode AmpereOne vendor specific RAS errors.
- Add support for AmpereOne family of processors. (i.e. - ac03, ac04, and ac04_1)
- Does not contain support SQLite
- To compile RASDaemon with AmpereOne support, include the following flags: --enable-arm --enable-non-standard --enable-amp-ns-decode
Hi Mauro, I'm pretty new to contributing to open source projects. Feel free to provide any and all feedback, and you can be tough on me.
Also, this change to RASDaemon benefits from this kernel changeset: https://lore.kernel.org/all/[email protected]/ Is there anything I can do to help move kernel changeset forward ?
Regards, ~Daniel Ferguson
Hi Daniel,
Please add sqlite support to it. Btw, on my long term todo plan, I'd like to change the logic to be more generic with regards to SQL, allowing it to use other databases on remote machines.
Hi Mauro,
Ok, I can add SQLite support.
We have an internal patch set that adds support for MySQL, which is why I didn't add SQLite support. So, it is a good idea to make a more generic SQL interface. I'll keep that in mind.