Date: Sat, 28 Jul 2018 06:46:11 +0000 (UTC) From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r336804 - in head/sys/arm: allwinner altera/socfpga amlogic/aml8726 annapurna/alpine broadcom/bcm2835 freescale/imx mv/armada38x nvidia/tegra124 qemu rockchip samsung/exynos xilinx Message-ID: <201807280646.w6S6kBSg099126@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: andrew Date: Sat Jul 28 06:46:10 2018 New Revision: 336804 URL: https://svnweb.freebsd.org/changeset/base/336804 Log: Remove IPI_IRQ_START and IPI_IRQ_END from the arm kernel config files. These are unneeded with INTRNG. Modified: head/sys/arm/allwinner/std.allwinner head/sys/arm/altera/socfpga/std.socfpga head/sys/arm/amlogic/aml8726/std.aml8726 head/sys/arm/annapurna/alpine/std.alpine head/sys/arm/broadcom/bcm2835/std.bcm2836 head/sys/arm/freescale/imx/std.imx6 head/sys/arm/mv/armada38x/std.armada38x head/sys/arm/nvidia/tegra124/std.tegra124 head/sys/arm/qemu/std.virt head/sys/arm/rockchip/std.rk30xx head/sys/arm/samsung/exynos/std.exynos5250 head/sys/arm/samsung/exynos/std.exynos5420 head/sys/arm/xilinx/std.zynq7 Modified: head/sys/arm/allwinner/std.allwinner ============================================================================== --- head/sys/arm/allwinner/std.allwinner Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/allwinner/std.allwinner Sat Jul 28 06:46:10 2018 (r336804) @@ -5,9 +5,6 @@ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../allwinner/files.allwinner" files "../allwinner/a20/files.a20" files "../allwinner/a31/files.a31" Modified: head/sys/arm/altera/socfpga/std.socfpga ============================================================================== --- head/sys/arm/altera/socfpga/std.socfpga Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/altera/socfpga/std.socfpga Sat Jul 28 06:46:10 2018 (r336804) @@ -4,7 +4,4 @@ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../altera/socfpga/files.socfpga" Modified: head/sys/arm/amlogic/aml8726/std.aml8726 ============================================================================== --- head/sys/arm/amlogic/aml8726/std.aml8726 Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/amlogic/aml8726/std.aml8726 Sat Jul 28 06:46:10 2018 (r336804) @@ -20,9 +20,6 @@ files "../amlogic/aml8726/files.aml8726" # Set all global interrupts to be edge triggered, active high. options GIC_DEFAULT_ICFGR_INIT=0xffffffff -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - #options EARLY_PRINTF #options SOCDEV_PA=0xc8100000 #options SOCDEV_VA=0xd8100000 Modified: head/sys/arm/annapurna/alpine/std.alpine ============================================================================== --- head/sys/arm/annapurna/alpine/std.alpine Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/annapurna/alpine/std.alpine Sat Jul 28 06:46:10 2018 (r336804) @@ -10,7 +10,4 @@ options KERNVIRTADDR=0xa0200000 makeoptions KERNBASE=0xa0000000 options KERNBASE=0xa0000000 -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../annapurna/alpine/files.alpine" Modified: head/sys/arm/broadcom/bcm2835/std.bcm2836 ============================================================================== --- head/sys/arm/broadcom/bcm2835/std.bcm2836 Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/broadcom/bcm2835/std.bcm2836 Sat Jul 28 06:46:10 2018 (r336804) @@ -5,8 +5,6 @@ cpu CPU_CORTEXA makeoptions CONF_CFLAGS="-march=armv7a" options SOC_BCM2836 -options IPI_IRQ_START=76 - files "../broadcom/bcm2835/files.bcm2836" files "../broadcom/bcm2835/files.bcm283x" Modified: head/sys/arm/freescale/imx/std.imx6 ============================================================================== --- head/sys/arm/freescale/imx/std.imx6 Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/freescale/imx/std.imx6 Sat Jul 28 06:46:10 2018 (r336804) @@ -3,8 +3,5 @@ machine arm armv7 cpu CPU_CORTEXA makeoptions CONF_CFLAGS="-march=armv7a" -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../freescale/imx/files.imx6" Modified: head/sys/arm/mv/armada38x/std.armada38x ============================================================================== --- head/sys/arm/mv/armada38x/std.armada38x Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/mv/armada38x/std.armada38x Sat Jul 28 06:46:10 2018 (r336804) @@ -4,6 +4,3 @@ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" - -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 Modified: head/sys/arm/nvidia/tegra124/std.tegra124 ============================================================================== --- head/sys/arm/nvidia/tegra124/std.tegra124 Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/nvidia/tegra124/std.tegra124 Sat Jul 28 06:46:10 2018 (r336804) @@ -5,7 +5,4 @@ makeoptions CONF_CFLAGS="-march=armv7a" options INTRNG -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../nvidia/tegra124/files.tegra124" Modified: head/sys/arm/qemu/std.virt ============================================================================== --- head/sys/arm/qemu/std.virt Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/qemu/std.virt Sat Jul 28 06:46:10 2018 (r336804) @@ -6,8 +6,5 @@ makeoptions CONF_CFLAGS="-march=armv7a" options KERNVIRTADDR = 0xc1000000 makeoptions KERNVIRTADDR = 0xc1000000 -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../qemu/files.qemu" Modified: head/sys/arm/rockchip/std.rk30xx ============================================================================== --- head/sys/arm/rockchip/std.rk30xx Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/rockchip/std.rk30xx Sat Jul 28 06:46:10 2018 (r336804) @@ -5,7 +5,4 @@ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../rockchip/files.rk30xx" Modified: head/sys/arm/samsung/exynos/std.exynos5250 ============================================================================== --- head/sys/arm/samsung/exynos/std.exynos5250 Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/samsung/exynos/std.exynos5250 Sat Jul 28 06:46:10 2018 (r336804) @@ -4,7 +4,4 @@ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../samsung/exynos/files.exynos5" Modified: head/sys/arm/samsung/exynos/std.exynos5420 ============================================================================== --- head/sys/arm/samsung/exynos/std.exynos5420 Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/samsung/exynos/std.exynos5420 Sat Jul 28 06:46:10 2018 (r336804) @@ -4,7 +4,4 @@ cpu CPU_CORTEXA machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" -options IPI_IRQ_START=0 -options IPI_IRQ_END=15 - files "../samsung/exynos/files.exynos5" Modified: head/sys/arm/xilinx/std.zynq7 ============================================================================== --- head/sys/arm/xilinx/std.zynq7 Sat Jul 28 04:06:33 2018 (r336803) +++ head/sys/arm/xilinx/std.zynq7 Sat Jul 28 06:46:10 2018 (r336804) @@ -8,6 +8,3 @@ machine arm armv7 makeoptions CONF_CFLAGS="-march=armv7a" files "../xilinx/files.zynq7" - -options IPI_IRQ_START=0 -options IPI_IRQ_END=15
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807280646.w6S6kBSg099126>