freebsd-dev/sys/arm/mv
Zbigniew Bodek b2ea73e3bb Do not require strict compatibility on simplebus
Strict compatibility requirement is a root of problems when simplebus'
node has two compatibility strings (i.e. on Armada38x). Removing this
requirement should not interfere with other platforms.

fdt_is_compatible_strict() and fdt_find_compatible() calls were changed
in fdt_common.c and mv_common.c.

Reviewed by:    ian, imp
Obtained from:	Semihalf
Sponsored by:	Stormshield
Submitted by:	Bartosz Szczepanek <bsz@semihalf.com>
Differential revision:  https://reviews.freebsd.org/D4602
2016-01-20 13:35:06 +00:00
..
armada38x Introduce initial support for Marvell Armada38x 2016-01-20 13:14:36 +00:00
armadaxp Mark gpio as "optional" in files.mv and edit Marvell's kernconfs 2016-01-20 11:57:11 +00:00
discovery Remove the arm KERNPHYSADDR option as it is no longer used. The make 2015-12-22 09:08:21 +00:00
kirkwood Change KERNVIRTADDR to 0xc0000000 since the low-order bits no longer need to 2015-12-20 23:38:14 +00:00
orion Remove the arm KERNPHYSADDR option as it is no longer used. The make 2015-12-22 09:08:21 +00:00
files.mv Mark gpio as "optional" in files.mv and edit Marvell's kernconfs 2016-01-20 11:57:11 +00:00
gpio.c Stop using machine/fdt.h in the arm kernel code when we don't need it. 2015-04-04 21:34:26 +00:00
ic.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
mpic.c An IPI must be cleared before it is handled otherwise next IPI could be 2015-10-01 12:09:05 +00:00
mv_common.c Do not require strict compatibility on simplebus 2016-01-20 13:35:06 +00:00
mv_localbus.c Move the definition of fdt_localbus_devmap to a Marvell specific file as 2015-04-04 22:05:43 +00:00
mv_machdep.c Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
mv_pci.c Fix typo. 2014-12-15 12:15:18 +00:00
mv_ts.c Stop using machine/fdt.h in the arm kernel code when we don't need it. 2015-04-04 21:34:26 +00:00
mvreg.h Introduce initial support for Marvell Armada38x 2016-01-20 13:14:36 +00:00
mvvar.h Introduce initial support for Marvell Armada38x 2016-01-20 13:14:36 +00:00
mvwin.h Introduce initial support for Marvell Armada38x 2016-01-20 13:14:36 +00:00
rtc.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
std-pj4b.mv Fix a strange macro re-definition compile error. If the VM_MAXUSER_ADDRESS 2015-10-18 01:03:43 +00:00
std.mv Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
timer.c Introduce initial support for Marvell Armada38x 2016-01-20 13:14:36 +00:00
twsi.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00