Source-Changes-HG archive

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

[src/trunk]: src G/C VEXPRESS_A15



details:   https://anonhg.NetBSD.org/src/rev/609a09d4876f
branches:  trunk
changeset: 447646:609a09d4876f
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Jan 20 10:50:06 2019 +0000

description:
G/C VEXPRESS_A15

diffstat:

 etc/etc.evbarm/Makefile.inc       |    6 +-
 sys/arch/evbarm/conf/VEXPRESS_A15 |  121 --------------------------------------
 2 files changed, 1 insertions(+), 126 deletions(-)

diffs (152 lines):

diff -r 6020b8fb2a9b -r 609a09d4876f etc/etc.evbarm/Makefile.inc
--- a/etc/etc.evbarm/Makefile.inc       Sun Jan 20 10:18:03 2019 +0000
+++ b/etc/etc.evbarm/Makefile.inc       Sun Jan 20 10:50:06 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.100 2019/01/20 10:18:04 skrll Exp $
+#      $NetBSD: Makefile.inc,v 1.101 2019/01/20 10:50:06 skrll Exp $
 #
 #      etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
 #
@@ -26,8 +26,6 @@
 #EVBARM_BOARDS.armv7hf+=       BCM56340
 KERNEL_SETS.armv7+=            SUNXI
 KERNEL_SETS.armv7hf+=          SUNXI
-KERNEL_SETS.armv7+=            VEXPRESS_A15
-KERNEL_SETS.armv7hf+=          VEXPRESS_A15
 .else
 IMAGEENDIAN=   le
 # little endian boards
@@ -118,8 +116,6 @@
 #KERNEL_SETS.armv7hf+=         SUNXI
 #KERNEL_SETS.armv7+=           TEGRA
 #KERNEL_SETS.armv7hf+=         TEGRA
-KERNEL_SETS.armv7+=            VEXPRESS_A15
-KERNEL_SETS.armv7hf+=          VEXPRESS_A15
 
 KERNEL_SETS.arm64+=            GENERIC64
 .endif
diff -r 6020b8fb2a9b -r 609a09d4876f sys/arch/evbarm/conf/VEXPRESS_A15
--- a/sys/arch/evbarm/conf/VEXPRESS_A15 Sun Jan 20 10:18:03 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,121 +0,0 @@
-#
-#      $NetBSD: VEXPRESS_A15,v 1.24 2018/10/18 09:01:54 skrll Exp $
-#
-#      ARM Versatile Express A15
-#
-
-include        "arch/evbarm/conf/std.vexpress"
-include        "arch/evbarm/conf/GENERIC.common"
-
-makeoptions    DTS="vexpress-v2p-ca15-tc1.dts"
-
-options        CPU_CORTEXA15
-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
-#options       EARLYCONS=vexpress, CONSADDR=0x1c090000
-
-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
-
-fclock*                at fdt? pass 4
-fregulator*    at fdt? pass 4
-gpiokeys*      at fdt?
-
-# Timer
-gtmr*          at fdt? pass 1          # ARM Generic Timer
-armgtmr0       at gtmr?
-
-# Interrupt controller
-gic*           at fdt? pass 1          # GIC
-armgic0                at gic?
-
-# ARM Motherboard Express uATX system registers
-vxsysreg*      at fdt?
-
-# Ethernet
-smsh*          at fdt?                 # SMSC LAN9118
-ukphy*         at mii? phy ?
-
-# UART
-plcom*         at fdt?                 # ARM PL011 UART
-
-# RTC
-plrtc*         at fdt?                 # ARM PrimeCell RTC
-
-# SDMMC
-plmmc*         at fdt?                 # ARM PrimeCell MCI
-sdmmc*         at sdmmcbus?
-ld0            at sdmmc0
-ld1            at sdmmc1
-ld2            at sdmmc2
-ld3            at sdmmc3
-ld*            at sdmmc?
-
-# Audio
-aaci*          at fdt?                 # ARM PrimeCell AACI
-audio*         at audiobus?
-spkr*          at audio?               # PC speaker (synthesized)
-
-# Framebuffer
-genfb*         at fdt?
-wsdisplay*     at genfb?
-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
-
-# PS/2 keyboard and mouse support
-plkmi*         at fdt?
-pckbd*         at pckbport?
-wskbd*         at pckbd? console ?
-pms*           at pckbport?
-wsmouse*       at pms? mux 0
-
-# Virtio devices
-virtio*        at fdt?                         # Virtio MMIO device
-# the baloon driver can not work on machines with non-4k pages
-#viomb*        at virtio?                      # Virtio memory balloon device
-ld*    at virtio?                      # Virtio disk device
-vioif* at virtio?                      # Virtio network device
-viornd* at virtio?                     # Virtio entropy device
-vioscsi* at virtio?                    # Virtio SCSI device
-
-# SCSI
-scsibus* at scsi?
-sd*    at scsibus? target ? lun ?      # SCSI disks
-st*    at scsibus? target ? lun ?      # SCSI tapes
-cd*    at scsibus? target ? lun ?      # SCSI CD-ROMs
-ch*    at scsibus? target ? lun ?      # SCSI changer devices
-ss*    at scsibus? target ? lun ?      # SCSI scanners
-ses*   at scsibus? target ? lun ?      # SCSI SES/SAF-TE devices
-uk*    at scsibus? target ? lun ?      # unknown SCSI
-
-# wscons pseudo-devices
-pseudo-device  wsfont
-pseudo-device  wsmux
-
-cinclude "arch/evbarm/conf/VEXPRESS_A15.local"



Home | Main Index | Thread Index | Old Index