]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[mips/broadcom] Add initial support for Broadcom MIPS processor
authoradrian <adrian@FreeBSD.org>
Tue, 17 May 2016 00:00:01 +0000 (00:00 +0000)
committeradrian <adrian@FreeBSD.org>
Tue, 17 May 2016 00:00:01 +0000 (00:00 +0000)
commiteb431f83e144a239b97c844663cf58d5ca061b63
treef00335f8e2ff9167552a455ebf7a7f240c36eab3
parentaa53a333b4f2abae9d1b2edc130cc99cb5231b2c
[mips/broadcom] Add initial support for Broadcom MIPS processor

Relies on BHND(4) driver.

There files contains machine-dependent code for Broadcom MIPS processor and
provide UART driver.

This is a work in progress; it and the current bhnd code is enough to boot
on the ASUS RT-N16 and RT-N53 platforms.

Submitted by: Michael Zhilin <mizhka@gmail.com>
Differential Revision: https://reviews.freebsd.org/D6251
sys/mips/broadcom/bcm_machdep.c [new file with mode: 0644]
sys/mips/broadcom/bcm_socinfo.c [new file with mode: 0644]
sys/mips/broadcom/bcm_socinfo.h [new file with mode: 0644]
sys/mips/broadcom/files.broadcom [new file with mode: 0644]
sys/mips/broadcom/std.broadcom [new file with mode: 0644]
sys/mips/broadcom/uart_bus_chipc.c [new file with mode: 0644]
sys/mips/broadcom/uart_cpu_chipc.c [new file with mode: 0644]
sys/mips/conf/BCM [new file with mode: 0644]
sys/mips/conf/BCM.hints [new file with mode: 0644]