{"id":18275225,"url":"https://github.com/warexify/superiotool","last_synced_at":"2025-06-13T13:08:20.739Z","repository":{"id":127930080,"uuid":"89738472","full_name":"warexify/superiotool","owner":"warexify","description":"The Superiotool for macOS","archived":false,"fork":false,"pushed_at":"2020-05-22T15:02:34.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-13T13:08:12.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/warexify.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-28T19:30:26.000Z","updated_at":"2021-06-24T16:47:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b59d4ea-cd4e-449a-a059-4e9daa32b110","html_url":"https://github.com/warexify/superiotool","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/warexify/superiotool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warexify%2Fsuperiotool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warexify%2Fsuperiotool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warexify%2Fsuperiotool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warexify%2Fsuperiotool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/warexify","download_url":"https://codeload.github.com/warexify/superiotool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/warexify%2Fsuperiotool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259650957,"owners_count":22890385,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T12:12:13.562Z","updated_at":"2025-06-13T13:08:15.729Z","avatar_url":"https://github.com/warexify.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"-------------------------------------------------------------------------------\nSuperiotool README\n-------------------------------------------------------------------------------\n\nSuperiotool is a user-space utility which can\n\n - detect which Super I/O chip is soldered onto your mainboard,\n\n - at which configuration port it's located (usually 0x2e or 0x4e), and\n\n - dump all register contents of the Super I/O chip, together with the\n   default values as per datasheet (to make comparing the values easy).\n\nIt is mainly used for coreboot development purposes (see coreboot.org\nfor details on coreboot), but it may also be useful for other things.\n\n\nInstallation\n------------\n\n $ git clone https://review.coreboot.org/coreboot.git\n\n $ cd coreboot/util/superiotool\n\nOptional: Edit the Makefile and set 'CONFIG_PCI = no' if you don't want to\nsupport PCI-attached \"Super I/Os\" (which needs libpci-dev) such as the\nVIA VT82686A/B southbridge with integrated Super I/O functionality.\n\n $ make\n\n $ sudo make install\n\n\nUsage\n-----\n\nPlease read the superiotool(8) manpage or type 'superiotool --help'.\n\nPer default (no options) superiotool will just probe for a Super I/O\nand print its vendor, name, ID, revision, and config port.\n\nTypical usage of superiotool:\n\n - Probe/detect the Super I/O in your mainboard:\n\n   $ superiotool\n\n - Register dump as table of hex-values of the Super I/O (if detected):\n\n   $ superiotool -d\n\n\nSupported Super I/O Chips\n-------------------------\n\nPlease see https://www.coreboot.org/Superiotool#Supported_devices, or type\n\n $ superiotool -l\n\nThere's also a collection of sample register dumps from various Super I/O\nchips on that web page. Please send further register dumps (either from a\nproprietary BIOS and/or from coreboot) to the coreboot mailing list\n(https://www.coreboot.org/Mailinglist).\n\n\nWebsite and Mailing List\n------------------------\n\nThe main website is https://www.coreboot.org/Superiotool.\n\nFor additional information, patches, and discussions, please join the\ncoreboot mailing list at https://www.coreboot.org/Mailinglist, where most\nsuperiotool developers are subscribed.\n\n\nCopyright and License\n---------------------\n\nSuperiotool is copyrighted by a number of individual developers. Please\nrefer to the respective source code files for details.\n\nIt is licensed under the terms of the GNU General Public License (GPL),\neither version 2 of the license, or (at your option) any later version.\n\n\nContributors\n------------\n\nAnders Juel Jensen \u003candersjjensen@gmail.com\u003e\nAndriy Gapon \u003cavg@icyb.net.ua\u003e\nArjan Koers \u003c0h3q2rmn2bdb@list.nospam.xutrox.com\u003e\nBingxun Shi \u003cbingxunshi@gmail.com\u003e\nCarl-Daniel Hailfinger \u003cc-d.hailfinger.devel.2006@gmx.net\u003e\nDavid Bartley \u003cdtbartle@csclub.uwaterloo.ca\u003e\nDavid Hendricks \u003cdavid.hendricks@gmail.com\u003e\nEdward O'Callaghan \u003ceocallaghan@alterapraxis.com\u003e\nFrançois-Regis Vuillemin \u003ccoreboot@miradou.com\u003e\nFrieder Ferlemann \u003cFrieder.Ferlemann@web.de\u003e\nIdwer Vollering \u003cidwer_v@hotmail.com\u003e\nIoannis Barkas \u003ctripl3fault@yahoo.com\u003e\nJosh Profitt \u003czorn169@gmail.com\u003e\nLuc Verhaegen \u003clibv@skynet.be\u003e\nMichael Gold \u003cmgold@ncf.ca\u003e\nMichał Mirosław \u003cmirq-linux@rere.qmqm.pl\u003e\nNicola Corna \u003cnicola@corna.info\u003e\nNikos Barkas \u003clevelwol@gmail.com\u003e\nRasmus Wiman \u003crasmus@wiman.org\u003e\nRobinson P. Tryon \u003cbishop.robinson@gmail.com\u003e\nRonald Hoogenboom \u003choogenboom30@zonnet.nl\u003e\nRonald Minnich \u003crminnich@gmail.com\u003e\nSean Young \u003csean@mess.org\u003e\nStefan Reinauer \u003cstepan@coresystems.de\u003e\nTom Sylla \u003ctsylla@gmail.com\u003e\nUlf Jordan \u003cjordan@chalmers.se\u003e\nUrja Rannikko \u003curjaman@gmail.com\u003e\nUwe Hermann \u003cuwe@hermann-uwe.de\u003e\nWard Vandewege \u003cward@gnu.org\u003e\nWilbert Duijvenvoorde \u003cw.a.n.duijvenvoorde@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarexify%2Fsuperiotool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwarexify%2Fsuperiotool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwarexify%2Fsuperiotool/lists"}