CloverBootloader/BaseTools/Source/Python
jief666 bac4bac33a OpenSsl and secureboot compilation. Don't know if it works. 2024-01-10 14:08:21 +01:00
..
AmlToC compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
AutoGen optimize build messages 2022-02-06 10:42:19 +03:00
BPDG compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Capsule compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Common OpenSsl and secureboot compilation. Don't know if it works. 2024-01-10 14:08:21 +01:00
CommonDataClass compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Ecc compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Eot compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
GenFds compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
GenPatchPcdTable compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
PatchPcdValue compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Pkcs7Sign compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Rsa2048Sha256Sign compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Split compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Table compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
TargetTool compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Trim compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
UPT compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Workspace compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
build forgotten file 2022-02-05 22:16:24 +03:00
tests/Split compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
GNUmakefile compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
Makefile compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
README.md compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
basetool_tiano_python_path_env.yaml compatibility with Python 3.10 2022-02-05 21:53:39 +03:00
sitecustomize.py compatibility with Python 3.10 2022-02-05 21:53:39 +03:00

README.md

Edk2 Basetools

This folder has traditionally held the source of Python based tools used by EDK2. The official repo this source has moved to https://github.com/tianocore/edk2-basetools. This folder will remain in the tree until the next stable release (expected 202102). There is a new folder under Basetools BinPipWrappers that uses the pip module rather than this tree for Basetools. By adding the scope pipbuild-win or pipbuild-unix (depending on your host system), the SDE will use the BinPipWrappers instead of the regular BinWrappers.

Why Move It?

The discussion is on the mailing list. The RFC is here: https://edk2.groups.io/g/rfc/topic/74009714#270 The benefits allow for the Basetools project to be used separately from EDK2 itself as well as offering it in a globally accessible manner. This makes it much easier to build a module using Basetools. Separating the Basetools into their own repo allows for easier CI and contribution process. Additional pros, cons, and process can be found on the mailing list.

How Do I Install It?

By default, EDK2 is tied to and tested with a specific version of the Basetools through pip-requirements.txt. You can simply run:

pip install -r pip-requirements.txt

This will install the required module, thought we strongly suggest setting up a virtual environment. Additionally, you can also install a local clone of the Basetools as well as a specific git commit.