1*405e6792Sjmcneill# $NetBSD: files.vchiq,v 1.4 2019/12/31 01:00:22 jmcneill Exp $ 2d0c4f7d9Sjmcneill# 3d0c4f7d9Sjmcneill# Broadcom VideoCore IV 4d0c4f7d9Sjmcneill# 5d0c4f7d9Sjmcneill 6d0c4f7d9Sjmcneilldefine vchiqbus { } 7d0c4f7d9Sjmcneill 8d0c4f7d9Sjmcneilldevice vchiq: vchiqbus 9d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/compat/vchi_bsd.c vchiq 10d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_2835_arm.c vchiq 11d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_arm.c vchiq 12d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_connected.c vchiq 13d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_core.c vchiq 14d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_shim.c vchiq 15d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_util.c vchiq 16d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_kern_lib.c vchiq 17d0c4f7d9Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_kmod_netbsd.c vchiq 18d0c4f7d9Sjmcneill 19*405e6792Sjmcneillattach vchiq at fdt with vchiq_fdt 20*405e6792Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_netbsd_fdt.c vchiq_fdt 21*405e6792Sjmcneill 22*405e6792Sjmcneillifdef acpinodebus 23*405e6792Sjmcneillattach vchiq at acpinodebus with vchiq_acpi 24*405e6792Sjmcneillfile external/bsd/vchiq/dist/interface/vchiq_arm/vchiq_netbsd_acpi.c vchiq_acpi 25*405e6792Sjmcneillendif 26*405e6792Sjmcneill 2757f93fe2Sskrllmakeoptions vchiq CPPFLAGS+="-I$S/external/bsd/vchiq/dist -I$S/external/bsd/common/include -DVCOS_VERIFY_BKPTS=1 -DUSE_VCHIQ_ARM -D__VCCOREVER__=0x04000000 -DVCHIQ_ENABLE_DEBUG=1 -DVCHIQ_LOG_DEFAULT=5" 28