mirror of
https://github.com/opnsense/src.git
synced 2026-04-03 08:25:16 -04:00
handling. - Extended PWRCTL/PMU APIs to support querying clock frequency during very early boot, prior to bus attach. - Implement generic PMU-based calculation of UART rclk values. - Replaced use of static frequency tables (bcm_socinfo) with runtime-determined values. Approved by: adrian (mentor) Differential Revision: https://reviews.freebsd.org/D7552
23 lines
769 B
Text
23 lines
769 B
Text
# $FreeBSD$
|
|
|
|
# TODO: Add attachment elsewhere in the tree
|
|
# for USB 1.1 OHCI, Ethernet and IPSEC cores
|
|
# which are believed to be devices we have drivers for
|
|
# which just need to be tweaked for attachment to an BHND system bus.
|
|
mips/broadcom/bcm_bcma.c optional bcma_nexus bcma
|
|
mips/broadcom/bcm_machdep.c standard
|
|
mips/broadcom/bcm_pmu.c standard
|
|
mips/broadcom/bcm_siba.c optional siba_nexus siba
|
|
mips/mips/tick.c standard
|
|
mips/mips/mips_pic.c standard
|
|
kern/subr_intr.c standard
|
|
kern/pic_if.m standard
|
|
|
|
kern/msi_if.m optional intrng
|
|
|
|
mips/broadcom/uart_cpu_chipc.c optional uart
|
|
mips/broadcom/uart_bus_chipc.c optional uart
|
|
mips/broadcom/bcm_mipscore.c standard
|
|
|
|
# TODO: Replace with BCM47xx/57xx/etc-aware geom_map
|
|
geom/geom_flashmap.c standard
|