aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfe/cfe_ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* cfe: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
| | | | Notes: svn path=/head/; revision=365216
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
| | | | | | | | | | | | | | | Mainly focus on files that use BSD 2-Clause license, however the tool I was using misidentified many licenses so this was mostly a manual - error prone - task. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Notes: svn path=/head/; revision=326255
* Sync CFE interface with upstream cfe-1.4.2 release.Landon J. Fuller2016-08-011-16/+107
| | | | | | | | | Approved by: adrian (mentor) Obtained from: https://www.broadcom.com/support/communications-processors Differential Revision: https://reviews.freebsd.org/D7375 Notes: svn path=/head/; revision=303621
* Support for CFE boot loaders. Initially the support is for MIPS, butWarner Losh2008-09-261-0/+75
other processors will work too. Submitted by: bms@ Obtained from: p4 mips2 branch Notes: svn path=/head/; revision=183370