Last change
on this file since 105681 was 101291, checked in by vboxsync, 20 months ago |
EFI/FirmwareNew: Make edk2-stable202308 build on all supported platforms (using gcc at least, msvc not tested yet), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | ## Introduction of MipiSysTLib ##
|
---|
2 | MipiSysTLib library is a upper level library consuming MIPI SYS-T submodule.
|
---|
3 | It provides MIPI-related APIs in EDK2 format to be consumed.
|
---|
4 |
|
---|
5 | ## MipiSysTLib Version ##
|
---|
6 | EDK2 supports building with v1.1+edk2 official version which was fully validated.
|
---|
7 |
|
---|
8 | ## HOW to Install MipiSysTLib for UEFI Building ##
|
---|
9 | MIPI SYS-T repository was added as a submodule of EDK2 project. Please
|
---|
10 | refer to edk2/Readme.md for how to clone the code.
|
---|
11 |
|
---|
12 | ## About GenMipiSystH.py ##
|
---|
13 | "GenMipiSystH.py" is a Python script which is used for customizing the
|
---|
14 | mipi_syst.h.in in mipi sys-T repository. The resulting file, mipi_syst.h, will
|
---|
15 | be put to same folder level as this script.
|
---|
16 | ```
|
---|
17 | mipisyst submodule MipiSysTLib library
|
---|
18 | |---------------------| GenMipiSystH.py |---------------------|
|
---|
19 | | mipi_syst.h.in |-----------------> | mipi_syst.h |
|
---|
20 | |---------------------| |---------------------|
|
---|
21 | ```
|
---|
22 | This script needs to be done once by a developer when adding some
|
---|
23 | project-related definition or a new version of mipi_syst.h.in was released.
|
---|
24 | Normal users do not need to do this, since the resulting file is stored
|
---|
25 | in the EDK2 git repository.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.