freebsd-dev/sys/dev/bhnd/bhndb
Adrian Chadd e83ce34035 [bhnd] Initial bhnd(4) SPROM/NVRAM support.
This adds support for the NVRAM handling and the basic SPROM
hardware used on siba(4) and bcma(4) devices, including:

* SPROM directly attached to the PCI core, accessible via PCI configuration
  space.
* SPROM attached to later ChipCommon cores.
* SPROM variables vended from the parent SoC bus (e.g. via a directly-attached
  flash device).

Additional improvements to the NVRAM/SPROM interface will
be required, but this changeset stands alone as working
checkpoint.

Submitted by:	Landon Fuller <landonf@landonf.org>
Reviewed by:	Michael Zhilin <mizkha@gmail.com> (Broadcom MIPS support)
Differential Revision:	https://reviews.freebsd.org/D6196
2016-05-08 19:14:05 +00:00
..
bhndb_bus_if.m
bhndb_hwdata.c sys/dev: minor spelling fixes. 2016-05-03 03:41:25 +00:00
bhndb_hwdata.h
bhndb_if.m [bhnd] Replace is_hostb_device() with a more general find_hostb_device() 2016-05-08 17:52:12 +00:00
bhndb_pci_hwdata.c [bhnd] don't use anonymous unions. 2016-05-05 19:56:18 +00:00
bhndb_pci_hwdata.h
bhndb_pci_sprom.c [bhnd] Initial bhnd(4) SPROM/NVRAM support. 2016-05-08 19:14:05 +00:00
bhndb_pci.c [bhnd] Initial bhnd(4) SPROM/NVRAM support. 2016-05-08 19:14:05 +00:00
bhndb_pcireg.h [bhnd] Initial bhnd(4) SPROM/NVRAM support. 2016-05-08 19:14:05 +00:00
bhndb_pcivar.h [bhnd] Initial bhnd(4) SPROM/NVRAM support. 2016-05-08 19:14:05 +00:00
bhndb_private.h [bhnd] Add support for specifying the address space used by bhndb children 2016-04-19 15:52:55 +00:00
bhndb_subr.c [bhnd] don't use anonymous unions. 2016-05-05 19:56:18 +00:00
bhndb.c [bhnd] Initial bhnd(4) SPROM/NVRAM support. 2016-05-08 19:14:05 +00:00
bhndb.h [bhnd] don't use anonymous unions. 2016-05-05 19:56:18 +00:00
bhndbvar.h [bhnd] Add support for specifying the address space used by bhndb children 2016-04-19 15:52:55 +00:00