#
a3b7f8a2 |
| 04-Nov-2024 |
Ed Tanous <etanous@nvidia.com> |
Unflatten edk includes
Installing the edk headers into a folder requires us to do odd things with imports, and either include headers with "..", or otherwise get the include directories lined up.
M
Unflatten edk includes
Installing the edk headers into a folder requires us to do odd things with imports, and either include headers with "..", or otherwise get the include directories lined up.
Move the contents of edk/*.c/h up a level, and just simplify the include structure. This is done to fix the immediate change of the prior patch and make this build again. Happy to discuss other options.
Change-Id: I328f20bca6d23100993493445bee0e5e11d2866a Signed-off-by: Ed Tanous <etanous@nvidia.com>
show more ...
|
#
ec9fc0db |
| 04-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
docs/OEMExtensions.md: Fix MD036 warnings
The following warnings are generated by using markdownlint analysis: ``` MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "sections
docs/OEMExtensions.md: Fix MD036 warnings
The following warnings are generated by using markdownlint analysis: ``` MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "sections/cper-section-myvendor..."] MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "sections/cper-section-myvendor..."] MD036/no-emphasis-as-heading Emphasis used instead of a heading [Context: "sections/cper-section.c"] ``` Refer to markdown-lint [1] to fix MD036 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/036-no-emphasis-as-header.md
Change-Id: I1df5292213fd6a580525087c37445e2b52524b33 Signed-off-by: George Liu <liuxiwei@ieisystem.com>
show more ...
|