mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2026-07-01 21:34:48 +00:00
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>
9 lines
260 B
Plaintext
9 lines
260 B
Plaintext
[submodule "libtl"]
|
|
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
|