aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/altera/socfpga/socfpga_mp.h
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/ Similar commit in current: (cherry picked from commit 95ee2897e98f)
* Add support for Intel Arria 10 SoC Development Kit.Ruslan Bukin2017-02-281-0/+1
| | | | | | | | | Use standard DTS files for SOCKIT and SOCDK. Sponsored by: DARPA, AFRL Notes: svn path=/head/; revision=314389
* Add support for PLATFORM and PLATFORM_SMP to the Altera SOCFPGA SoC. ThisAndrew Turner2017-02-071-0/+34
will help with moving it to GENERIC. Reviewed by: br Sponsored by: ABT Systems Ltd Differential Revision: https://reviews.freebsd.org/D9461 Notes: svn path=/head/; revision=313385