]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace mips/sentry5 with mips/broadcom
authorlandonf <landonf@FreeBSD.org>
Sat, 25 Jun 2016 04:34:54 +0000 (04:34 +0000)
committerlandonf <landonf@FreeBSD.org>
Sat, 25 Jun 2016 04:34:54 +0000 (04:34 +0000)
commit36a6892b98e5dd5b41fa9dfd0510f5441d44f646
tree44e3d8dae12b9ffa9e3984dbe02c527e4ce2a4da
parent61ca174a62a383aa36616626d0d9c04058348677
Replace mips/sentry5 with mips/broadcom

The delta between SENTRY5 and BCM was already small due to BCM being
derived from SENTRY5; re-integrating the two avoids the maintenance
overhead of keeping them both in sync with bhnd(4) changes.

- Re-integrate minor SENTRY5 deltas in bcm_machdep.c
- Modify uart_cpu_chipc to allow specifying UART debug/console flags via
  kenv and device hints.
- Switch SENTRY5 to std.broadcom
- Enabled CFI flash support for SENTRY5

Reviewed by: Michael Zhilin <mizkha@gmail.com> (Broadcom MIPS support)
Approved by: re (gjb), adrian (mentor)
Differential Revision: https://reviews.freebsd.org/D6897
21 files changed:
sys/mips/atheros/ar71xx_chip.c
sys/mips/atheros/ar71xx_machdep.c
sys/mips/atheros/ar724x_chip.c
sys/mips/atheros/ar91xx_chip.c
sys/mips/broadcom/bcm_machdep.c
sys/mips/broadcom/bcm_socinfo.c
sys/mips/broadcom/bcm_socinfo.h
sys/mips/broadcom/std.broadcom
sys/mips/broadcom/uart_cpu_chipc.c
sys/mips/conf/BCM
sys/mips/conf/BCM.hints
sys/mips/conf/SENTRY5
sys/mips/conf/SENTRY5.hints
sys/mips/sentry5/files.sentry5 [deleted file]
sys/mips/sentry5/obio.c [deleted file]
sys/mips/sentry5/obiovar.h [deleted file]
sys/mips/sentry5/s5_machdep.c [deleted file]
sys/mips/sentry5/s5reg.h [deleted file]
sys/mips/sentry5/std.sentry5 [deleted file]
sys/mips/sentry5/uart_bus_sbusart.c [deleted file]
sys/mips/sentry5/uart_cpu_sbusart.c [deleted file]