ea5f837ece
This code reads the PLL configuration registers and correctly programs things so the UART and such can come up. There's MIPS74k platform issues that need fixing; but this at least brings things up enough to echo stuff out the serial port and allow for interactive debugging with ddb. Tested: * AR71xx SoCs * AR933x SoC * AR9344 board (DB120) Obtained from: Qualcomm Atheros; Linux/OpenWRT
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
# $FreeBSD$
|
|
|
|
mips/atheros/apb.c standard
|
|
mips/atheros/ar71xx_gpio.c optional gpio
|
|
mips/atheros/ar71xx_machdep.c standard
|
|
mips/atheros/ar71xx_ehci.c optional ehci
|
|
mips/atheros/ar71xx_ohci.c optional ohci
|
|
mips/atheros/ar71xx_pci.c optional ar71xx_pci pci
|
|
mips/atheros/ar724x_pci.c optional ar724x_pci pci
|
|
mips/atheros/ar71xx_pci_bus_space.c optional pci
|
|
mips/atheros/ar71xx_spi.c optional ar71xx_spi
|
|
mips/atheros/pcf2123_rtc.c optional pcf2123_rtc ar71xx_spi
|
|
mips/atheros/ar71xx_wdog.c optional ar71xx_wdog
|
|
mips/atheros/if_arge.c optional arge
|
|
mips/atheros/uart_bus_ar71xx.c optional uart_ar71xx
|
|
mips/atheros/uart_cpu_ar71xx.c optional uart_ar71xx
|
|
mips/atheros/uart_bus_ar933x.c optional uart_ar933x
|
|
mips/atheros/uart_cpu_ar933x.c optional uart_ar933x
|
|
mips/atheros/uart_dev_ar933x.c optional uart_ar933x
|
|
mips/atheros/ar71xx_bus_space_reversed.c standard
|
|
mips/mips/intr_machdep.c standard
|
|
mips/mips/tick.c standard
|
|
mips/atheros/ar71xx_setup.c standard
|
|
mips/atheros/ar71xx_chip.c standard
|
|
mips/atheros/ar724x_chip.c standard
|
|
mips/atheros/ar91xx_chip.c standard
|
|
mips/atheros/ar933x_chip.c standard
|
|
mips/atheros/ar934x_chip.c standard
|
|
mips/atheros/ar71xx_fixup.c optional ar71xx_ath_eeprom
|
|
|
|
dev/hwpmc/hwpmc_mips24k.c optional hwpmc_mips24k
|