summaryrefslogtreecommitdiffstats
path: root/sys/dev/sec
Commit message (Collapse)AuthorAgeFilesLines
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-111-20/+15
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withraj2009-06-131-2/+4
| | | | the recent kobj signature checking.
* Initial version of the sec(4) driver for the integrated security engine foundraj2009-06-062-0/+2301
in Freescale system-on-chip devices. The following algorithms and schemes are currently supported: - 3DES, AES, DES - MD5, SHA1, SHA256, SHA384, SHA512 Reviewed by: philip Obtained from: Freescale, Semihalf
OpenPOWER on IntegriCloud