freebsd-dev/sys/arm64/coresight
Kyle Evans b4c2a5b689 arm64: coresight: fix the build without FDT
coresight_cpu_debug only has an FDT attachment, so let's not build it
for kernels without FDT.

coresight.h includes sys/malloc.h via header pollution
dev/ofw/openfirm.h; include it directly in case we're building without
FDT.

Reviewed by:	andrew, manu
Differential Revision:	https://reviews.freebsd.org/D36789
2022-09-29 14:33:33 -05:00
..
coresight_acpi.c
coresight_cmd.c
coresight_cpu_debug.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_etm4x_acpi.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_etm4x_fdt.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_etm4x.c
coresight_etm4x.h
coresight_fdt.c
coresight_funnel_acpi.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_funnel_fdt.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_funnel.c
coresight_funnel.h
coresight_if.m
coresight_replicator_acpi.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_replicator_fdt.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_replicator.c
coresight_replicator.h
coresight_tmc_acpi.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_tmc_fdt.c arm64 coresight: Remove unused devclass arguments to DRIVER_MODULE. 2022-05-09 14:26:45 -07:00
coresight_tmc.c
coresight_tmc.h
coresight.c
coresight.h arm64: coresight: fix the build without FDT 2022-09-29 14:33:33 -05:00