commit | 8383db257344dbc10f0927600064efc17f760c81 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Sat Jun 26 16:26:56 2021 +0200 |
committer | Pali Rohár <pali@kernel.org> | Mon Aug 23 23:59:53 2021 +0100 |
tree | 2ad53518c80eb253afb701940b2e8445738f8785 | |
parent | 841898bc24e70d196a89d510f51ee1d4bb77bb7c [diff] |
fix(plat/marvell/a3k): update information about PCIe abort hack A3700 plat_ea_handler was introduced into TF-A codebase just because of bugs in U-Boot and Linux kernel PCIe controller driver pci-aardvark.c. These bugs were finally fixed in both U-Boot and Linux kernel drivers: https://source.denx.de/u-boot/u-boot/-/commit/eccbd4ad8e4e182638eafbfb87ac139c04f24a01 https://git.kernel.org/stable/c/f18139966d072dab8e4398c95ce955a9742e04f7 Add all these information into comments, including printing error message into a3k plat_ea_handler. Also check that abort is really asynchronous and comes from lower level than EL3. Signed-off-by: Pali Rohár <pali@kernel.org> Change-Id: I46318d221b39773d5e25b3a0221d7738736ffdf1