commit | 18632fd159658f6a5963cc654d9430e3b5e07eec | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:22:10 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:23:30 2024 +0800 |
tree | 781fff9073e97028abb3d4b121e966e2ffb1fd30 | |
parent | c13e67858068e1cac8f1649a83eebd1b0743512a [diff] |
README.md: Fix MD040 warnings The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I8bbe4c5b1484f526a917836cc6c215e9b3789c31
Contains procedures that interact with the OpenPower nest chipset.
To build this package, do the following steps:
1. meson builddir 2. ninja -C builddir
To build with phal feature:
1. meson builddir -Dphal=enabled -Dopenfsi=enabled 2. ninja -C builddir
To clean the repository run ninja -C builddir/ clean
.