]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add the start of the ARM platform code. This is based on the PowerPC
authorAndrew Turner <andrew@FreeBSD.org>
Sat, 17 May 2014 11:27:36 +0000 (11:27 +0000)
committerAndrew Turner <andrew@FreeBSD.org>
Sat, 17 May 2014 11:27:36 +0000 (11:27 +0000)
commit27521ff8e4629335bbeeb389230c4c3d2449098c
tree83fcd263f59bac75687fdb3eb6d581241b714140
parent0aec73f3496ee6650fa543b5150de9beb234bf64
Add the start of the ARM platform code. This is based on the PowerPC
platform code, it is expected these will be merged in the future when the
ARM code is more complete.

Until more boards can be tested only use this with the Raspberry Pi and
rrename the functions on the other SoCs.

Reviewed by: ian@
24 files changed:
sys/arm/allwinner/a10_machdep.c
sys/arm/arm/machdep.c
sys/arm/arm/platform.c [new file with mode: 0644]
sys/arm/arm/platform_if.m [new file with mode: 0644]
sys/arm/broadcom/bcm2835/bcm2835_machdep.c
sys/arm/conf/RPI-B
sys/arm/freescale/imx/imx51_machdep.c
sys/arm/freescale/imx/imx53_machdep.c
sys/arm/freescale/imx/imx6_machdep.c
sys/arm/freescale/vybrid/vf_machdep.c
sys/arm/include/machdep.h
sys/arm/include/platform.h [new file with mode: 0644]
sys/arm/include/platformvar.h [new file with mode: 0644]
sys/arm/lpc/lpc_machdep.c
sys/arm/mv/mv_machdep.c
sys/arm/rockchip/rk30xx_machdep.c
sys/arm/samsung/exynos/exynos5_machdep.c
sys/arm/tegra/tegra2_machdep.c
sys/arm/ti/ti_machdep.c
sys/arm/versatile/versatile_machdep.c
sys/arm/xilinx/zy7_machdep.c
sys/conf/files.arm
sys/conf/options.arm
sys/dev/fdt/fdt_arm_platform.c [new file with mode: 0644]