History log of /openbmc/pldm/.gitignore (Results 1 – 12 of 12)
Revision Date Author Comments
# 5cf056b0 13-Jul-2023 Patrick Williams <patrick@stwcx.xyz>

.gitignore: simplify due to meson

There is a lot of cruft left in the .gitignore from when this
repository was built using autotools and when it included libpldm,
so simplify it.

Signed-off-by: Pat

.gitignore: simplify due to meson

There is a lot of cruft left in the .gitignore from when this
repository was built using autotools and when it included libpldm,
so simplify it.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ice4f5fea1d0e19bea71643a56df06df547763642

show more ...


# 27a022ca 10-Aug-2022 Andrew Jeffery <andrew@aj.id.au>

libpldm: Migrate to subproject

Organize files in libpldm to make it a subproject

In the current state, libpldm is not readily consumable
as a subproject.This commit does all the necessary re-organi

libpldm: Migrate to subproject

Organize files in libpldm to make it a subproject

In the current state, libpldm is not readily consumable
as a subproject.This commit does all the necessary re-organisation
of the source code to make it work as a subproject.

There are no .c/.h files changes in this commit, only meson
changes and re-organising the code structure.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: I20a71c0c972b1fd81fb359d604433618799102c6

show more ...


# 3b1dc01d 16-Apr-2021 Patrick Williams <patrick@stwcx.xyz>

build: add wrapfiles for dependencies

Add wrapfiles for all dependencies and update meson.build
files to ensure dependencies are requested in all cases.
This enables out-of-bitbake/o

build: add wrapfiles for dependencies

Add wrapfiles for all dependencies and update meson.build
files to ensure dependencies are requested in all cases.
This enables out-of-bitbake/out-of-sdk builds for this
repository and enables it to be used as a meson subproject.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I0f2f7eed98f7f7555cafefc2605e1031a7f0adaf

show more ...


# d130e1a3 17-Jun-2020 Deepak Kodihalli <dkodihal@in.ibm.com>

common: code re-org

Move common files under a common/ directory.

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: I0eaf91d4ee94c1e78228da0c50892f82e91912fa


# f357b5ab 26-Feb-2020 Lei YU <mine260309@gmail.com>

Move libpldm test cases into libpldm directory

The test cases for different libraries in this repo are put in the same
test directory.
As a follow up of building libpldm only, move t

Move libpldm test cases into libpldm directory

The test cases for different libraries in this repo are put in the same
test directory.
As a follow up of building libpldm only, move the test cases of libpldm
into libpldm/tests, so that the test cases could be built and run by
libpldm-only option.

Tested: Verify the libpldm tests are built and run by libpldm-only
option.
Verify all the tests are built and run without libpldm-only
option.

Signed-off-by: Lei YU <mine260309@gmail.com>
Change-Id: I097000bef316f787ef1894f1a3feec5089ea081a

show more ...


# bb8e7f22 04-Dec-2019 John Wang <wangzqbj@inspur.com>

Add vgcore to gitignore

vgcore.NNN is core file generated by valgrind.

Signed-off-by: John Wang <wangzqbj@inspur.com>
Change-Id: I585017975f6a466e54b4a640033080d9511d8d1b


# 1294c214 30-Sep-2019 John Wang <wangzqbj@inspur.com>

Add .vscode to gitignore

Signed-off-by: John Wang <wangzqbj@inspur.com>
Change-Id: Ied881cd97511d52c851d7183be378f44da654427


# 3c275e1c 21-Sep-2019 Deepak Kodihalli <dkodihal@in.ibm.com>

meson: add alternative build system

Enable meson build for the pldm project (by default). The autotools
support will be eventually removed. This change is aligned with other
OpenBMC

meson: add alternative build system

Enable meson build for the pldm project (by default). The autotools
support will be eventually removed. This change is aligned with other
OpenBMC repos, and besides for pldm meson seems to be significantly
faster (see times below to build and run tests on an x86 OpenBMC sdk).

time sh -c './bootstrap.sh ; ./configure ${CONFIGURE_FLAGS}
--enable-oe-sdk --enable-oem-ibm ; make ; make check'
real 3m49.495s

time sh -c 'meson -Doe-sdk=enabled -Dtests=enabled -Doem-ibm=enabled
build/ ; ninja -C build test'
real 0m14.940s

With the currently used warning level in the meson config (the highest
level is used), certain warnings had to be fixed in this commit
(warnings are treated as errors).

Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
Change-Id: I9022417c8fa218d3c2c2f786502caa815af2f832

show more ...


# ca10bc40 14-Aug-2019 John Wang <wangzqbj@inspur.com>

Update .gitignore

Make the output of `git status` after the
local ci build clean

Signed-off-by: John Wang <wangzqbj@inspur.com>
Change-Id: I4b8f4ac0f7a62917582b2766e02bf3245

Update .gitignore

Make the output of `git status` after the
local ci build clean

Signed-off-by: John Wang <wangzqbj@inspur.com>
Change-Id: I4b8f4ac0f7a62917582b2766e02bf3245b47da62

show more ...


# 0c6d22cc 25-Jun-2019 Tom Joseph <tomjoseph@in.ibm.com>

Sync ibm-pldm-oem repository changes to pldm repository

Change-Id: I6f30b39f483647ad84fe2fbe1c24298841040801
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>


# 032bd50a 06-Mar-2019 Sampa Misra <sampmisr@in.ibm.com>

Implement command GetDateTime

This commit implements the GetDateTime command which is
defined in PLDM Bios Control and Configuration Specification.

Change-Id: Iced21bbad7be07d35

Implement command GetDateTime

This commit implements the GetDateTime command which is
defined in PLDM Bios Control and Configuration Specification.

Change-Id: Iced21bbad7be07d357b6885b1b1e03b07a3da165
Signed-off-by: Sampa Misra <sampmisr@in.ibm.com>

show more ...


# a0954f48 07-Feb-2019 Tom Joseph <tomjoseph@in.ibm.com>

Add .gitignore

Change-Id: I7cea674ea9de77d6f00c16ae86139cf4f4a562f7
Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>