summaryrefslogtreecommitdiffstats
path: root/sys/arm/versatile/versatile_common.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-04-301-0/+2
|\
| * Partial merge of the SPDX changeseadler2018-03-141-0/+2
| | | | | | | | | | | | | | These changes are incomplete but are making it difficult to determine what other changes can/should be merged. No objections from: pfg
* | Use the modern spelling of ofw_bus_node_is_compatible in sys/arm.andrew2017-08-281-1/+2
|/ | | | | | Sponsored by: ABT Systems Ltd (cherry picked from commit 7168ae84d82220caac0bb5f5f5d68ccc4e20915b)
* MFC r306262, r306267, r310021: (needed to avoid conflicts on later merges)ian2017-03-011-4/+0
| | | | | | | | | | Remove bus_dma_get_range and bus_dma_get_range_nb on armv6. We only need this on a few earlier arm SoCs. Restrict where we need to define fdt_fixup_table to just PowerPC and Marvell. Add the missing void to function signatures in much of the arm code.
* Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machineandrew2016-04-151-1/+1
| | | | | | | independent code that needs to know about INTRNG such as PCI drivers. Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
* Stop defining fdt_pic_table when building for ARM_INTRNG.andrew2016-02-111-0/+2
|
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-041-1/+0
|
* opt_global.h is included automatically in the build. No need toimp2014-11-181-2/+0
| | | | | | explicitly include it in these places. Sponsored by: Netflix
* Move all the files named foo/common.c to foo/foo_common.c, asimp2014-03-081-0/+75
appropriate for each of the 'foo' in the tree. This will allow us to compile them together (although symbol conflicts prevent us from doing that today, this just fixes the file name collision).
OpenPOWER on IntegriCloud