aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cesa
Commit message (Expand)AuthorAgeFilesLines
* Remove remaining ifdefs from CESA headerWojciech Macek2017-02-021-6/+0
* Fix SHA256 usage on older CESA versionsWojciech Macek2017-01-251-1/+4
* Use SoC ID - based detection in CESAWojciech Macek2017-01-252-33/+49
* Add misssing Armada38x ID's in CESA attachWojciech Macek2017-01-251-0/+2
* Use proper interface for FDT parsing and memory mapping in CESAZbigniew Bodek2016-06-032-12/+13
* Add support for CESA on Armada38xZbigniew Bodek2016-06-021-1/+2
* Add HMAC-SHA256 support in CESAZbigniew Bodek2016-06-022-4/+37
* Truncate HMAC output only if requested by the clientZbigniew Bodek2016-06-022-11/+21
* Split CESA memory resource into TDMA and CESA regsZbigniew Bodek2016-06-022-40/+50
* Map CESA SRAM memory in driver attach for Armada38xZbigniew Bodek2016-06-022-30/+52
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Make the fdt_get_mem_regions memsize argument optional. It's only used inAndrew Turner2016-03-011-2/+1
* Fix fdt_get_mem_regions() to work with 64-bit addressesWojciech Macek2016-02-291-1/+2
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+4
* Similar to the (1 << 31) case it is not defined to do (2 << 30).Eitan Adler2013-11-301-2/+2
* Opps, my kirkwood fix for the dreamplug missed this.Randall Stewart2013-10-291-1/+7
* Remove all the instances of '#undef DEBUG' from kernel.Luiz Otavio O Souza2013-10-251-2/+0
* Move initialization of CESA decoding windows from common sectionGrzegorz Bernacki2013-05-062-4/+71
* Add support for Marvell 88F6282.Hiroki Sato2012-07-281-0/+1
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-2/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Initial version of cesa(4) driver for Marvell crypto engine and securityRafal Jaworowski2011-11-192-0/+1964