rasdaemon icon indicating copy to clipboard operation
rasdaemon copied to clipboard

Add AmpereOne error decoding

Open danielf-ampere opened this issue 9 months ago • 3 comments

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

danielf-ampere avatar Mar 18 '25 20:03 danielf-ampere

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

danielf-ampere avatar Mar 19 '25 21:03 danielf-ampere

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.

mchehab avatar Nov 14 '25 10:11 mchehab

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.

danielf-ampere avatar Nov 21 '25 17:11 danielf-ampere