summaryrefslogtreecommitdiff
path: root/sys/arm/include/fdt.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2020-11-29Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun
2017-11-27sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-10-18Import ARM_INTRNG, the "next generation" interrupt architecture for armIan Lepore
2015-04-05dev/ofw/openfirm.h is not needed in the arm machine/fdt.hAndrew Turner
2015-04-04Re-add machine/bus.h to machine/fdt.h on arm, it's still needed.Andrew Turner
2015-04-04Don't include unneeded files in the arm machine/fdt.h. While here, removeAndrew Turner
2015-04-04Move the definition of fdt_localbus_devmap to a Marvell specific file asAndrew Turner
2014-01-05Remove dev/fdt/fdt_pci.c, which was code specific to Marvell ARM SoCs,Ian Lepore
2014-01-05Retire machine/fdt.h as a header used by MI code, as its function is nowNathan Whitehorn
2013-11-04Move remaining code and data related to static device mapping into theIan Lepore
2013-11-04Begin reducing code duplication in arm pmap.c and pmap-v6.c by factoringIan Lepore
2013-10-27Remove all #include <machine/pmap.h> from arm code. It's alreadyIan Lepore
2012-06-13trim trailing whitespaceWarner Losh
2012-05-18Add architecture dependent code to support NAND Framework on Marvell SoCs.Grzegorz Bernacki
2011-01-29Introduce macro FDT_MAP_IRQ to map from an interrupt controller andMarcel Moolenaar
2010-07-19Eliminate FDT_IMMR_VA define.Rafal Jaworowski
2010-06-13Initial FDT infrastructure elements for ARM.Rafal Jaworowski