]> git.baikalelectronics.ru Git - arm-tf.git/commit
build(psci): move `runtime_errata.S` to PSCI
authorChris Kay <chris.kay@arm.com>
Tue, 28 Mar 2023 16:38:02 +0000 (17:38 +0100)
committerChris Kay <chris.kay@arm.com>
Wed, 3 May 2023 13:36:08 +0000 (15:36 +0200)
commit11ccf5d99a8248911ac2c13ab2e62802c64a3884
tree1ebc72a2830a5150712956cd6bea1fc28e6cd5b4
parenta123cb143ffa0c4ada46e05f85cbd42bd1bf7c6c
build(psci): move `runtime_errata.S` to PSCI

Move the runtime errata source file into the PSCI library, as PSCI is
the only component directly dependent on it, and it doesn't require
internal access to the CPUs library.

Change-Id: I92826714d49b1b0131f62c158543b4c167ab9aa8
Signed-off-by: Chris Kay <chris.kay@arm.com>
lib/cpus/aarch64/runtime_errata.S [deleted file]
lib/psci/aarch64/runtime_errata.S [new file with mode: 0644]
lib/psci/psci_lib.mk