[PATCH 2/2] smccc: move the smccc folder out of pci
Ivan Hu
ivan.hu at canonical.com
Thu Aug 21 02:26:29 UTC 2025
The smccc tests are no longer limited to the PCI features.
Move them out of the PCI folder.
Signed-off-by: Ivan Hu <ivan.hu at canonical.com>
---
src/Makefile.am | 2 +-
src/{pci => }/smccc/smccc.c | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename src/{pci => }/smccc/smccc.c (100%)
diff --git a/src/Makefile.am b/src/Makefile.am
index 2cdbe60f..aeb98d57 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -208,7 +208,7 @@ fwts_SOURCES = main.c \
pci/aspm/aspm.c \
pci/crs/crs.c \
pci/maxreadreq/maxreadreq.c \
- pci/smccc/smccc.c \
+ smccc/smccc.c \
tpm/tpmevlog/tpmevlog.c \
tpm/tpmevlogdump/tpmevlogdump.c \
uefi/csm/csm.c \
diff --git a/src/pci/smccc/smccc.c b/src/smccc/smccc.c
similarity index 100%
rename from src/pci/smccc/smccc.c
rename to src/smccc/smccc.c
--
2.34.1
More information about the fwts-devel
mailing list