aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/metadata.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)
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
| | | | | | | | | | | The SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catch up to that fact and revert to their recommended match of BSD-2-Clause. Discussed with: pfg MFC After: 3 days Sponsored by: Netflix (cherry picked from commit 4d846d260e2b9a3d4d0a701462568268cbfe7a5b)
* sys/arm: 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=326258
* Add a 'place holder' arm struct efi_fb until a real one comesWarner Losh2017-10-261-0/+15
| | | | | | | | | along. This allows the arm efi boot loader to compile again. Sponsored by: Netflix Notes: svn path=/head/; revision=325014
* Add support to the efi boot1 and loader for 32-bit ARM. This will be usedAndrew Turner2015-04-061-0/+7
| | | | | | | | | | by the future qemu virt support. Differential Revision: https://reviews.freebsd.org/D2238 Reviewed by: emaste Notes: svn path=/head/; revision=281156
* Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaksMarcel Moolenaar2011-01-111-1/+2
| | | | | | | | compatibility without any means for the kernel to work with an older loader. Notes: svn path=/head/; revision=217290
* Get rid of bootinfo for good in loader (U-Boot-based) and ARM.Rafal Jaworowski2010-07-111-6/+0
| | | | | | | | For FDT-enabled platforms the device tree is a modern replacement for bootinfo config data. Notes: svn path=/head/; revision=209909
* Temporarily bring back the ARM bootinfo (and make tinderbox happy).Rafal Jaworowski2010-06-141-0/+6
| | | | | | | BI will be eliminated for good when powerpc transition to FDT is complete. Notes: svn path=/head/; revision=209161
* Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski2010-06-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The following systems are involved: - DB-88F5182 - DB-88F5281 - DB-88F6281 - DB-78100 - SheevaPlug This overhaul covers the following major changes: - All integrated peripherals drivers for Marvell ARM 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). - Since the common FDT infrastrucutre (fdtbus, simplebus) is used we say good by to obio / mbus drivers and numerous hard-coded config data. Note that world needs to be built WITH_FDT for the affected platforms. Reviewed by: imp Sponsored by: The FreeBSD Foundation. Notes: svn path=/head/; revision=209131
* Initial loader(8) support for Flattened Device Tree.Rafal Jaworowski2010-05-251-0/+1
| | | | | | | | | | | | | o This is disabled by default for now, and can be enabled using WITH_FDT at build time. o Tested with ARM and PowerPC. Reviewed by: imp Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=208538
* Initial support of loader(8) for ARM machines running U-Boot.Rafal Jaworowski2008-10-141-1/+1
| | | | | | | | | | | | | This uses the common U-Boot support lib (sys/boot/uboot, already used on FreeBSD/powerpc), and assumes the underlying firmware has the modern API for stand-alone apps enabled in the config (CONFIG_API). Only netbooting is supported at the moment. Obtained from: Marvell, Semihalf Notes: svn path=/head/; revision=183878
* Start all license statements with /*-Warner Losh2005-01-051-1/+1
| | | | Notes: svn path=/head/; revision=139735
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-0/+34
It only supports sa1110 (on simics) right now, but xscale support should come soon. Some of the initial work has been provided by : Stephane Potvin <sepotvin at videotron.ca> Most of this comes from NetBSD. Notes: svn path=/head/; revision=129198