freebsd-dev/sys/dev/cfi
Rafal Jaworowski d1d3233ebd Convert Freescale PowerPC platforms to FDT convention.
The following systems are affected:

  - MPC8555CDS
  - MPC8572DS

This overhaul covers the following major changes:

  - All integrated peripherals drivers for Freescale MPC85XX SoC, which are
    currently in the FreeBSD source tree are reworked and adjusted so they
    derive config data out of the device tree blob (instead of hard coded /
    tabelarized values).

  - This includes: LBC, PCI / PCI-Express, I2C, DS1553, OpenPIC, TSEC, SEC,
    QUICC, UART, CFI.

  - Thanks to the common FDT infrastrucutre (fdtbus, simplebus) we retire
    ocpbus(4) driver, which was based on hard-coded config data.

Note that world for these platforms has to be built WITH_FDT.

Reviewed by:	imp
Sponsored by:	The FreeBSD Foundation
2010-07-11 21:08:29 +00:00
..
cfi_bus_fdt.c Convert Freescale PowerPC platforms to FDT convention. 2010-07-11 21:08:29 +00:00
cfi_bus_ixp4xx.c fix whitespace 2009-02-17 23:43:17 +00:00
cfi_core.c Move from using devclass_find_free_unit(cfi_diskclass, 0) to -1, since 2009-06-10 17:41:24 +00:00
cfi_dev.c Add cfid, a disk interface to CFI flash devices; this enables construction 2009-03-09 23:16:02 +00:00
cfi_disk.c choose the size of the last region for d_stripsize instead of the first; 2009-03-10 22:29:42 +00:00
cfi_reg.h Add support for frobbing Intel StrataFlash Protection Registers: 2009-02-05 18:12:07 +00:00
cfi_var.h Add cfid, a disk interface to CFI flash devices; this enables construction 2009-03-09 23:16:02 +00:00