History log of /openbmc/libpldm/meson.options (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...