diff options
| author | Harrison Mutai <harrison.mutai@arm.com> | 2025-05-13 14:01:05 +0000 |
|---|---|---|
| committer | Harrison Mutai <harrison.mutai@arm.com> | 2025-09-17 09:43:06 +0000 |
| commit | b67e984664a8644d6cfd1812cabaa02cf24f09c9 (patch) | |
| tree | 1829e1c78fa31c8063d210477d398f7ac51087fe /.gitmodules | |
| parent | 0fcee05f13a7fe235b4c07efa96ce4841627d522 (diff) | |
| download | arm-trusted-firmware-b67e984664a8644d6cfd1812cabaa02cf24f09c9.tar.gz arm-trusted-firmware-b67e984664a8644d6cfd1812cabaa02cf24f09c9.zip | |
build(measured-boot)!: move to ext event log lib
Removes in-tree Event Log library implementation and updates all
references to use the external submodule. Updates include paths,
Makefile macros, and platform integration logic to link with lib as a
static library.
If you cloned TF-A without the `--recurse-submodules` flag, you can
ensure that this submodule is present by running:
git submodule update --init --recursive
BREAKING-CHANGE: LibEventLog is now included in TF-A as a submodule.
Please run `git submodule update --init --recursive` if you encounter
issues after migrating to the latest version of TF-A.
Change-Id: I723f493033c178759a45ea04118e7cc295dc2438
Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 858e0c174..5074ac894 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,3 +2,7 @@ path = contrib/libtl url = https://review.trustedfirmware.org/shared/transfer-list-library shallow = true +[submodule "libeventlog"] + path = contrib/libeventlog + url = https://review.trustedfirmware.org/shared/libEventLog + shallow = true |
