aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib/ncsw
Commit message (Expand)AuthorAgeFilesLines
* [PowerPC] [Book-E] Remove obsolete interrupt binding workaroundBrandon Bergren2020-02-252-33/+0
* [PowerPC] [Book-E] Fix dpaa interrupt binding.Brandon Bergren2020-02-252-14/+7
* [PowerPC] Clang powerpcspe build fixesBrandon Bergren2019-12-272-2/+2
* Don't shift 32-bit value by more than 32 bits.Gleb Popov2019-12-211-1/+1
* Fix read past end of struct in ncsw glue code.Brandon Bergren2019-10-121-10/+4
* dpaa(4): Fix memcpy size for threshold copy in NCSW contribJustin Hibbits2019-09-281-1/+1
* dpaa: Fix warnings in dtsec(4) found by clangJustin Hibbits2019-08-215-4/+7
* dpaa: fix 32-bit buildJustin Hibbits2019-01-191-1/+1
* powerpc/dpaa: Handle DMAP virtual addresses in DPAAJustin Hibbits2019-01-191-1/+9
* dtsec: Fix formatting of addresses in translation error messagesJustin Hibbits2019-01-061-2/+2
* Rename a couple files to not conflict with ZFS filenamesJustin Hibbits2017-11-012-0/+0
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-313-6/+6
* Add a file to unbreak the buildJustin Hibbits2017-10-311-0/+81
* Update DPAA SDK to SDK 2.0Justin Hibbits2017-10-30137-21909/+53614
* Simplify the page tracking for VA<->PA translations.Justin Hibbits2016-11-162-98/+21
* Use proper integer-pointer type conversions.Justin Hibbits2016-10-189-103/+104
* Minor optimizations to dTSEC glue codeJustin Hibbits2016-10-082-15/+14
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-2/+2
* Remove SoC-specific integrations from dTSEC, to make it SoC agnostic.Justin Hibbits2016-07-0513-3702/+32
* Zero the newly allocated spinlock.Justin Hibbits2016-04-241-1/+1
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-29107-0/+73567