History log of /openbmc/libpldm/meson.options (Results 1 – 8 of 8)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.10.0
# c69081af 11-Oct-2024 Matt Johnston <matt@codeconstruct.com.au>

meson: Make transport optional

transport and requester code has Linux-specific dependencies. Make
building those parts optional (enabled by default).

Change-Id: I1fff0e3cc0a1edb302eee664d5bccb03254

meson: Make transport optional

transport and requester code has Linux-specific dependencies. Make
building those parts optional (enabled by default).

Change-Id: I1fff0e3cc0a1edb302eee664d5bccb0325429609
Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>

show more ...


# 65c64099 28-Nov-2024 Andrew Jeffery <andrew@codeconstruct.com.au>

meson: Convert options from feature to boolean

Features are things we can automatically enable or disable based on the
presence or absence of supporting dependencies. Neither ABI compliance
testing

meson: Convert options from feature to boolean

Features are things we can automatically enable or disable based on the
presence or absence of supporting dependencies. Neither ABI compliance
testing (despite the fact that we can detect the tool) nor tests fit
this category: They are developer tools and their use should be judged
ahead of the invocation of meson.

Change-Id: I9725cc0444d92c8443cfb28ecd878f77792f38ce
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...


# fef24ed6 28-Nov-2024 Andrew Jeffery <andrew@codeconstruct.com.au>

meson: Specify OEM extensions in an array

Prevent a proliferation of options by exploiting choice-constrained
arrays.

Change-Id: I5bb5c9bfd41d2854fafee189734abcf58b058d82
Signed-off-by: Andrew Jeff

meson: Specify OEM extensions in an array

Prevent a proliferation of options by exploiting choice-constrained
arrays.

Change-Id: I5bb5c9bfd41d2854fafee189734abcf58b058d82
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...


# f1c26e13 28-Nov-2024 Andrew Jeffery <andrew@codeconstruct.com.au>

meson: Sort options file

Let's try to keep everything tidy.

Change-Id: I5e33613ceaa77ded41fc2076ba527242a40015dd
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>


Revision tags: v0.9.1, v0.9.0, v0.8.0
# 22fad395 26-Oct-2023 Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>

oem: meta: Add decode_oem_meta_file_io_req()

Support decode_oem_meta_file_io_req() cmd to decode the incoming post
code.

PLDM OEM Meta Write File IO cmd:
Example:
Request:
Byte 0: 0x3F (OEM c

oem: meta: Add decode_oem_meta_file_io_req()

Support decode_oem_meta_file_io_req() cmd to decode the incoming post
code.

PLDM OEM Meta Write File IO cmd:
Example:
Request:
Byte 0: 0x3F (OEM cmd)
Byte 1: 0x02 (FILE IO)
Byte 2: 0x00 (File io type : POST CODE)
Byte 3-6: 0x04 (Data length)
Byte 7-10: 0x93 0xE0 0x00 0xEA (post code)

Response:
Byte 0: 0x00 (success)

Tested:
- Unit Tests passed.

Change-Id: I85437698642dd3cbe6084acf1feada842d206eac
Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>

show more ...


# 1276c96c 07-Nov-2023 Andrew Jeffery <andrew@codeconstruct.com.au>

meson: Decouple 'oem-ibm' feature from parent projects

This was an artefact of libpldm's previous life where it was integrated
into OpenBMC's pldm.git.

Change-Id: I90f0004542a35d87b6653f49941ec5e27

meson: Decouple 'oem-ibm' feature from parent projects

This was an artefact of libpldm's previous life where it was integrated
into OpenBMC's pldm.git.

Change-Id: I90f0004542a35d87b6653f49941ec5e2768d1da7
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...


# d1269362 07-Nov-2023 Andrew Jeffery <andrew@codeconstruct.com.au>

meson: Default tests feature to 'auto'

With that, reduce the strength of the get_option('tests') conditions to
allowed().

Change-Id: I2ae42606a64d39c2bc5667bf009c95558c0bc4d6
Signed-off-by: Andrew

meson: Default tests feature to 'auto'

With that, reduce the strength of the get_option('tests') conditions to
allowed().

Change-Id: I2ae42606a64d39c2bc5667bf009c95558c0bc4d6
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>

show more ...


Revision tags: v0.7.0, v0.6.0
# bfd06e40 15-Aug-2023 George Liu <liuxiwei@inspur.com>

meson_options.txt: Support for reading options from meson.options

Support has been added for reading options from meson.options instead
of meson_options.txt[1]. These are equivalent, but not using t

meson_options.txt: Support for reading options from meson.options

Support has been added for reading options from meson.options instead
of meson_options.txt[1]. These are equivalent, but not using the .txt
extension for a build file has a few advantages, chief among them
many tools and text editors expect a file with the .txt extension to
be plain text files, not build scripts.

[1] https://mesonbuild.com/Release-notes-for-1-1-0.html#support-for-reading-options-from-mesonoptions

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Ib4cfb15ddb510876eb8758fee91f89f5dd1ba6ed

show more ...