Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Whitespace consistency.
details: https://anonhg.NetBSD.org/src/rev/b883b82821b1
branches: trunk
changeset: 433833:b883b82821b1
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Oct 07 07:48:43 2018 +0000
description:
Whitespace consistency.
{make,}options<space><tab>
everything else just <tab?
diffstat:
sys/arch/evbarm/conf/std.adi_brh | 10 +++++-----
sys/arch/evbarm/conf/std.altera | 16 ++++++++--------
sys/arch/evbarm/conf/std.amlogic | 16 ++++++++--------
sys/arch/evbarm/conf/std.armadaxp | 18 +++++++++---------
sys/arch/evbarm/conf/std.armadillo9 | 10 +++++-----
sys/arch/evbarm/conf/std.bcm53xx | 16 ++++++++--------
sys/arch/evbarm/conf/std.beagle | 14 +++++++-------
sys/arch/evbarm/conf/std.cp3100 | 12 ++++++------
sys/arch/evbarm/conf/std.exynos | 18 +++++++++---------
sys/arch/evbarm/conf/std.g42xxeb | 14 +++++++-------
sys/arch/evbarm/conf/std.gemini | 16 ++++++++--------
sys/arch/evbarm/conf/std.generic64 | 10 +++++-----
sys/arch/evbarm/conf/std.gumstix | 12 ++++++------
sys/arch/evbarm/conf/std.hawk | 16 ++++++++--------
sys/arch/evbarm/conf/std.hdl_g | 6 +++---
sys/arch/evbarm/conf/std.igepv2 | 12 ++++++------
sys/arch/evbarm/conf/std.imx23_olinuxino | 18 +++++++++---------
sys/arch/evbarm/conf/std.imx31 | 14 +++++++-------
sys/arch/evbarm/conf/std.imx6ul | 14 +++++++-------
sys/arch/evbarm/conf/std.imx7 | 20 ++++++++++----------
sys/arch/evbarm/conf/std.integrator | 8 ++++----
sys/arch/evbarm/conf/std.integrator_cp | 12 ++++++------
sys/arch/evbarm/conf/std.iq31244 | 12 ++++++------
sys/arch/evbarm/conf/std.iq80310 | 8 ++++----
sys/arch/evbarm/conf/std.iq80321 | 10 +++++-----
sys/arch/evbarm/conf/std.ixdp425 | 8 ++++----
sys/arch/evbarm/conf/std.ixm1200 | 10 +++++-----
sys/arch/evbarm/conf/std.kobo | 18 +++++++++---------
sys/arch/evbarm/conf/std.lubbock | 12 ++++++------
sys/arch/evbarm/conf/std.marvell | 8 ++++----
sys/arch/evbarm/conf/std.mini2440 | 12 ++++++------
sys/arch/evbarm/conf/std.mmnet | 16 ++++++++--------
sys/arch/evbarm/conf/std.mpcsa | 16 ++++++++--------
sys/arch/evbarm/conf/std.mv2120 | 8 ++++----
sys/arch/evbarm/conf/std.n900 | 14 +++++++-------
sys/arch/evbarm/conf/std.netwalker | 18 +++++++++---------
sys/arch/evbarm/conf/std.nitrogen6 | 16 ++++++++--------
sys/arch/evbarm/conf/std.npwr_fc | 12 ++++++------
sys/arch/evbarm/conf/std.nslu2 | 6 +++---
sys/arch/evbarm/conf/std.osk5912 | 12 ++++++------
sys/arch/evbarm/conf/std.overo | 12 ++++++------
sys/arch/evbarm/conf/std.rpi | 8 ++++----
sys/arch/evbarm/conf/std.smdk2410 | 14 +++++++-------
sys/arch/evbarm/conf/std.smdk2800 | 12 ++++++------
sys/arch/evbarm/conf/std.sunxi | 20 ++++++++++----------
sys/arch/evbarm/conf/std.tegra | 16 ++++++++--------
sys/arch/evbarm/conf/std.ti | 12 ++++++------
sys/arch/evbarm/conf/std.tisdp24xx | 16 ++++++++--------
sys/arch/evbarm/conf/std.tsarm | 14 +++++++-------
sys/arch/evbarm/conf/std.vexpress | 28 ++++++++++++++--------------
sys/arch/evbarm/conf/std.viper | 16 ++++++++--------
sys/arch/evbarm/conf/std.virt | 28 ++++++++++++++--------------
sys/arch/evbarm/conf/std.zynq | 18 +++++++++---------
53 files changed, 366 insertions(+), 366 deletions(-)
diffs (truncated from 1688 to 300 lines):
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.adi_brh
--- a/sys/arch/evbarm/conf/std.adi_brh Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.adi_brh Sun Oct 07 07:48:43 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: std.adi_brh,v 1.10 2012/12/16 23:47:56 matt Exp $
+# $NetBSD: std.adi_brh,v 1.11 2018/10/07 07:48:43 skrll Exp $
#
# standard NetBSD/evbarm for ADI BRH options
-machine evbarm arm
+machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in ADI BRH config definitions.
@@ -11,9 +11,9 @@
options EXEC_AOUT
options KERNEL_BASE_EXT=0xc0000000
-makeoptions LOADADDRESS="0xc0200000"
-makeoptions BOARDTYPE="adi_brh"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.adi_brh"
+makeoptions LOADADDRESS="0xc0200000"
+makeoptions BOARDTYPE="adi_brh"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.adi_brh"
options ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>"
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.altera
--- a/sys/arch/evbarm/conf/std.altera Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.altera Sun Oct 07 07:48:43 2018 +0000
@@ -1,22 +1,22 @@
-# $NetBSD: std.altera,v 1.1 2018/09/19 17:31:39 aymeric Exp $
+# $NetBSD: std.altera,v 1.2 2018/10/07 07:48:43 skrll Exp $
-machine evbarm arm
+machine evbarm arm
-include "arch/evbarm/conf/std.evbarm"
-include "arch/evbarm/conf/files.altera"
+include "arch/evbarm/conf/std.evbarm"
+include "arch/evbarm/conf/files.altera"
+options DRAM_BLOCKS=256
options FDT
-options DRAM_BLOCKS=256
options FPU_VFP
-options TPIDRPRW_IS_CURCPU
options ARM_HAS_VBAR
options ARM_GENERIC_TODR
options ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
-options __HAVE_FAST_SOFTINTS
+options TPIDRPRW_IS_CURCPU
+options __BUS_SPACE_HAS_STREAM_METHODS
options __HAVE_CPU_COUNTER
options __HAVE_CPU_UAREA_ALLOC_IDLELWP
+options __HAVE_FAST_SOFTINTS
options __HAVE_MM_MD_DIRECT_MAPPED_PHYS
-options __BUS_SPACE_HAS_STREAM_METHODS
options KERNEL_BASE_EXT=0x80000000
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.amlogic
--- a/sys/arch/evbarm/conf/std.amlogic Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.amlogic Sun Oct 07 07:48:43 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: std.amlogic,v 1.3 2017/07/01 14:51:59 skrll Exp $
+# $NetBSD: std.amlogic,v 1.4 2018/10/07 07:48:43 skrll Exp $
#
-machine evbarm arm
-include "arch/evbarm/conf/std.evbarm"
+machine evbarm arm
+include "arch/evbarm/conf/std.evbarm"
include "arch/evbarm/conf/files.amlogic"
@@ -18,10 +18,10 @@
options KERNEL_BASE_EXT=0x80000000
options FPU_VFP
-makeoptions KERNEL_BASE_PHYS="0x00100000"
-makeoptions KERNEL_BASE_VIRT="0x80100000"
-makeoptions BOARDTYPE="amlogic"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.amlogic"
+makeoptions KERNEL_BASE_PHYS="0x00100000"
+makeoptions KERNEL_BASE_VIRT="0x80100000"
+makeoptions BOARDTYPE="amlogic"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.amlogic"
options ARM_INTR_IMPL="<arch/arm/amlogic/amlogic_intr.h>"
-options ARM_GENERIC_TODR
+options ARM_GENERIC_TODR
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.armadaxp
--- a/sys/arch/evbarm/conf/std.armadaxp Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.armadaxp Sun Oct 07 07:48:43 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: std.armadaxp,v 1.4 2017/07/01 09:26:51 skrll Exp $
+# $NetBSD: std.armadaxp,v 1.5 2018/10/07 07:48:43 skrll Exp $
#
# standard NetBSD/evbarm for ARMADAXP options
machine evbarm arm
include "conf/std" # MI standard options
-include "arch/evbarm/conf/files.armadaxp"
+include "arch/evbarm/conf/files.armadaxp"
options EXEC_ELF32
options EXEC_SCRIPT
@@ -18,20 +18,20 @@
# Build for armv7-a, soft-floats only
-makeoptions CPUFLAGS="-march=armv7-a -msoft-float"
+makeoptions CPUFLAGS="-march=armv7-a -msoft-float"
options KERNEL_BASE_EXT=0x80000000
options STARTUP_PAGETABLE_ADDR=0x00100000
options MEMSTART=0x00000000
-makeoptions LOADADDRESS="0x00200000"
-makeoptions KERNEL_BASE_PHYS="0x00200000"
-makeoptions KERNEL_BASE_VIRT="0x80200000"
+makeoptions LOADADDRESS="0x00200000"
+makeoptions KERNEL_BASE_PHYS="0x00200000"
+makeoptions KERNEL_BASE_VIRT="0x80200000"
-makeoptions BOARDTYPE="armadaxp"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.armadaxp"
+makeoptions BOARDTYPE="armadaxp"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.armadaxp"
options EVBARM_BOARDTYPE="Armada XP"
-options ARM_HAS_VBAR
+options ARM_HAS_VBAR
options ARM_INTR_IMPL="<arch/arm/marvell/mvsoc_intr.h>"
options COM_REGMAP
options COM_16750
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.armadillo9
--- a/sys/arch/evbarm/conf/std.armadillo9 Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.armadillo9 Sun Oct 07 07:48:43 2018 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: std.armadillo9,v 1.7 2012/12/16 23:47:56 matt Exp $
+# $NetBSD: std.armadillo9,v 1.8 2018/10/07 07:48:43 skrll Exp $
#
# standard NetBSD/evbarm for Armadillo9 options
-machine evbarm arm
+machine evbarm arm
include "arch/evbarm/conf/std.evbarm"
# Pull in armadillo9 config definitions.
include "arch/evbarm/conf/files.armadillo9"
-makeoptions BOARDTYPE="armadillo9"
+makeoptions BOARDTYPE="armadillo9"
options KERNEL_BASE_EXT=0xc0000000
-makeoptions LOADADDRESS="0xc0200000"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.armadillo9"
+makeoptions LOADADDRESS="0xc0200000"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.armadillo9"
options ARM_INTR_IMPL="<arch/arm/ep93xx/ep93xx_intr.h>"
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.bcm53xx
--- a/sys/arch/evbarm/conf/std.bcm53xx Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.bcm53xx Sun Oct 07 07:48:43 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: std.bcm53xx,v 1.14 2014/02/21 22:31:58 matt Exp $
+# $NetBSD: std.bcm53xx,v 1.15 2018/10/07 07:48:43 skrll Exp $
#
# standard NetBSD/evbarm for BCM5301X options
-machine evbarm arm
-include "arch/evbarm/conf/std.evbarm"
+machine evbarm arm
+include "arch/evbarm/conf/std.evbarm"
# Pull in BCM53xx config definitions.
include "arch/evbarm/conf/files.bcm53xx"
@@ -24,10 +24,10 @@
options KERNEL_BASE_EXT=0x80000000
options EVBARM_BOARDTYPE="bcm53xx"
-makeoptions BOARDTYPE="bcm53xx"
-makeoptions KERNEL_BASE_VIRT="0x80100000"
-makeoptions LOADADDRESS="0x00100000"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
+makeoptions BOARDTYPE="bcm53xx"
+makeoptions KERNEL_BASE_VIRT="0x80100000"
+makeoptions LOADADDRESS="0x00100000"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.bcm53xx"
options ARM_INTR_IMPL="<arch/arm/broadcom/bcm53xx_intr.h>"
-options ARM_GENERIC_TODR
+options ARM_GENERIC_TODR
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.beagle
--- a/sys/arch/evbarm/conf/std.beagle Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.beagle Sun Oct 07 07:48:43 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: std.beagle,v 1.14 2017/07/02 10:12:44 skrll Exp $
+# $NetBSD: std.beagle,v 1.15 2018/10/07 07:48:43 skrll Exp $
#
# standard NetBSD/evbarm for BEAGLEBOARD options
-machine evbarm arm
-include "arch/evbarm/conf/std.evbarm"
+machine evbarm arm
+include "arch/evbarm/conf/std.evbarm"
# Pull in BEAGLEBOARD config definitions.
include "arch/evbarm/conf/files.beagle"
@@ -21,9 +21,9 @@
options KERNEL_BASE_EXT=0x80000000
options FPU_VFP
-makeoptions LOADADDRESS="0x80300000"
-makeoptions BOARDTYPE="beagle"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.beagle"
+makeoptions LOADADDRESS="0x80300000"
+makeoptions BOARDTYPE="beagle"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.beagle"
options ARM_INTR_IMPL="<arch/arm/omap/omap2_intr.h>"
-options ARM_GENERIC_TODR
+options ARM_GENERIC_TODR
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.cp3100
--- a/sys/arch/evbarm/conf/std.cp3100 Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.cp3100 Sun Oct 07 07:48:43 2018 +0000
@@ -1,18 +1,18 @@
-# $NetBSD: std.cp3100,v 1.5 2012/12/16 23:47:56 matt Exp $
+# $NetBSD: std.cp3100,v 1.6 2018/10/07 07:48:43 skrll Exp $
#
# Standard NetBSD/evbarm options for CP3100
-machine evbarm arm
-include "arch/evbarm/conf/std.evbarm"
+machine evbarm arm
+include "arch/evbarm/conf/std.evbarm"
# Pull in CP3100 config definitions.
include "arch/evbarm/conf/files.cp3100"
options EXEC_AOUT
-options KERNEL_BASE_EXT=0xc0000000
-makeoptions BOARDTYPE="cp3100"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
+options KERNEL_BASE_EXT=0xc0000000
+makeoptions BOARDTYPE="cp3100"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.exynos
--- a/sys/arch/evbarm/conf/std.exynos Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.exynos Sun Oct 07 07:48:43 2018 +0000
@@ -1,15 +1,15 @@
-# $NetBSD: std.exynos,v 1.6 2018/07/01 23:41:37 jmcneill Exp $
+# $NetBSD: std.exynos,v 1.7 2018/10/07 07:48:43 skrll Exp $
#
-machine evbarm arm
-include "arch/evbarm/conf/std.evbarm"
+machine evbarm arm
+include "arch/evbarm/conf/std.evbarm"
include "arch/evbarm/conf/files.exynos"
makeoptions CPUFLAGS="-march=armv7-a -mfpu=neon"
options ARM_TRUSTZONE_FIRMWARE
-options __NO_FIQ
+options __NO_FIQ
options FDT # Flattened Device Tree support
options DRAM_BLOCKS=256
@@ -29,10 +29,10 @@
options __BUS_SPACE_HAS_STREAM_METHODS
options __HAVE_GENERIC_CPU_INITCLOCKS
-makeoptions KERNEL_BASE_PHYS="0x40000000"
-makeoptions KERNEL_BASE_VIRT="0x80000000"
-makeoptions BOARDTYPE="exynos"
-makeoptions BOARDMKFRAG="${THISARM}/conf/mk.exynos"
+makeoptions KERNEL_BASE_PHYS="0x40000000"
+makeoptions KERNEL_BASE_VIRT="0x80000000"
+makeoptions BOARDTYPE="exynos"
+makeoptions BOARDMKFRAG="${THISARM}/conf/mk.exynos"
options ARM_INTR_IMPL="<arch/arm/fdt/fdt_intr.h>"
-options ARM_GENERIC_TODR
+options ARM_GENERIC_TODR
diff -r bb1bde6ffb88 -r b883b82821b1 sys/arch/evbarm/conf/std.g42xxeb
--- a/sys/arch/evbarm/conf/std.g42xxeb Sun Oct 07 05:28:51 2018 +0000
+++ b/sys/arch/evbarm/conf/std.g42xxeb Sun Oct 07 07:48:43 2018 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: std.g42xxeb,v 1.8 2012/12/16 23:47:56 matt Exp $
+# $NetBSD: std.g42xxeb,v 1.9 2018/10/07 07:48:44 skrll Exp $
#
# standard NetBSD/evbarm for TWINTAIL (G4255EB) options
-machine evbarm arm
Home |
Main Index |
Thread Index |
Old Index