#
d02ad49e |
| 08-May-2023 |
Patrick Williams <patrick@stwcx.xyz> |
clang-tidy: reduce repo-specific flags
Adjust the clang-tidy settings so that it does not need to have a bunch of values related to the libpeci subproject. In general we should be ignoring any head
clang-tidy: reduce repo-specific flags
Adjust the clang-tidy settings so that it does not need to have a bunch of values related to the libpeci subproject. In general we should be ignoring any header files from any subprojects since they are not under direct control of the repository-under-test.
Change-Id: I64d4e4bae20ca27aed68081b4270fa0ec8fc0543 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
ec77caa4 |
| 17-Feb-2023 |
Ed Tanous <edtanous@google.com> |
Fix clang-tidy failures
Change-Id: I4e9e02cb57ae5eac8d7dc9f7c6e1083959170766 Signed-off-by: Ed Tanous <edtanous@google.com>
|
#
b9122030 |
| 23-Dec-2019 |
Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com> |
Update ioctl header
This commit updates local copy of the peci-ioctl.h to sync with the header file in OpenBMC v5.4 linux tree.
This can be dropped in the future once PECI is upstream and yocto shi
Update ioctl header
This commit updates local copy of the peci-ioctl.h to sync with the header file in OpenBMC v5.4 linux tree.
This can be dropped in the future once PECI is upstream and yocto ships a kernel version that includes the header.
Change-Id: I07ce03680aed3a602ffc635888aa827435e54879 Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@linux.intel.com>
show more ...
|
#
fb64f45d |
| 11-Dec-2019 |
Joel Stanley <joel@jms.id.au> |
Move ioctl header to common include path
Currently this project places the header under a path that is only added to the includes list when not building under yocto. The existing yocto solution is n
Move ioctl header to common include path
Currently this project places the header under a path that is only added to the includes list when not building under yocto. The existing yocto solution is not compatible with the upcoming 5.4 kernel, so instead always include the local copy.
This can be dropped in the future once PECI is upstream and yocto ships a kernel version that includes the header.
Change-Id: I11347b33c0d23e6b769c81d9c99390e69b1fd6af Signed-off-by: Joel Stanley <joel@jms.id.au>
show more ...
|