History log of /openbmc/libcper/README.md (Results 1 – 20 of 20)
Revision Date Author Comments
# 462f9f69 06-Aug-2024 George Liu <liuxiwei@ieisystem.com>

README.md: Fix typos

s/ninji/ninja

Change-Id: I2c92dedb4eeb90761e977d06e5a1789facb12069
Signed-off-by: George Liu <liuxiwei@ieisystem.com>


# 18a6b127 04-Aug-2024 George Liu <liuxiwei@ieisystem.com>

README.md: Fix MD040 warnings

The following warnings are generated by using markdownlint analysis:
```
MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]

README.md: Fix MD040 warnings

The following warnings are generated by using markdownlint analysis:
```
MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"]
```
Refer to markdown-lint [1] to fix MD040
[1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md

Change-Id: I91e8b62a4947109e28f2b5b5768f32bd52b1e21b
Signed-off-by: George Liu <liuxiwei@ieisystem.com>

show more ...


# 1b9b9067 17-Jun-2024 Patrick Williams <patrick@stwcx.xyz>

README: remove Arm disclaimer

This library is now intended to be owned and maintained by the openbmc
organization. Remove the Arm disclaimer indicating that it is for POC
purposes only.

Change-Id:

README: remove Arm disclaimer

This library is now intended to be owned and maintained by the openbmc
organization. Remove the Arm disclaimer indicating that it is for POC
purposes only.

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

show more ...


# b8b687c2 23-May-2024 John Chung <john.chung@arm.com>

Format README.md

Signed-off-by: John Chung <john.chung@arm.com>


# 4e00d997 21-May-2024 Jose Marinho <jose.marinho@arm.com>

Clarify in Readme that the library is a PoC, not used in production

Signed-off-by: Jose Marinho <jose.marinho@arm.com>


# 044afd01 03-May-2024 John Chung <john.chung@arm.com>

Formatting coding style

* .json files
* .md files

Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: I5fec2bbc1e76ae68a29eb5610f567979cc794bc8


# 197ea120 03-May-2024 John Chung <john.chung@arm.com>

Move to meson build configuration

cmake is Deprecated

Signed-off-by: John Chung <john.chung@arm.com>
Change-Id: I9d08b087828aa5a16f601785dcb7868704ec73a3


# 73a523de 24-Aug-2022 Lawrence Tang <lawrence.tang@arm.com>

Make Python binding compilation optional.

Change-Id: I85485c5220c34085598fd8f790dc718c0321c041


# 97481380 17-Aug-2022 Lawrence Tang <lawrence.tang@arm.com>

Add PoC reference to README.

Change-Id: I9d22b1801e9631e17bb9bb438f32007db67cd2e4


# 2ca29e52 09-Aug-2022 Lawrence Tang <lawrence.tang@arm.com>

Add cross compile toolchains for arm & aarch64.

Change-Id: I2b192ff894a4051b652b68ee05eed2b4e8276aee


# 0c912a40 08-Aug-2022 Lawrence Tang <lawrence.tang@arm.com>

Fix minor markdown error.


# e31af623 08-Aug-2022 Lawrence Tang <lawrence.tang@arm.com>

Add dependency information to README.


# efe17e2c 08-Aug-2022 Lawrence Tang <lawrence.tang@arm.com>

Fix several review comments.


# c5ffcec1 21-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Remove empty task list.


# 12042d7a 21-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Generate Python bindings on build.


# 01e3a44d 20-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Fix IA32x64 pointer corruption, invalid generation on ARM.


# 67cbed6b 18-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Squash minor ARM CPER issues, add ARM generation.


# 775467df 18-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Fix generic section bitfield mistake.


# 02c801a5 18-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add "cper-generate", update README, fix minor bugs.


# f0f95574 07-Jul-2022 Lawrence Tang <lawrence.tang@arm.com>

Add README, reverse function signature.