commit | c13e67858068e1cac8f1649a83eebd1b0743512a | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:21:30 2024 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Mon Aug 05 14:21:30 2024 +0800 |
tree | 298fca49948ee9b6b5e53f55a61a5065c225cf8c | |
parent | 01e2f5c69978756418480ea68edbdfdf504b7af8 [diff] |
README.md: Fix MD041 warnings The following warnings are generated by using markdownlint analysis: ``` MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "Contains procedures that inter..."] ``` Refer to markdown-lint [1] to fix MD041 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/041-first-line-h1.md Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: Ie4cbc4e78c3db550b5ec4e15f8baee5585e65f0b
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`.