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 Remove ALLWINNER_A80 kernel config; use...
details: https://anonhg.NetBSD.org/src/rev/d7e3edaed43a
branches: trunk
changeset: 356711:d7e3edaed43a
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Oct 08 18:07:09 2017 +0000
description:
Remove ALLWINNER_A80 kernel config; use SUNXI for these boards instead.
diffstat:
sys/arch/evbarm/conf/ALLWINNER_A80 | 150 -----------------------------
sys/arch/evbarm/conf/ALLWINNER_A80_INSTALL | 10 -
sys/arch/evbarm/conf/README.evbarm | 3 +-
3 files changed, 1 insertions(+), 162 deletions(-)
diffs (182 lines):
diff -r 0c5a2ad1aff2 -r d7e3edaed43a sys/arch/evbarm/conf/ALLWINNER_A80
--- a/sys/arch/evbarm/conf/ALLWINNER_A80 Sun Oct 08 18:00:59 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,150 +0,0 @@
-# $NetBSD: ALLWINNER_A80,v 1.20 2017/01/08 05:11:24 christos Exp $
-#
-# ALLWINNER_A80 - Allwinner A80 boards (Cubieboard4, OptimusBoard, etc)
-#
-
-include "arch/evbarm/conf/std.awin"
-include "arch/evbarm/conf/GENERIC.common"
-
-no makeoptions CPUFLAGS
-makeoptions CPUFLAGS="-mcpu=cortex-a7 -mfpu=neon"
-no makeoptions BOARDTYPE
-makeoptions BOARDTYPE="allwinner_a80"
-no makeoptions KERNEL_BASE_PHYS
-no makeoptions KERNEL_BASE_VIRT
-makeoptions KERNEL_BASE_PHYS="0x80000000"
-makeoptions KERNEL_BASE_VIRT="0x80000000"
-options PMAP_NEED_ALLOC_POOLPAGE
-
-options ALLWINNER_A80
-options MULTIPROCESSOR
-options MEMSIZE=2048
-options AWIN_CONSOLE_EARLY
-options AWIN_GPIO_IGNORE_FW
-
-#options DEBUG
-#options VERBOSE_INIT_ARM # verbose bootstraping messages
-makeoptions DEBUG="-g" # compile full symbol table
-makeoptions COPY_SYMTAB=1
-
-config netbsd root on ? type ?
-
-mainbus0 at root
-cpu* at mainbus?
-
-# A7 core devices
-armperiph0 at mainbus?
-armgic0 at armperiph? # Interrupt Controller
-armgtmr0 at armperiph? # ARM Generic Timer
-
-# SoC I/O
-awinio0 at mainbus?
-
-# SD/MMC controllers
-awinmmc0 at awinio0 port 0 # SD card slot
-sdmmc0 at awinmmc0
-ld0 at sdmmc0
-
-awinmmc2 at awinio0 port 2 # eMMC
-sdmmc2 at awinmmc2
-ld2 at sdmmc2
-
-# Interrupt Controller
-awinicu0 at awinio0
-
-# DMA Controller
-awindma0 at awinio0
-
-# 64-bit counter
-#awincnt0 at awinio0
-
-# GPIO Controller
-awingpio0 at awinio0
-
-gpio* at awingpio?
-
-# I2C Controllers
-awiniic0 at awinio? port 0
-iic0 at awiniic0
-
-awiniic1 at awinio? port 1
-iic1 at awiniic1
-
-awiniic2 at awinio? port 2
-iic2 at awiniic2
-
-# Reduced serial bus (RSB)
-awinp2wi0 at awinio0
-iic4 at awinp2wi0
-axp806pm0 at iic4 addr 0x745 # AXP806 Power Management Unit
-axp809pm0 at iic4 addr 0x3a3 # AXP809 Power Management Unit
-ac100ic0 at iic4 addr 0xe89 # AC100 CODEC/RTC
-
-options I2C_MAX_ADDR=0xfff
-
-# On-board 16550 UARTs
-com0 at awinio? port 0 # UART0 (console)
-options CONADDR=0x07000000, CONSPEED=115200
-
-# Consumer IR
-awinir0 at awinio?
-cir0 at awinir0
-
-# Watchdog timers
-awinwdt* at awinio?
-
-# GMAC Ethernet
-awge0 at awinio0 port ?
-
-# HDMI
-#awinhdmi0 at awinio0
-#awinhdmiaudio0 at awinio0
-#audio1 at awinhdmiaudio0
-
-#spkr* at audio? # PC speaker (synthesized)
-
-# TCON
-#awintcon0 at awinio0 port 0
-
-# DE-BE
-#awindebe0 at awinio0 port 0
-awindebe0 at awinio0 port 1
-options AWIN_DEBE_FWINIT
-
-# Framebuffer
-genfb0 at awindebe0
-wsdisplay* at genfb?
-options VCONS_DRAW_INTR
-options WSEMUL_VT100
-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
-
-# On-board USB
-awinusb0 at awinio0 port 0
-awinusb1 at awinio0 port 1
-awinusb2 at awinio0 port 2
-ohci* at awinusb?
-ehci* at awinusb?
-usb* at ohci?
-usb* at ehci?
-
-# USB OTG
-#motg0 at awinio0
-#usb* at motg?
-
-include "dev/usb/usbdevices.config"
-
-midi* at midibus?
-
-rlphy* at mii? phy ?
-rgephy* at mii? phy ?
-ukphy* at mii? phy ?
-
-cinclude "arch/evbarm/conf/ALLWINNER_A80.local"
diff -r 0c5a2ad1aff2 -r d7e3edaed43a sys/arch/evbarm/conf/ALLWINNER_A80_INSTALL
--- a/sys/arch/evbarm/conf/ALLWINNER_A80_INSTALL Sun Oct 08 18:00:59 2017 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# $NetBSD: ALLWINNER_A80_INSTALL,v 1.1 2014/12/14 18:12:38 jmcneill Exp $
-#
-# ALLWINNER_A80_INSTALL -- ALLWINNER_A80 kernel with
-# installation-sized ramdisk
-#
-
-include "arch/evbarm/conf/ALLWINNER_A80"
-include "arch/evbarm/conf/INSTALL"
-
-options BOOTHOWTO=RB_SINGLE
diff -r 0c5a2ad1aff2 -r d7e3edaed43a sys/arch/evbarm/conf/README.evbarm
--- a/sys/arch/evbarm/conf/README.evbarm Sun Oct 08 18:00:59 2017 +0000
+++ b/sys/arch/evbarm/conf/README.evbarm Sun Oct 08 18:07:09 2017 +0000
@@ -1,9 +1,8 @@
-$NetBSD: README.evbarm,v 1.15 2017/07/02 22:41:30 jmcneill Exp $
+$NetBSD: README.evbarm,v 1.16 2017/10/08 18:07:09 jmcneill Exp $
config date boards
-------------------------------------------------------------------------------
ADI_BRH 2003/01/25 ADI Eng. Big Read Head i80200 eval board
-ALLWINNER_A80 2014/12/05 Cubietech Cubieboard 4
ARMADILLO210 2006/02/06 Atmark Techno Armadillo-210
ARMADILLO9 2005/11/13 Atmark Techno Armadillo-9
BCM5301X 2012/08/31 Broadcom BCM95301X evaluation/reference board
Home |
Main Index |
Thread Index |
Old Index