Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Remove TEGRA kernel config.



details:   https://anonhg.NetBSD.org/src/rev/eb3ce0b94d9d
branches:  trunk
changeset: 449981:eb3ce0b94d9d
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sun Mar 31 13:03:04 2019 +0000

description:
Remove TEGRA kernel config.

diffstat:

 etc/etc.evbarm/Makefile.inc        |    4 +-
 sys/arch/evbarm/conf/README.evbarm |    3 +-
 sys/arch/evbarm/conf/TEGRA         |  200 -------------------------------------
 sys/arch/evbarm/conf/files.tegra   |   19 ---
 sys/arch/evbarm/conf/mk.tegra      |   30 -----
 sys/arch/evbarm/conf/std.tegra     |   38 -------
 6 files changed, 2 insertions(+), 292 deletions(-)

diffs (truncated from 338 to 300 lines):

diff -r 18f93cfeff93 -r eb3ce0b94d9d etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Sun Mar 31 12:47:33 2019 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Sun Mar 31 13:03:04 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.103 2019/03/30 13:53:19 jmcneill Exp $
+#      $NetBSD: Makefile.inc,v 1.104 2019/03/31 13:03:04 jmcneill Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -114,8 +114,6 @@
 EVBARM_BOARDS.armv7hf+=                RPI2
 #KERNEL_SETS.armv7+=           SUNXI
 #KERNEL_SETS.armv7hf+=         SUNXI
-#KERNEL_SETS.armv7+=           TEGRA
-#KERNEL_SETS.armv7hf+=         TEGRA
 
 KERNEL_SETS.arm64+=            GENERIC64
 .endif
diff -r 18f93cfeff93 -r eb3ce0b94d9d sys/arch/evbarm/conf/README.evbarm
--- a/sys/arch/evbarm/conf/README.evbarm        Sun Mar 31 12:47:33 2019 +0000
+++ b/sys/arch/evbarm/conf/README.evbarm        Sun Mar 31 13:03:04 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: README.evbarm,v 1.19 2019/03/02 19:59:06 jmcneill Exp $
+$NetBSD: README.evbarm,v 1.20 2019/03/31 13:03:04 jmcneill Exp $
 
 config         date            boards
 -------------------------------------------------------------------------------
@@ -55,7 +55,6 @@
 SUNXI          2017/06/28      Allwinner family SoCs (FDT)
 TEAMASA_NPWR   2002/02/07      Team ASA Npwr IOP310 based server appliance
 TEAMASA_NPWR_FC        2003/12/24      Team ASA NPWR-FC i80321 server appliance
-TEGRA          2015/05/29      NVIDIA Tegra family SoCs (FDT)
 TISDP2420      2008/04/27      TI OMAP 2420 eval board
 TISDP2430      2008/04/27      TI OMAP 2430 eval board
 TOASTER                2005/08/14      NetBSD/toaster based on TS-7200
diff -r 18f93cfeff93 -r eb3ce0b94d9d sys/arch/evbarm/conf/TEGRA
--- a/sys/arch/evbarm/conf/TEGRA        Sun Mar 31 12:47:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,200 +0,0 @@
-#
-#      $NetBSD: TEGRA,v 1.39 2019/02/06 11:58:31 rin Exp $
-#
-#      NVIDIA Tegra family SoCs
-#
-
-include        "arch/evbarm/conf/std.tegra"
-include        "arch/evbarm/conf/GENERIC.common"
-
-makeoptions    DTSGNUARCH="arm arm64"
-makeoptions    DTSSUBDIR="nvidia"
-makeoptions    DTS="
-       tegra124-apalis-eval.dts
-       tegra124-jetson-tk1.dts
-       tegra124-nyan-big.dts
-       tegra124-nyan-blaze.dts
-       tegra124-venice2.dts
-
-       tegra210-p2371-0000.dts
-       tegra210-p2371-2180.dts
-       tegra210-p2571.dts
-       tegra210-smaug.dts
-"
-
-options        CPU_CORTEXA15
-options        CPU_CORTEXA57
-options        SOC_TEGRA124
-options        SOC_TEGRA210
-options        MULTIPROCESSOR
-
-pseudo-device  openfirm        # /dev/openfirm
-
-#options       DIAGNOSTIC      # internal consistency checks
-#options       DEBUG
-#options       LOCKDEBUG
-#options       PMAP_DEBUG      # Enable pmap_debug_level code
-#options       VERBOSE_INIT_ARM # verbose bootstrapping messages
-# CONSADDR is required for early init messages from VERBOSE_INIT_ARM.
-#options       EARLYCONS=tegra, CONSADDR=0x70006300
-
-makeoptions    DEBUG="-g"      # compile full symbol table
-makeoptions    COPY_SYMTAB=1
-
-config         netbsd          root on ? type ?
-
-# Device tree support
-armfdt0                at root
-simplebus*     at fdt? pass 0
-
-# CPUs
-cpus*          at fdt? pass 0
-cpu*           at fdt? pass 0
-
-# CPU frequency scaling
-tegra124cpu*   at cpu?
-
-fclock*                at fdt? pass 4
-fregulator*    at fdt? pass 5
-gpiokeys*      at fdt?
-wskbd*         at gpiokeys? console ? mux 1
-
-# Timer
-gtmr*          at fdt? pass 1          # ARM Generic Timer
-armgtmr0       at gtmr?
-tegratimer*    at fdt?                 # Timers
-
-# Interrupt controller
-tegralic*      at fdt? pass 1          # LIC
-gic*           at fdt? pass 1          # GIC
-armgic0                at gic?
-
-# Memory controller
-tegramc*       at fdt? pass 4          # MC
-
-# DMA controller
-tegraapbdma*   at fdt? pass 4          # APB DMA
-
-# FUSE controller
-tegrafuse*     at fdt? pass 4          # FUSE
-
-# Power management controller
-tegrapmc*      at fdt? pass 4          # PMC
-
-# Clock and Reset controller
-tegra124car*   at fdt? pass 3          # CAR (T124)
-tegra210car*   at fdt? pass 3          # CAR (T210)
-
-# GPIO controller
-tegragpio*     at fdt? pass 2          # GPIO
-gpio*          at gpiobus?
-
-# MPIO / Pinmux
-tegrapinmux*   at fdt?                 # MPIO
-
-# XUSB PADCTL
-tegra124xpad*  at fdt?                 # XUSB PADCTL (T124)
-tegra210xpad*  at fdt?                 # XUSB PADCTL (T210)
-tegra210xphy*  at tegra210xpad?
-
-# PCIE
-tegrapcie0     at fdt?                 # PCIE
-pci*           at tegrapcie0
-ppb*           at pci? dev ? function ?
-pci*           at ppb?
-
-# Ethernet
-re*            at pci? dev ? function ?        # Realtek RTL8111GS
-rgephy*                at mii? phy ?
-rlphy*         at mii? phy ?
-ukphy*         at mii? phy ?
-
-# Mini-PCIe Wireless
-options        ATHHAL_AR5212,ATHHAL_RF2425     # AR5BHB63
-ath*           at pci? dev ? function ?        # Atheros IEEE 802.11
-athn*          at pci? dev ? function ?        # Atheros IEEE 802.11
-
-# UART
-com*           at fdt?                 # UART
-
-# I2C
-tegrai2c*      at fdt? pass 4          # I2C
-iic*           at tegrai2c?
-titemp*                at iic?
-seeprom*       at iic?
-as3722pmic*    at iic?
-as3722reg*     at as3722pmic?
-max77620pmic*  at iic?
-tcagpio*       at iic?
-
-# RTC
-tegrartc*      at fdt?                 # RTC
-
-# SDMMC
-sdhc*          at fdt?                 # SDMMC
-sdmmc*         at sdhc?
-ld0            at sdmmc0
-ld1            at sdmmc1
-ld2            at sdmmc2
-ld3            at sdmmc3
-ld*            at sdmmc?
-
-# SATA
-ahcisata*      at fdt?                 # SATA
-atabus*                at ata?
-atapibus*      at atapi?
-wd*            at atabus? drive ?
-cd*            at atapibus? drive ?
-
-# HDA
-hdaudio*       at fdt?                 # HDA
-hdafg*         at hdaudiobus?
-audio*         at audiobus?
-options        HDAUDIOVERBOSE
-options        HDAUDIO_32BIT_ACCESS
-options        HDAUDIO_ENABLE_HDMI
-options        HDAUDIO_ENABLE_DISPLAYPORT
-
-spkr*          at audio?               # PC speaker (synthesized)
-
-# HDMI CEC
-tegracec0      at fdt?                 # HDMI CEC
-hdmicec*       at hdmicecbus?
-
-# Display
-tegradrm*      at fdt?                 # Display
-tegrafb*       at tegrafbbus?
-wsdisplay*     at wsemuldisplaydev?
-options        VCONS_DRAW_INTR
-options        WSEMUL_VT100
-options        WS_DEFAULT_FG=WSCOL_WHITE
-options        WS_DEFAULT_BG=WSCOL_BLACK
-options        WS_KERNEL_FG=WSCOL_GREEN
-options        WS_KERNEL_BG=WSCOL_BLACK
-options        WSDISPLAY_COMPAT_PCVT
-options        WSDISPLAY_COMPAT_SYSCONS
-options        WSDISPLAY_COMPAT_USL
-options        WSDISPLAY_COMPAT_RAWKBD
-options        WSDISPLAY_DEFAULTSCREENS=4
-pseudo-device  wsmux
-pseudo-device  wsfont
-
-# GPU
-nouveau*       at fdt?                 # GPU
-
-# Thermal throttling controller
-tegrasoctherm* at fdt?                 # SOC_THERM
-
-# USB XHCI
-xhci*          at fdt?                 # XUSB
-usb*           at xhci?
-
-# USB 2.0
-tegrausbphy*   at fdt?                 # USB PHY
-ehci*          at fdt?                 # USB
-usb*           at ehci?
-
-include "dev/usb/usbdevices.config"
-midi*          at midibus?
-
-cinclude "arch/evbarm/conf/TEGRA.local"
diff -r 18f93cfeff93 -r eb3ce0b94d9d sys/arch/evbarm/conf/files.tegra
--- a/sys/arch/evbarm/conf/files.tegra  Sun Mar 31 12:47:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#      $NetBSD: files.tegra,v 1.5 2018/10/18 09:01:54 skrll Exp $
-#
-# NVIDIA Tegra configuration info
-#
-
-include "arch/arm/pic/files.pic"
-include "arch/arm/cortex/files.cortex"
-
-include "arch/evbarm/conf/files.fdt"
-
-file   arch/arm/arm32/arm32_boot.c
-file   arch/arm/arm32/arm32_kvminit.c
-file   arch/arm/arm32/arm32_reboot.c
-file   arch/arm/arm32/irq_dispatch.S
-file   arch/arm/arm32/armv7_generic_space.c
-file   arch/arm/arm/arm_generic_dma.c
-file   arch/arm/arm/bus_space_a4x.S
-
-include "arch/arm/nvidia/files.tegra"
diff -r 18f93cfeff93 -r eb3ce0b94d9d sys/arch/evbarm/conf/mk.tegra
--- a/sys/arch/evbarm/conf/mk.tegra     Sun Mar 31 12:47:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,30 +0,0 @@
-#      $NetBSD: mk.tegra,v 1.9 2018/10/18 09:01:54 skrll Exp $
-CPPFLAGS+=             -mcpu=cortex-a15 -mfpu=neon
-
-.include "$S/arch/arm/nvidia/tegra_xusb-fw.mk"
-
-SYSTEM_FIRST_OBJ=      armv6_start.o
-SYSTEM_FIRST_SFILE=    ${ARM}/arm/armv6_start.S
-
-_OSRELEASE!=           ${HOST_SH} $S/conf/osrelease.sh
-
-MKUBOOTIMAGEARGS=      -A arm -T kernel -O linux
-MKUBOOTIMAGEARGS+=     -a $(KERNEL_BASE_PHYS) -e $(KERNEL_BASE_PHYS)
-MKUBOOTIMAGEARGS+=     -n "NetBSD/$(BOARDTYPE) ${_OSRELEASE}"
-MKUBOOTIMAGEARGS_NONE= ${MKUBOOTIMAGEARGS} -C none
-MKUBOOTIMAGEARGS_GZ=   ${MKUBOOTIMAGEARGS} -C gz
-
-SYSTEM_LD_TAIL_EXTRA+=; \
-       echo ${OBJCOPY} -S -O binary $@ $@.bin; \
-       ${OBJCOPY} -S -O binary $@ $@.bin; \
-       echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_NONE} $@.bin $@.ub; \
-       ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_NONE} $@.bin $@.ub; \
-       echo ${TOOL_GZIP} -c $@.bin > $@.bin.gz; \
-       ${TOOL_GZIP} -c $@.bin > $@.bin.gz; \
-       echo ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_GZ} $@.bin.gz $@.gz.ub; \
-       ${TOOL_MKUBOOTIMAGE} ${MKUBOOTIMAGEARGS_GZ} $@.bin.gz $@.gz.ub
-
-EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin@}
-EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.ub@}
-EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.bin.gz@}
-EXTRA_KERNELS+= ${KERNELS:@.KERNEL.@${.KERNEL.}.gz.ub@}
diff -r 18f93cfeff93 -r eb3ce0b94d9d sys/arch/evbarm/conf/std.tegra
--- a/sys/arch/evbarm/conf/std.tegra    Sun Mar 31 12:47:33 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@



Home | Main Index | Thread Index | Old Index