History log of /openbmc/intel-ipmi-oem/.gitignore (Results 1 – 9 of 9)
Revision Date Author Comments
# 3a7555c5 31-Oct-2023 Peter Foley <pefoley@google.com>

subprojects: Ignore wrap files from subprojects

Make git status a little happier.

Change-Id: Ia489f66966ecd78271c1bc77b90b87888e211b40
Signed-off-by: Peter Foley <pefoley@google.com>


# e61e8ec8 22-Sep-2023 Vernon Mauery <vernon.mauery@linux.intel.com>

Remove CMake build system

Now that the yocto recipe is updated to use meson, remove the CMake
build system and its clutter.

Tested: builds standalone and in yocto

Change-Id: If2174dddcb3b3a7e6b56d

Remove CMake build system

Now that the yocto recipe is updated to use meson, remove the CMake
build system and its clutter.

Tested: builds standalone and in yocto

Change-Id: If2174dddcb3b3a7e6b56d8b912d74f2ed6a286c9
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>

show more ...


# 4a316058 26-Sep-2022 Vernon Mauery <vernon.mauery@linux.intel.com>

add meson build

most the other openbmc projects are turning into meson projects, so
let's hop on that meson train.

Tested: Builds as expected

Change-Id: I06b6f9e28e27bf7922f42f93756efb98bdb40b2a
S

add meson build

most the other openbmc projects are turning into meson projects, so
let's hop on that meson train.

Tested: Builds as expected

Change-Id: I06b6f9e28e27bf7922f42f93756efb98bdb40b2a
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>

show more ...


# 8b7c156e 27-Sep-2022 Vernon Mauery <vernon.mauery@linux.intel.com>

Update filter to allowlist instead of whitelist

Remove racist terminology in favor of descriptive terminology.

Tested: builds and runs with no change in behavior.

Change-Id: Ic7ab6f4b316043da67f07

Update filter to allowlist instead of whitelist

Remove racist terminology in favor of descriptive terminology.

Tested: builds and runs with no change in behavior.

Change-Id: Ic7ab6f4b316043da67f079cd92cd6f070ddcf108
Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>

show more ...


# aedf5a9e 03-Sep-2020 Rui Zhang <ruizhan@google.com>

Enable code coverage for intel-ipmi-oem.

A code coverage report was generated successfully.

Directory Sort by name Line Coverage Sort by line coverage Functions Sort by function

Enable code coverage for intel-ipmi-oem.

A code coverage report was generated successfully.

Directory Sort by name Line Coverage Sort by line coverage Functions Sort by function coverage
include
20.6% 20.6%
20.6 % 83 / 403 9.6 % 5 / 52
src
0.0%
0.0 % 0 / 6332 0.0 % 0 / 329
tests
98.0% 98.0%
98.0 % 243 / 248 100.0 % 8 / 8

Change-Id: I56ce4697fd129ce75b0efceb80c4552c4fa924a5
Signed-off-by: Rui Zhang <ruizhan@google.com>

show more ...


# 2dac10e4 30-May-2020 Patrick Venture <venture@google.com>

gitignore: add ipmi-whitelist.hpp

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Iae479fc8503daf3ba13c5b8a76f72d27ae860d1f


# 61cf8cf4 01-Nov-2019 Josh Lehan <krellan@google.com>

Add additional temporary files to .gitignore

Adding a few more temporary files to .gitignore,
to make it easier to work within an IDE.
The .vscode file is already present,
so the

Add additional temporary files to .gitignore

Adding a few more temporary files to .gitignore,
to make it easier to work within an IDE.
The .vscode file is already present,
so there is precedent for adding IDE files here.

Signed-off-by: Josh Lehan <krellan@google.com>
Change-Id: Ic5324a1e5df91a5861b0fca53d33a7c4e7723314

show more ...


# 7cd1583f 20-Oct-2019 Patrick Venture <venture@google.com>

add non-yocto items to .gitignore

Add source folders and items downloaded for non-yocto builds to the
gitignore file.

Signed-off-by: Patrick Venture <venture@google.com>
Cha

add non-yocto items to .gitignore

Add source folders and items downloaded for non-yocto builds to the
gitignore file.

Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I72d3b682125a201c198cbc3ea50e3f0add281d12

show more ...


# a835eaa0 04-Sep-2018 Jia, Chunhui <chunhui.jia@linux.intel.com>

Intel OEM commands

Intel platform defines a set of OEM commands. They are required by
Intel BIOS.

This change adds 5 OEM commands:
1.get chassis identifier
Return chassi

Intel OEM commands

Intel platform defines a set of OEM commands. They are required by
Intel BIOS.

This change adds 5 OEM commands:
1.get chassis identifier
Return chassis serial number

2.set system GUID
Sets the system GUID obtained according to the format of the IPMI
2.0 Get System GUID command. While the setting is persistent in the
BMC, the BIOS may choose to over-write the value during POST.

3.set BIOS ID
BIOS version string

4.get device info
BMC/HSC/ME version

5.get AIC(add-in-card) FRU
Add-in-card FRU info

Tested: Test with ipmitool raw command on Intel S2600WF
Platform. BIOS calling is also verified by checking ipmi handler
log (journalctl -ef).

Change-Id: I658c5845cd1252f55dc5d24dfc142281b6a38363
Signed-off-by: Jia, Chunhui <chunhui.jia@linux.intel.com>

show more ...