{"id":27776803,"url":"https://github.com/microsoft/mu_feature_ipmi","last_synced_at":"2025-05-05T04:31:54.006Z","repository":{"id":37230331,"uuid":"473805072","full_name":"microsoft/mu_feature_ipmi","owner":"microsoft","description":"Project Mu - Feature Repo- Firmware support for IPMI","archived":false,"fork":false,"pushed_at":"2025-04-30T02:39:38.000Z","size":745,"stargazers_count":22,"open_issues_count":1,"forks_count":33,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-04-30T06:37:44.450Z","etag":null,"topics":["firmware","ipmi","mu-feature","projectmu","uefi","uefi-development"],"latest_commit_sha":null,"homepage":"https://microsoft.github.io/mu/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"Readme.rst","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"License-History.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-24T23:30:51.000Z","updated_at":"2025-04-30T02:39:43.000Z","dependencies_parsed_at":"2023-10-17T07:24:17.925Z","dependency_job_id":"110c4367-792f-400d-a16a-d5a210525074","html_url":"https://github.com/microsoft/mu_feature_ipmi","commit_stats":{"total_commits":106,"total_committers":18,"mean_commits":5.888888888888889,"dds":0.7358490566037736,"last_synced_commit":"d46e172ca639a7bf1b1802c913fcc214f93072a7"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_feature_ipmi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_feature_ipmi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_feature_ipmi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fmu_feature_ipmi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/mu_feature_ipmi/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252231167,"owners_count":21715474,"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":["firmware","ipmi","mu-feature","projectmu","uefi","uefi-development"],"created_at":"2025-04-30T06:22:00.432Z","updated_at":"2025-05-05T04:31:53.988Z","avatar_url":"https://github.com/microsoft.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"=================================\r\nProject Mu IPMI Feature Repository\r\n=================================\r\n\r\n============================= ================= =============== ===================\r\n Host Type \u0026 Toolchain        Build Status      Test Status     Code Coverage\r\n============================= ================= =============== ===================\r\nWindows_VS_                   |WindowsCiBuild|  |WindowsCiTest| |WindowsCiCoverage|\r\nUbuntu_GCC5_                  |UbuntuCiBuild|   |UbuntuCiTest|  |UbuntuCiCoverage|\r\n============================= ================= =============== ===================\r\n\r\n\r\nThis repository is part of Project Mu. Please see `Project Mu \u003chttps://microsoft.github.io/mu\u003e`_ for details.\r\n\r\nThis IPMI feature repo contains the generic IPMI code from TianoCore's\r\nedk2-platforms repo which has been refactored to support more general use and\r\nwith added functionality.\r\n\r\nDetailed Feature Information\r\n============================\r\n\r\nFar more details about using this repo can be found in: `IPMI Feature Package Readme \u003cIpmiFeaturePkg/Readme.md\u003e`_.\r\n\r\nRepository Philosophy\r\n=====================\r\n\r\nUnlike other Project MU repositories, the IPMI feature repo does not strictly\r\nfollow the EDKII releases, but rather has a continuous main branch which will\r\nperiodically receive cherry-picks of needed changes from EDKII. For stable\r\nbuilds, release tags will be used instead to determine commit hashes at stable\r\npoints in development. Release branches may be created as needed to facilitate a\r\nspecific release with needed features, but this should be avoided.\r\n\r\nConsuming the IPMI Feature Package\r\n==================================\r\n\r\nSince this project does not follow the release fork model, the code should be\r\nconsumed from a release hash and should be consumed as a extdep in the platform\r\nrepo. To include, create a file named feature_ipmi_ext_dep.json desired release\r\ntag hash. This could be in the root of the project or in a subdirectory as\r\ndesired.\r\n\r\n    {\r\n      \"scope\": \"global\",\r\n\r\n      \"type\": \"web\",\r\n\r\n      \"name\": \"mu-feature-ipmi\",\r\n\r\n      \"source\": \"https://github.com/microsoft/mu_feature_ipmi/archive/refs/tags/0.1.0.zip\",\r\n\r\n      \"version\": \"0.1.0\",\r\n\r\n      \"internal_path\": \"/mu_feature_ipmi-0.1.0/\",\r\n\r\n      \"sha256\": \"2d541735195fbef2bca07ae06391bfaf08db0cb8aeb780f0029f907d1943e595\",\r\n\r\n      \"compression_type\": \"zip\",\r\n\r\n      \"flags\": [\"set_build_var\"],\r\n\r\n      \"var_name\": \"IPMI_FEATURE_PATH\"\r\n\r\n    }\r\n\r\nSetting the the var_name and the set_build_var flags will allow the build scripts\r\nto reference the extdep location. To make sure that the package is discoverable\r\nfor the build, the following line should also be added to the build\r\nconfigurations GetPackagesPath list.\r\n\r\n    shell_environment.GetBuildVars().GetValue(\"IPMI_FEATURE_PATH\", \"\")\r\n\r\nAfter this the package should be discoverable to can be used in the build like\r\nany other dependency.\r\n\r\nReleases Versions\r\n=================\r\n\r\nReleases of this repository will follow the `Nuget versioning\r\nmodel \u003chttps://docs.microsoft.com/en-us/nuget/concepts/package-versioning\u003e`_. This\r\nwill directly correspond to the version of the associated nuget package.\r\n\r\nMore Info\r\n=========\r\n\r\nPlease see the `Project Mu docs \u003chttps://github.com/Microsoft/mu\u003e`_ for more\r\ninformation.\r\n\r\nThis project has adopted the `Microsoft Open Source Code of\r\nConduct \u003chttps://opensource.microsoft.com/codeofconduct/\u003e`_.\r\n\r\nFor more information see the `Code of Conduct\r\nFAQ \u003chttps://opensource.microsoft.com/codeofconduct/faq/\u003e`_ or contact\r\n`opencode@microsoft.com \u003cmailto:opencode@microsoft.com\u003e`_ with any additional\r\nquestions or comments.\r\n\r\nIssues\r\n======\r\n\r\nPlease open any issues in the Project Mu GitHub tracker. `More\r\nDetails \u003chttps://microsoft.github.io/mu/How/contributing/\u003e`_\r\n\r\nContributing Code or Docs\r\n=========================\r\n\r\nPlease follow the general Project Mu Pull Request process.  `More\r\nDetails \u003chttps://microsoft.github.io/mu/How/contributing/\u003e`_\r\n\r\n* `Code Requirements \u003chttps://microsoft.github.io/mu/CodeDevelopment/requirements/\u003e`_\r\n* `Doc Requirements \u003chttps://microsoft.github.io/mu/DeveloperDocs/requirements/\u003e`_\r\n\r\nBuilds\r\n======\r\n\r\nPlease follow the steps in the Project Mu docs to build for CI and local\r\ntesting. `More Details \u003chttps://microsoft.github.io/mu/CodeDevelopment/compile/\u003e`_\r\n\r\nCopyright \u0026 License\r\n===================\r\n\r\nCopyright (C) Microsoft Corporation\r\nSPDX-License-Identifier: BSD-2-Clause-Patent\r\n\r\nUpstream License (TianoCore)\r\n============================\r\n\r\nCopyright (c) 2019, TianoCore and contributors.  All rights reserved.\r\n\r\nSPDX-License-Identifier: BSD-2-Clause-Patent\r\n\r\nRedistribution and use in source and binary forms, with or without modification,\r\nare permitted provided that the following conditions are met:\r\n\r\n1. Redistributions of source code must retain the above copyright notice, this\r\n   list of conditions and the following disclaimer.\r\n\r\n2. Redistributions in binary form must reproduce the above copyright notice,\r\n   this list of conditions and the following disclaimer in the documentation\r\n   and/or other materials provided with the distribution.\r\n\r\nSubject to the terms and conditions of this license, each copyright holder and\r\ncontributor hereby grants to those receiving rights under this license a\r\nperpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable\r\n(except for failure to satisfy the conditions of this license) patent license to\r\nmake, have made, use, offer to sell, sell, import, and otherwise transfer this\r\nsoftware, where such license applies only to those patent claims, already\r\nacquired or hereafter acquired, licensable by such copyright holder or\r\ncontributor that are necessarily infringed by:\r\n\r\n(a) their Contribution(s) (the licensed copyrights of copyright holders and\r\n    non-copyrightable additions of contributors, in source or binary form)\r\n    alone; or\r\n\r\n(b) combination of their Contribution(s) with the work of authorship to which\r\n    such Contribution(s) was added by such copyright holder or contributor, if,\r\n    at the time the Contribution is added, such addition causes such combination\r\n    to be necessarily infringed. The patent license shall not apply to any other\r\n    combinations which include the Contribution.\r\n\r\nExcept as expressly stated above, no rights or licenses from any copyright\r\nholder or contributor is granted under this license, whether expressly, by\r\nimplication, estoppel or otherwise.\r\n\r\nDISCLAIMER\r\n\r\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\r\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\r\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\r\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE\r\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\r\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\r\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR\r\nTORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF\r\nTHIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\r\n\r\n.. ===================================================================\r\n.. This is a bunch of directives to make the README file more readable\r\n.. ===================================================================\r\n\r\n.. CoreCI\r\n\r\n.. _Windows_VS: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=121\u0026\u0026branchName=main\r\n.. |WindowsCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Feature%20IPMI/Mu%20Feature%20IPMI%20-%20CI%20-%20Windows%20VS?repoName=microsoft%2Fmu_feature_ipmi\u0026branchName=main\r\n.. |WindowsCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/121.svg\r\n.. |WindowsCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue\r\n\r\n.. _Ubuntu_GCC5: https://dev.azure.com/projectmu/mu/_build/latest?definitionId=120\u0026branchName=main\r\n.. |UbuntuCiBuild| image:: https://dev.azure.com/projectmu/mu/_apis/build/status/CI/Feature%20IPMI/Mu%20Feature%20IPMI%20-%20CI%20-%20GCC5?repoName=microsoft%2Fmu_feature_ipmi\u0026branchName=main\r\n.. |UbuntuCiTest| image:: https://img.shields.io/azure-devops/tests/projectmu/mu/120.svg\r\n.. |UbuntuCiCoverage| image:: https://img.shields.io/badge/coverage-coming_soon-blue\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmu_feature_ipmi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fmu_feature_ipmi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fmu_feature_ipmi/lists"}