freebsd-skq/sys/arm
ian 4e5b50116d Fix fallout from r292180 (Dec 2015)... ensure that every driver which has
a DRIVER_MODULE() referencing mmc_driver has a MODULE_DEPEND() on mmc.  This
is because the kernel linker only searches for symbols in dependent modules,
so loading sdhci_pci (and other bus-flavors of sdhci) would fail when mmc
was not compiled into the kernel (even if you hand-loaded mmc first).

(Thanks to jilles@ for providing the vital clue about the kernel linker.)
2016-03-21 00:52:24 +00:00
..
allwinner Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
altera/socfpga Almost all copies of platform_mp_init_secondary just called 2016-02-26 16:04:47 +00:00
amlogic/aml8726 Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
annapurna/alpine Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the 2016-02-28 09:35:37 +00:00
arm Make it an error to build an ARM kernel with COMPAT_FREEBSDn where n < 10. 2016-03-17 08:40:58 +00:00
at91 Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
broadcom/bcm2835 Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
cavium/cns11xx Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. 2016-02-20 01:32:58 +00:00
conf TEGRA: Connect TEGRA124 to universe build. 2016-03-18 15:27:57 +00:00
freescale Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
include Move IPI related parts back to (ARM) machine specific file now, when 2016-02-27 12:03:07 +00:00
lpc Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
mv Remove redefinitions in ARMADA code 2016-03-15 06:06:09 +00:00
nvidia TEGRA: Fix tegra_pcie driver after rman_res_t size change. 2016-03-18 07:13:09 +00:00
qemu Add SMP support to the ARM PLATFORM code. This will allow us to have 2016-02-28 13:43:58 +00:00
rockchip Almost all copies of platform_mp_init_secondary just called 2016-02-26 16:04:47 +00:00
samsung/exynos Almost all copies of platform_mp_init_secondary just called 2016-02-26 16:04:47 +00:00
ti Fix fallout from r292180 (Dec 2015)... ensure that every driver which has 2016-03-21 00:52:24 +00:00
versatile Remove pd_prot and pd_cache members from struct arm_devmap_entry. 2016-02-17 12:36:24 +00:00
xilinx Almost all copies of platform_mp_init_secondary just called 2016-02-26 16:04:47 +00:00
xscale Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. 2016-03-18 01:28:41 +00:00