From owner-freebsd-arm@FreeBSD.ORG Sun Jul 15 15:29:18 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAA59106564A for ; Sun, 15 Jul 2012 15:29:18 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6F4A18FC08 for ; Sun, 15 Jul 2012 15:29:18 +0000 (UTC) Received: by yhfs35 with SMTP id s35so5379368yhf.13 for ; Sun, 15 Jul 2012 08:29:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=FLPQSG6tRWI3cMkde88hBfu0h0afsHLU/elsw5PJQn0=; b=PUOF7RcEM58v+e1QK7sKuMPGA10nxI8zf2aPL188Nq9Qfyih0c3NDAQ1/G/3KEpbJV 7KJ5u9n041UFVDWC/7vzeHO3K6tG+tj6gBVgLCBTXsp5yLRlymh5ujQxt4HkRxwFTowR jq6hSpmPCSDfE4RONr/2+OAoXS5g5HpEPw3/s++4iUafznK5yxSFw7dQdtcBwk5cxi6I RLKm6jcvrVG0dvB1vfsrhLq7HAT1ZkvaUKl1iqDI5gLs/5ZbiWX+Tjq3RQA8xyVqqhAu bXPSonoolmgYKbXuNIylrxtVCN0RvCn2+YnOCv393VrMg784ZJoaOn+7+Iv8FM8u7MH9 jfKw== Received: by 10.236.109.225 with SMTP id s61mr7125975yhg.5.1342366150834; Sun, 15 Jul 2012 08:29:10 -0700 (PDT) Received: from [127.0.0.1] ([97.100.0.41]) by mx.google.com with ESMTPS id y63sm24699859yha.9.2012.07.15.08.29.09 (version=SSLv3 cipher=OTHER); Sun, 15 Jul 2012 08:29:10 -0700 (PDT) Message-ID: <5002E1C7.7090605@gmail.com> Date: Sun, 15 Jul 2012 11:29:11 -0400 From: Richard E Neese User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-arm@FreeBSD.org Content-Type: multipart/mixed; boundary="------------040705030004020802050801" Cc: Subject: updated diff with dreamplug basic files X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2012 15:29:18 -0000 This is a multi-part message in MIME format. --------------040705030004020802050801 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit these are the needed dreamplug parts for building arm for the dreamplug. gonzo and I are working to patch the base to fix a usb issue. That currently breaks dreamplug/sheevaplug/dockstar builds on 9.x and current . patches to follow --------------040705030004020802050801 Content-Type: text/plain; charset=windows-1252; name="freebsd-svn-head-dreamplug-071412-2314.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="freebsd-svn-head-dreamplug-071412-2314.diff" Index: sys/boot/fdt/dts/dreamplug.dts =================================================================== --- sys/boot/fdt/dts/dreamplug.dts (revision 0) +++ sys/boot/fdt/dts/dreamplug.dts (working copy) @@ -0,0 +1,292 @@ +/* + * Copyright (c) 2010 The FreeBSD Foundation + * All rights reserved. + * + * This software was developed by Semihalf under sponsorship from + * the FreeBSD Foundation. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * + * Marvell DreamPlug Device Tree Source. + * + * $FreeBSD:$ + */ + +/dts-v1/; + +/ { + model = "Globalscale Technologies Dreamplug"; + compatible = "globalscale,dreamplug-003-ds2001", "globalscale,dreamplug", "marvell,kirkwood-88f6281", "marvell,kirkwood"; + #address-cells = <1>; + #size-cells = <1>; + + aliases { + ethernet0 = &enet0; + ethernet1 = &enet1; + mpp = &MPP; + serial0 = &serial0; + serial1 = &serial1; + soc = &SOC; + sram = &SRAM; + }; + + cpus { + #address-cells = <1>; + #size-cells = <0>; + + cpu@0 { + device_type = "cpu"; + compatible = "ARM,88FR131"; + reg = <0x0>; + d-cache-line-size = <32>; // 32 bytes + i-cache-line-size = <32>; // 32 bytes + d-cache-size = <0x4000>; // L1, 16K + i-cache-size = <0x4000>; // L1, 16K + timebase-frequency = <0>; + bus-frequency = <0>; + clock-frequency = <0>; + }; + + }; + + memory { + device_type = "memory"; + reg = <0x0 0x20000000>; // 512M at 0x0 + }; + + localbus@f1000000 { + #address-cells = <2>; + #size-cells = <1>; + compatible = "mrvl,lbc"; + + /* This reflects CPU decode windows setup. */ + ranges = <0x0 0x0f 0xf9300000 0x00100000 + 0x1 0x1e 0xfa000000 0x00100000 + 0x2 0x1d 0xfa100000 0x02000000 + 0x3 0x1b 0xfc100000 0x00000400>; + + nor@0,0 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "cfi-flash"; + reg = <0x0 0x0 0x00100000>; + bank-width = <2>; + device-width = <1>; + }; + }; + + SOC: soc88f6281@f1000000 { + #address-cells = <1>; + #size-cells = <1>; + compatible = "simple-bus"; + ranges = <0x0 0xf1000000 0x00100000>; + bus-frequency = <0>; + + PIC: pic@20200 { + interrupt-controller; + #address-cells = <0>; + #interrupt-cells = <1>; + reg = <0x20200 0x3c>; + compatible = "mrvl,pic"; + }; + + timer@20300 { + compatible = "mrvl,timer"; + reg = <0x20300 0x30>; + interrupts = <1>; + interrupt-parent = <&PIC>; + mrvl,has-wdt; + }; + + MPP: mpp@10000 { + #pin-cells = <2>; + compatible = "mrvl,mpp"; + reg = <0x10000 0x34>; + pin-count = <50>; + pin-map = < + 0 2 /* MPP[0]: SPI_SCn */ + 1 2 /* MPP[1]: SPI_MOSI */ + 2 2 /* MPP[2]: SPI_SCK */ + 3 2 /* MPP[3]: SPI_MISO */ + 6 1 /* MPP[6]: SYSRST_OUTn */ + 8 2 /* MPP[8]: UA0_RTS */ + 9 2 /* MPP[9]: UA0_CTS */ + 10 3 /* MPP[10]: UA0_TXD */ + 11 3 /* MPP[11]: UA0_RXD */ + 12 1 /* MPP[12]: SD_CLK */ + 13 1 /* MPP[13]: SD_CMD */ + 14 1 /* MPP[14]: SD_D[0] */ + 15 1 /* MPP[17]: SD_D[1] */ + 21 5 /* MPP[21]: SATA0_AC */ + 23 5 /* MPP[23]: SATA0_PR */ + 28 0 /* MPP[28]: GPIO[28] */ + 29 1 /* MPP[29]: TSMP[9] */ + 37 4 /* MPP[37]: AU_SPDIFO */ + 38 4 /* MPP[38]: AU_SPDOFRMCLK */ + 39 4 /* MPP[39]: AU_I2SBCLK */ + 40 4 /* MPP[40]: AU_I2SDO */ + 41 4 /* MPP[41]: AU_I2SLRCLK */ + 42 4 /* MPP[42]: AU_I2SMCLK */ + 43 4 /* MPP[43]: AU_I2SDI */ + 44 4 /* MPP[44]: AU_EXTCLK */ + 47 0 /* MPP[47]: GPIO[47] Bluetooth LED */ + 48 0 /* MPP[48]: GPIO[48] Wifi LED */ + 49 0>; /* MPP[49]: GPIO[49] Wifi AP LED */ + }; + + GPIO: gpio@10100 { + #gpio-cells = <3>; + compatible = "mrvl,gpio"; + reg = <0x10100 0x20>; + gpio-controller; + interrupts = <35 36 37 38 39 40 41>; + interrupt-parent = <&PIC>; + }; + + rtc@10300 { + compatible = "mrvl,rtc"; + reg = <0x10300 0x08>; + }; + + twsi@11000 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "mrvl,twsi"; + reg = <0x11000 0x20>; + interrupts = <43>; + interrupt-parent = <&PIC>; + }; + + enet0: ethernet@72000 { + #address-cells = <1>; + #size-cells = <1>; + model = "V2"; + compatible = "mrvl,ge"; + reg = <0x72000 0x2000>; + ranges = <0x0 0x72000 0x2000>; + local-mac-address = [ 00 00 00 00 00 00 ]; + interrupts = <12 13 14 11 46>; + interrupt-parent = <&PIC>; + phy-handle = <&phy0>; + + mdio@0 { + #address-cells = <1>; + #size-cells = <0>; + compatible = "mrvl,mdio"; + + phy0: ethernet-phy@0 { + reg = <0x0>; + }; + + phy1: ethernet-phy@1 { + reg = <0x1>; + }; + }; + }; + + enet1: ethernet@76000 { + #address-cells = <1>; + #size-cells = <1>; + model = "V2"; + compatible = "mrvl,ge"; + reg = <0x76000 0x02000>; + ranges = <0x0 0x76000 0x2000>; + local-mac-address = [ 00 00 00 00 00 00 ]; + interrupts = <16 17 18 15 47>; + interrupt-parent = <&PIC>; + phy-handle = <&phy1>; + }; + + + serial0: serial@12000 { + compatible = "ns16550"; + reg = <0x12000 0x20>; + reg-shift = <2>; + clock-frequency = <0>; + interrupts = <33>; + interrupt-parent = <&PIC>; + }; + + serial1: serial@12100 { + compatible = "ns16550"; + reg = <0x12100 0x20>; + reg-shift = <2>; + clock-frequency = <0>; + interrupts = <34>; + interrupt-parent = <&PIC>; + }; + + crypto@30000 { + compatible = "mrvl,cesa"; + reg = <0x30000 0x10000>; + interrupts = <22>; + interrupt-parent = <&PIC>; + + sram-handle = <&SRAM>; + }; + + usb@50000 { + compatible = "mrvl,usb-ehci", "usb-ehci"; + reg = <0x50000 0x1000>; + interrupts = <48 19>; + interrupt-parent = <&PIC>; + }; + + xor@60000 { + compatible = "mrvl,xor"; + reg = <0x60000 0x1000>; + interrupts = <5 6 7 8>; + interrupt-parent = <&PIC>; + }; + + sata@80000 { + compatible = "mrvl,sata"; + reg = <0x80000 0x6000>; + interrupts = <21>; + interrupt-parent = <&PIC>; + gpios = <&GPIO 29 1 0x00030000 /* GPIO[29]: IN_POL_LOW, IRQ (edge) */ + &GPIO 34 2 0x00000000>; /* GPIO[34]: OUT */ + }; + + sdio@90000 { + compatible = "mrvl,sdio"; + reg = <0x90000 0x134>; + interrupts = <28>; + interrupt-parent = <&PIC>; + + gpios = <&GPIO 29 1 0x00030000 /* GPIO[29]: IN_POL_LOW, IRQ (edge) */ + &GPIO 34 2 0x00000000>; /* GPIO[34]: OUT */ + + }; + }; + + SRAM: sram@fd000000 { + compatible = "mrvl,cesa-sram"; + reg = <0xfd000000 0x00100000>; + }; + + chosen { + stdin = "serial0"; + stdout = "serial0"; + }; + +}; Index: sys/arm/mv/kirkwood/files.dreamplug =================================================================== --- sys/arm/mv/kirkwood/files.dreamplug (revision 0) +++ sys/arm/mv/kirkwood/files.dreamplug (working copy) @@ -0,0 +1,4 @@ +# $FreeBSD:$ + +include "arm/mv/kirkwood/files.kirkwood" +arm/mv/kirkwood/dreamplug.c standard Index: sys/arm/mv/kirkwood/dreamplug.c =================================================================== --- sys/arm/mv/kirkwood/dreamplug.c (revision 0) +++ sys/arm/mv/kirkwood/dreamplug.c (working copy) @@ -0,0 +1,44 @@ +/*- + * Copyright (c) 2010 The FreeBSD Foundation + * All rights reserved. + * + * This software was developed by Semihalf under sponsorship from + * the FreeBSD Foundation. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + +#include +__FBSDID("$FreeBSD:$"); + +#include +#include + +#include + +int +fdt_pci_devmap(phandle_t node, struct pmap_devmap *devmap, vm_offset_t io_va, + vm_offset_t mem_va) +{ + + return (0); +} Index: sys/arm/mv/kirkwood/std.dreamplug =================================================================== --- sys/arm/mv/kirkwood/std.dreamplug (revision 0) +++ sys/arm/mv/kirkwood/std.dreamplug (working copy) @@ -0,0 +1,5 @@ +# $FreeBSD:$ + +include "../mv/std.mv" +include "../mv/kirkwood/std.kirkwood" +files "../mv/kirkwood/files.dreamplug" Index: sys/arm/conf/DREAMPLUG =================================================================== --- sys/arm/conf/DREAMPLUG (revision 0) +++ sys/arm/conf/DREAMPLUG (working copy) @@ -0,0 +1,245 @@ +# +# Custom kernel for Marvell DreamPlug devices. +# +# $FreeBSD:$ +# + +ident DREAMPLUG +include "../mv/kirkwood/std.dreamplug" + +options SOC_MV_KIRKWOOD +makeoptions MODULES_OVERRIDE="" + +#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +makeoptions WERROR="-Werror" + +options SCHED_4BSD #4BSD scheduler +options INET #InterNETworking +options INET6 #IPv6 communications protocols +options FFS #Berkeley Fast Filesystem +options MD_ROOT # MD is a potential root device +options NFSCL #New Network Filesystem Client +options NFSLOCKD #Network Lock Manager +options NFS_ROOT #NFS usable as /, requires NFSCL + +#bootp/dhcp for remote booting +#options BOOTP +#options BOOTP_NFSROOT +#options BOOTP_NFSV3 +#options BOOTP_WIRED_TO=mge0 + +# Root fs on USB device +options ROOTDEVNAME=\"ufs:/dev/da2s2\" + +options SYSVSHM #SYSV-style shared memory +options SYSVMSG #SYSV-style message queues +options SYSVSEM #SYSV-style semaphores +options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions +options MUTEX_NOINLINE +options RWLOCK_NOINLINE +options NO_FFS_SNAPSHOT +options NO_SWAPPING + + +# Debugging +#options ALT_BREAK_TO_DEBUGGER +options BREAK_TO_DEBUGGER +options DDB +#options DEADLKRES #Enable the deadlock resolver +#options DIAGNOSTIC +#options INVARIANTS #Enable calls of extra sanity checking +#options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS +options KDB +#options WITNESS #Enable checks to detect deadlocks and cycles +#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed +#options WITNESS_KDB +#options DEBUG + +# Serial ports +device uart + +#ata devices +device ata #base ata driver +options ATA_CAM # Handle legacy controllers with CAM +options ATA_STATIC_ID # Static device numbering + +# SCSI +options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI +device scbus # SCSI bus (required for SCSI) +device da # Direct Access (disks) +device sa +device cd # CD +device pass + +# SATA +device mvs #Marvell Sata driver +device ahci # AHCI-compatible SATA controllers + +# Partition support +options GEOM_PART_GPT +options GEOM_LABEL +options GEOM_ELI + +# UFS +options UFS_ACL +options UFS_DIRHASH +options UFS_GJOURNAL +options SOFTUPDATES + +# FAT support +options MSDOSFS + +# Misc FSs +options PROCFS +options EXT2FS +device mem +options PSEUDOFS #Pseudo-filesystem framework +options CD9660 #ISO 9660 filesystem +options VFS_AIO +options CD9660_ICONV + +# Sound +device sound +device snd_uaudio + +# Networking +device ether +device mge # Marvell Gigabit Ethernet controller +device mii +device miibus +device e1000phy +device bpf +options HZ=1000 +options DEVICE_POLLING +device vlan + +#Misc Extra Netwroking +options NETATALK #Appletalk communications protocols +options NETSMB #SMB/CIFS requester +options SMBFS #SMB/CIFS filesystem +options VFS_AIO + +# Pseudo devices. +device loop # Network loopback +device random # Entropy device +device ether # Ethernet support +device vlan # 802.1Q VLAN support +device tun # Packet tunnel. +device pty # BSD-style compatibility pseudo ttys +device md # Memory "disks" +device gif # IPv6 and IPv4 tunneling +device faith # IPv6-to-IPv4 relaying (translation) +device firmware # firmware assist module + +#crypto +device cesa # Marvell security engine +device crypto +device cryptodev + +#Wireless Networking +device wlan +options IEEE80211_DEBUG # enable debug msgs +options IEEE80211_SUPPORT_MESH # enable 802.11s draft support +device wlan_wep # 802.11 WEP support +device wlan_ccmp # 802.11 CCMP support +device wlan_tkip # 802.11 TKIP support +device wlan_amrr # AMRR transmit rate control algorithm + +# USB DEBUG +#options USB_DEBUG # enable debug msgs +#options USB_REQ_DEBUG + +# USB support +device usb # USB Bus (required) +device ehci # EHCI PCI->USB interface (USB 2.0) +device umass # Disks/Mass storage - Requires scbus and da +device usfs +device uhid +device ums + +#USB WIFI +device rum # Ralink Technology RT2501USB wireless NICs +device uath # Atheros AR5523 wireless NICs +device ural # Ralink Technology RT2500USB wireless NICs +device zyd # ZyDAS zb1211/zb1211b wireless NICs +device urtw # Realtek RTL8187B/L USB +device upgt # Conexant/Intersil PrismGT SoftMAC USB + +# USB Serial devices +device u3g # USB-based 3G modems (Option, Huawei, Sierra) +#options U3G_DEBUG + +#USB Over Ethernet +device cdce # Generic USB over Ethernet + +# MMC/SD (Currently not supported) +#device mv_sdio +#device mmc +#device mmcsd +#device sdhci + +#BLUETOOTH + +# I2C (TWSI) +device iic +device iicbus +device icee + +options LIBICONV +options LIBMCHAIN + +# Flattened Device Tree +options FDT +options FDT_DTB_STATIC +makeoptions FDT_DTS_FILE=dreamplug.dts + +#FireWall +device if_bridge + +# Encapsulating Interface +device enc + +# IPSec +options IPSEC +options IPSEC_NAT_T +options TCP_SIGNATURE #include support for RFC 2385 + +# IPFW support +options IPFIREWALL +options IPFIREWALL_DEFAULT_TO_ACCEPT +options IPFIREWALL_FORWARD +options IPFIREWALL_VERBOSE +options IPFIREWALL_VERBOSE_LIMIT=100 +options DUMMYNET +options IPDIVERT + +# altq(9). Enable the base part of the hooks with the ALTQ option. +# Individual disciplines must be built into the base system and can not be +# loaded as modules at this point. ALTQ requires a stable TSC so if yours is +# broken or changes with CPU throttling then you must also have the ALTQ_NOPCC +# option. +options ALTQ +options ALTQ_CBQ # Class Based Queueing +options ALTQ_RED # Random Early Detection +options ALTQ_RIO # RED In/Out +options ALTQ_HFSC # Hierarchical Packet Scheduler +options ALTQ_CDNR # Traffic conditioner +options ALTQ_PRIQ # Priority Queueing +options ALTQ_NOPCC # Required if the TSC is unusable +#options ALTQ_DEBUG + +# MROUTING enables the kernel multicast packet forwarder, which works +# with mrouted and XORP. +options MROUTING # Multicast routing + +# Add multiple route table support +options ROUTETABLES=16 + +# eliminating data copies on socket reads and writes. +# man 9 zero_copy +options ZERO_COPY_SOCKETS + +#PF +device pf +device pflog +device pfsync --------------040705030004020802050801-- From owner-freebsd-arm@FreeBSD.ORG Sun Jul 15 17:17:57 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 293721065672 for ; Sun, 15 Jul 2012 17:17:57 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from cpsmtpb-ews08.kpnxchange.com (cpsmtpb-ews08.kpnxchange.com [213.75.39.13]) by mx1.freebsd.org (Postfix) with ESMTP id A62C78FC12 for ; Sun, 15 Jul 2012 17:17:56 +0000 (UTC) Received: from cpsps-ews06.kpnxchange.com ([10.94.84.173]) by cpsmtpb-ews08.kpnxchange.com with Microsoft SMTPSVC(6.0.3790.4675); Sun, 15 Jul 2012 19:16:48 +0200 Received: from CPSMTPM-TLF101.kpnxchange.com ([195.121.3.4]) by cpsps-ews06.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 15 Jul 2012 19:16:47 +0200 Received: from sjakie.klop.ws ([212.182.167.131]) by CPSMTPM-TLF101.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Sun, 15 Jul 2012 19:16:47 +0200 Received: from 212-182-167-131.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id 5BCBC2083 for ; Sun, 15 Jul 2012 19:16:46 +0200 (CEST) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: freebsd-arm@freebsd.org References: <5002E1C7.7090605@gmail.com> Date: Sun, 15 Jul 2012 19:16:42 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: <5002E1C7.7090605@gmail.com> User-Agent: Opera Mail/12.00 (FreeBSD) X-OriginalArrivalTime: 15 Jul 2012 17:16:47.0917 (UTC) FILETIME=[9DC155D0:01CD62AD] X-RcptDomain: freebsd.org Subject: Re: updated diff with dreamplug basic files X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2012 17:17:57 -0000 On Sun, 15 Jul 2012 17:29:11 +0200, Richard E Neese wrote: > these are the needed dreamplug parts for building arm for the dreamplug. > > > gonzo and I are working to patch the base to fix a usb issue. That > currently breaks dreamplug/sheevaplug/dockstar builds on 9.x and current Can you elaborate on this usb issue a bit? Is it safe to update my 'Fri May 4 13:52:44 CEST 2012 9.0-STABLE' sheevaplug which boots from usb-stick to a more recent 9.0-STABLE? Regards, Ronald. From owner-freebsd-arm@FreeBSD.ORG Mon Jul 16 02:28:38 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 866951065670; Mon, 16 Jul 2012 02:28:38 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id 567F28FC1B; Mon, 16 Jul 2012 02:28:38 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q6G2Sb28064434; Sun, 15 Jul 2012 22:28:37 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q6G2SbmN064433; Mon, 16 Jul 2012 02:28:37 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 16 Jul 2012 02:28:37 GMT Message-Id: <201207160228.q6G2SbmN064433@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2012 02:28:38 -0000 TB --- 2012-07-16 01:30:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-07-16 01:30:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-07-16 01:30:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-07-16 01:30:00 - cleaning the object tree TB --- 2012-07-16 01:30:00 - cvsupping the source tree TB --- 2012-07-16 01:30:00 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-07-16 01:31:10 - building world TB --- 2012-07-16 01:31:10 - CROSS_BUILD_TESTING=YES TB --- 2012-07-16 01:31:10 - MAKEOBJDIRPREFIX=/obj TB --- 2012-07-16 01:31:10 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-07-16 01:31:10 - SRCCONF=/dev/null TB --- 2012-07-16 01:31:10 - TARGET=arm TB --- 2012-07-16 01:31:10 - TARGET_ARCH=arm TB --- 2012-07-16 01:31:10 - TZ=UTC TB --- 2012-07-16 01:31:10 - __MAKE_CONF=/dev/null TB --- 2012-07-16 01:31:10 - cd /src TB --- 2012-07-16 01:31:10 - /usr/bin/make -B buildworld >>> World build started on Mon Jul 16 01:31:10 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/atalk.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/mroute6.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/ipsec.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/bpf.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/pfkey.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/sctp.c /src/usr.bin/netstat/sctp.c: In function 'sctp_print_address': /src/usr.bin/netstat/sctp.c:201: error: 'union sctp_sockstore' has no member named 'sin' *** Error code 1 Stop in /src/usr.bin/netstat. *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-07-16 02:28:37 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-07-16 02:28:37 - ERROR: failed to build world TB --- 2012-07-16 02:28:37 - 2256.27 user 535.49 system 3516.55 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Mon Jul 16 07:18:15 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 074FE1065670; Mon, 16 Jul 2012 07:18:15 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) by mx1.freebsd.org (Postfix) with ESMTP id C3B0B8FC0A; Mon, 16 Jul 2012 07:18:14 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id q6G7IDrD021528; Mon, 16 Jul 2012 03:18:13 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id q6G7IDst021527; Mon, 16 Jul 2012 07:18:13 GMT (envelope-from tinderbox@freebsd.org) Date: Mon, 16 Jul 2012 07:18:13 GMT Message-Id: <201207160718.q6G7IDst021527@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Precedence: bulk Cc: Subject: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2012 07:18:15 -0000 TB --- 2012-07-16 06:10:00 - tinderbox 2.9 running on freebsd-current.sentex.ca TB --- 2012-07-16 06:10:00 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2012-07-16 06:10:00 - starting HEAD tinderbox run for arm/arm TB --- 2012-07-16 06:10:00 - cleaning the object tree TB --- 2012-07-16 06:13:43 - cvsupping the source tree TB --- 2012-07-16 06:13:43 - /usr/bin/csup -z -r 3 -g -L 1 -h cvsup.sentex.ca /tinderbox/HEAD/arm/arm/supfile TB --- 2012-07-16 06:16:26 - building world TB --- 2012-07-16 06:16:26 - CROSS_BUILD_TESTING=YES TB --- 2012-07-16 06:16:26 - MAKEOBJDIRPREFIX=/obj TB --- 2012-07-16 06:16:26 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2012-07-16 06:16:26 - SRCCONF=/dev/null TB --- 2012-07-16 06:16:26 - TARGET=arm TB --- 2012-07-16 06:16:26 - TARGET_ARCH=arm TB --- 2012-07-16 06:16:26 - TZ=UTC TB --- 2012-07-16 06:16:26 - __MAKE_CONF=/dev/null TB --- 2012-07-16 06:16:26 - cd /src TB --- 2012-07-16 06:16:26 - /usr/bin/make -B buildworld >>> World build started on Mon Jul 16 06:16:29 UTC 2012 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/atalk.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/mroute6.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/ipsec.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/bpf.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/pfkey.c cc -O -pipe -fno-strict-aliasing -DIPSEC -DSCTP -DINET6 -DNETGRAPH -DIPX -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -c /src/usr.bin/netstat/sctp.c /src/usr.bin/netstat/sctp.c: In function 'sctp_print_address': /src/usr.bin/netstat/sctp.c:201: error: 'union sctp_sockstore' has no member named 'sin' *** Error code 1 Stop in /src/usr.bin/netstat. *** Error code 1 Stop in /src/usr.bin. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. *** Error code 1 Stop in /src. TB --- 2012-07-16 07:18:13 - WARNING: /usr/bin/make returned exit code 1 TB --- 2012-07-16 07:18:13 - ERROR: failed to build world TB --- 2012-07-16 07:18:13 - 2256.41 user 544.48 system 4092.46 real http://tinderbox.freebsd.org/tinderbox-head-HEAD-arm-arm.full From owner-freebsd-arm@FreeBSD.ORG Mon Jul 16 11:08:43 2012 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D3701065676 for ; Mon, 16 Jul 2012 11:08:43 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 674898FC21 for ; Mon, 16 Jul 2012 11:08:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q6GB8hUF093907 for ; Mon, 16 Jul 2012 11:08:43 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q6GB8f9X093904 for freebsd-arm@FreeBSD.org; Mon, 16 Jul 2012 11:08:41 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 16 Jul 2012 11:08:41 GMT Message-Id: <201207161108.q6GB8f9X093904@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-arm@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-arm@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jul 2012 11:08:43 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o arm/166256 arm build fail in pmap.c o arm/162159 arm [panic] USB errors leading to panic on DockStar 9.0-RC o arm/161110 arm /usr/src/sys/arm/include/signal.h is bad o arm/161044 arm devel/icu does not build on arm o arm/158950 arm arm/sheevaplug fails fsx when mmap operations are enab o arm/156814 arm OpenRD Ultimate does not boot on DB-88F6XXX or SHEEVAP o arm/155894 arm [patch] Enable at91 booting from SDHC (high capacity) o arm/155214 arm [patch] MMC/SD IO slow on Atmel ARM with modern large o arm/154227 arm [geli] using GELI leads to panic on ARM o arm/153380 arm Panic / translation fault with wlan on ARM o arm/150581 arm [irq] Unknown error generates IRQ address decoding err o arm/149288 arm mail/dovecot causes panic during configure on Sheevapl o arm/134368 arm [patch] nslu2_led driver for the LEDs on the NSLU2 p arm/134338 arm [patch] Lock GPIO accesses on ixp425 14 problems total. From owner-freebsd-arm@FreeBSD.ORG Tue Jul 17 03:54:11 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 318BC1065670 for ; Tue, 17 Jul 2012 03:54:11 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id DF87D8FC16 for ; Tue, 17 Jul 2012 03:54:10 +0000 (UTC) Received: by ggnm2 with SMTP id m2so6654733ggn.13 for ; Mon, 16 Jul 2012 20:54:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=Q1Rday9wyYnQ8l+vMrhEODEGx2Ns60oEUuuWiP1eEXc=; b=UqeYMhJTjP/iQc1j/+NbV945qp6f/Ca2pqopbkqnA+UMTvaCbDNvGP1TtJ48uzAEbc 38YCvgNXA7yVSqgq48U2VkH1mZfeDnmB2Z7GluapwYLE1zYsOwppzPk7cxYOlc17HnB0 3mKfZP9RYpoxAQpTTtPZYmg/o5RgTtCFjZPQBRAoZ9S9YwmqM4V8ErRB0FZ+WPd9qYE+ J/KXq/zeWHCF4WNvdrXfH9Doh9d1Gr9c9xEjdIUGYJz05cER6CdBLoxMsjx+2tEdZK6U Dl6rIFPPl/QAY9vssbLfiQN2gJFAbQrH2xmgCvzql0Yg/rN6PjGCx97eX4aLZNFoxgcl kbIg== Received: by 10.236.79.103 with SMTP id h67mr636447yhe.70.1342497250239; Mon, 16 Jul 2012 20:54:10 -0700 (PDT) Received: from [127.0.0.1] ([97.100.0.41]) by mx.google.com with ESMTPS id i65sm32621754yhb.3.2012.07.16.20.54.09 (version=SSLv3 cipher=OTHER); Mon, 16 Jul 2012 20:54:09 -0700 (PDT) Message-ID: <5004E1E0.8050606@gmail.com> Date: Mon, 16 Jul 2012 23:54:08 -0400 From: Richard E Neese User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-arm@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: issue fixed other then new dts files and c files X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jul 2012 03:54:11 -0000 Thanks to gonzo-'s work dreamplug/sheevaplug/guruplug/dockstarunits should build correctly now with out the usb point of fail. A call to all dreamplug owners . can you please contact me with the model you have and the specs on it if it is not a v10 of the plug. I need info on v9 and v8 to make shure the dts files get added in with the proper info. things I need is a full spec of the unit nand or SPI flash esata/no-esata and all the other basics you can give me also need to know if you have a 88w8688 From owner-freebsd-arm@FreeBSD.ORG Wed Jul 18 04:07:50 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DF386106564A for ; Wed, 18 Jul 2012 04:07:50 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qc0-f182.google.com (mail-qc0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 953048FC0C for ; Wed, 18 Jul 2012 04:07:49 +0000 (UTC) Received: by qcsg15 with SMTP id g15so837411qcs.13 for ; Tue, 17 Jul 2012 21:07:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=wUhkQK/A2zJt7NcNLjjScdzxFlaTjZQ52TxWTnibVr8=; b=oJv6QvjfhtzpzbyrHDyw7lNwEGCjajft9ImNHBLM4seunwIkBldfHOWO1yUiggx77b ecSZu2bI4fgRR2JTjojxoNRPjJab+RHVTy6Lj5LRGgvV1mak/7SxYB+pIfyFbxgYEFjL N+j1JOp4DehkXQhUkuI1KE2BMg24VcleV5WVm8SLe97350m18keLoQLIgL3jA2hdqGKZ 4uoIl4AdcwCQ77uoeOAX/dUMYx+x/Mgjepf8/c41VYaE8o5VON1STiAnaxXNc+ApgvDL aQxhvw/EEOq4l4ldOQE7xAYM6xydgeDMEBpw0P4sjkoEQ1y5rkzZkMaYKiC59iaecJJB Bkww== MIME-Version: 1.0 Received: by 10.229.135.143 with SMTP id n15mr730647qct.77.1342584469448; Tue, 17 Jul 2012 21:07:49 -0700 (PDT) Received: by 10.229.235.81 with HTTP; Tue, 17 Jul 2012 21:07:49 -0700 (PDT) Date: Wed, 18 Jul 2012 12:07:49 +0800 Message-ID: From: Alie Tan To: freebsd-arm@freebsd.org X-Gm-Message-State: ALoCoQlc3FwgMMtHkfESxwwzedkjB+3Rk1jNG+cv3rVEmBQKuQGd+f7LG0rpRt5E41VDVZFd1Yq+ Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Optimised ARMv6 memcpy() and memset() implementations X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 04:07:51 -0000 Hi, >From this article: http://www.raspberrypi.org/archives/1605 and http://www.raspbian.org/ Seems we can re-use their memcpy() and memset() implementation? CMIIW since i am not familiar with this thing. Thanks From owner-freebsd-arm@FreeBSD.ORG Wed Jul 18 19:35:54 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A9608106566B; Wed, 18 Jul 2012 19:35:54 +0000 (UTC) (envelope-from adutkowski@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 5B1988FC0A; Wed, 18 Jul 2012 19:35:54 +0000 (UTC) Received: by obbun3 with SMTP id un3so3373682obb.13 for ; Wed, 18 Jul 2012 12:35:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=DtQUPQmDOT3h3d4bfUhorokslVrd0AyMdAU2pZda6AA=; b=XRGG4Vkn3iLTPAnumRXIg4OkroEZGNOwmC59jfT7ksc91SmYfc1BilUULFJzkhviHj pE9lcAOR5ArHtW7/itqYmhCtsMHiNdiyD8JkHBM4ojtQ7rJyEkPVMd/HE8W4RkS9tmyl lFO3XbLv1poIS93NOdmpmgPtkY3oLKvlE9IKXHbclr71gMfyga74ch0+x45HWMqlSu/B gb1Wi63fYW07RyW0qAy9F/Rz06NBACXELstrH2SjJLoPRimoSnlBgcyopO5GYL6SeZ/2 TYHxrYJRkyU6XMqcMr6zrsemtFxDGVcOSqGyc8ayb63DhwwzmquAAeo+D1Gb2SFt9jnX Ur4A== MIME-Version: 1.0 Received: by 10.182.12.74 with SMTP id w10mr2990676obb.54.1342640153874; Wed, 18 Jul 2012 12:35:53 -0700 (PDT) Received: by 10.76.172.168 with HTTP; Wed, 18 Jul 2012 12:35:53 -0700 (PDT) In-Reply-To: References: <1340921715.1110.100.camel@revolution.hippie.lan> <3AB368CC-BE8B-4058-A342-763B8C073800@bsdimp.com> <576FE101-93B7-46D6-B38D-A28EF18CFFC2@freebsd.org> <3A793074-C6CE-4795-9D10-7EF33E2F4479@freebsd.org> <7D5A585B-BDEA-476D-9818-044EAD395986@bsdimp.com> Date: Wed, 18 Jul 2012 21:35:53 +0200 Message-ID: From: Aleksander Dutkowski To: Warner Losh , kientzle@freebsd.org, arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: TARGET_ARCH=armv6 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 19:35:54 -0000 hello! I am following your conversation about removing TARGET_CPUTYPE. I am not sure if everyone has that, but my latest world is crashing. $ MAKEOBJDIRPREFIX=3D/home/alek/armv6_obj make buildworld ARCH=3Darm TARGET_ARCH=3Darmv6 [...] =3D=3D=3D> bin/expr (all) cc -O -pipe -std=3Dgnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c expr.c cc1: warnings being treated as errors /usr/home/alek/armv6/bin/expr/expr.y: In function 'main': /usr/home/alek/armv6/bin/expr/expr.y:291: warning: implicit declaration of function 'yyparse' /usr/home/alek/armv6/bin/expr/expr.y:291: warning: nested extern declaration of 'yyparse' expr.c: At top level: expr.c:813: warning: no previous prototype for 'yyparse' *** [expr.o] Error code 1 Stop in /usr/home/alek/armv6/bin/expr. *** [all] Error code 1 Stop in /usr/home/alek/armv6/bin. *** [bin.all__D] Error code 1 Stop in /usr/home/alek/armv6. *** [everything] Error code 1 Stop in /usr/home/alek/armv6. *** Error code 1 Stop in /usr/home/alek/armv6. On Tue, Jul 10, 2012 at 7:24 AM, Warner Losh wrote: > > On Jul 9, 2012, at 10:52 PM, Tim Kientzle wrote: > >>>>>> >>>>> >>>>> This looks good enough to commit to the projects/armv6 branch. >>>> >>>> Done. >>>> >>>> Please try TARGET_ARCH=3Darmv6 and let me know >>>> what breaks. I just found that native "make buildworld" >>>> miscompiles rtld. Fortunately, disassembling the good >>>> and bad versions only shows a few differences, so I'm >>>> tracking those down. >> >> More missing pieces: >> * 'make universe' doesn't yet know about armv6 > > Easy enough to add :) > >> * I don't know how 'make universe' can distinguish between 'arm' kernel= s and 'armv6' kernels. Any ideas? > > The machine line. However, I tried to get the armeb and arm kernels dist= inguished, but that failed. I'll try again to fix it later, and then you c= an use something similar for armv6. Also, we're getting enough ARM kernels= I though about adding a NOUNIVERSE line to some of the more bizarre Atmel = ones... > >> More generally: >> * What's required before the 'armv6' tree can be merged into -CURRENT? > > PROFIT! > > Honestly, I'm not sure, just had to say that. > > Warner > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" --=20 pozdrawiam Aleksander Dutkowski From owner-freebsd-arm@FreeBSD.ORG Wed Jul 18 19:57:38 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFBAC106566C for ; Wed, 18 Jul 2012 19:57:38 +0000 (UTC) (envelope-from erikses@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 24F718FC0C for ; Wed, 18 Jul 2012 19:57:37 +0000 (UTC) Received: by bkcje9 with SMTP id je9so1944937bkc.13 for ; Wed, 18 Jul 2012 12:57:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=7Z0GgyYZLmNQ3kNB631w0wyCzYxoCMsKcAEz8Y/KpvQ=; b=JuCbyiCYeT4qjUzu1c3O41JHeyleULysZ/ooSNKpQadoUlLqCDnIgJg2cji0vFPRP6 kiLQ1nbj4WyAOTYc5xbNoLfUyGW7pcgEtKoQJr0klLSiobMnHbykIBI/hNAQ5GhPL+ox ePogpncReaiH2C55NLLGSxgB3o2BT7RGDlUdApHEDXvyphBlL97pOefOe8HRyB9SW6CP a9gX98lPNPIk7EHVIVeIEa7w9muphISPd6vVrojLRn5icN29gerK75dvTK9RgGf5ZIxJ SzIvqeE2f29PLfsQDDZPiBTEQSsPrk1OpBMa7x/cTThSNFbzml+a01zca7xxmIwSpu/M BvkA== Received: by 10.205.139.6 with SMTP id iu6mr2621751bkc.20.1342641456923; Wed, 18 Jul 2012 12:57:36 -0700 (PDT) Received: from [192.168.16.3] (r5.toya.net.pl. [85.89.187.38]) by mx.google.com with ESMTPS id u8sm12540707bks.0.2012.07.18.12.57.35 (version=SSLv3 cipher=OTHER); Wed, 18 Jul 2012 12:57:36 -0700 (PDT) Message-ID: <5007152F.5020000@gmail.com> Date: Wed, 18 Jul 2012 21:57:35 +0200 From: "Stanislaw W." User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: freebsd-arm@freebsd.org, Aleksander Dutkowski References: <1340921715.1110.100.camel@revolution.hippie.lan> <3AB368CC-BE8B-4058-A342-763B8C073800@bsdimp.com> <576FE101-93B7-46D6-B38D-A28EF18CFFC2@freebsd.org> <3A793074-C6CE-4795-9D10-7EF33E2F4479@freebsd.org> <7D5A585B-BDEA-476D-9818-044EAD395986@bsdimp.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: TARGET_ARCH=armv6 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2012 19:57:38 -0000 Hi, it is stopping because : cc1: warnings being treated as errors you can set the flag WERROR=0 to disable it setenv WERROR=0* or* setenv NO_WERROR=1 Stanislaw. W dniu 18.07.2012 21:35, Aleksander Dutkowski pisze: > hello! > > I am following your conversation about removing TARGET_CPUTYPE. I am > not sure if everyone has that, but my latest world is crashing. > > $ MAKEOBJDIRPREFIX=/home/alek/armv6_obj make buildworld ARCH=arm > TARGET_ARCH=armv6 > [...] > ===> bin/expr (all) > cc -O -pipe -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k > -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c expr.c > cc1: warnings being treated as errors > /usr/home/alek/armv6/bin/expr/expr.y: In function 'main': > /usr/home/alek/armv6/bin/expr/expr.y:291: warning: implicit > declaration of function 'yyparse' > /usr/home/alek/armv6/bin/expr/expr.y:291: warning: nested extern > declaration of 'yyparse' > expr.c: At top level: > expr.c:813: warning: no previous prototype for 'yyparse' > *** [expr.o] Error code 1 > > Stop in /usr/home/alek/armv6/bin/expr. > *** [all] Error code 1 > > Stop in /usr/home/alek/armv6/bin. > *** [bin.all__D] Error code 1 > > Stop in /usr/home/alek/armv6. > *** [everything] Error code 1 > > Stop in /usr/home/alek/armv6. > *** Error code 1 > > Stop in /usr/home/alek/armv6. > > On Tue, Jul 10, 2012 at 7:24 AM, Warner Losh wrote: >> On Jul 9, 2012, at 10:52 PM, Tim Kientzle wrote: >> >>>>>>> >>>>>> This looks good enough to commit to the projects/armv6 branch. >>>>> Done. >>>>> >>>>> Please try TARGET_ARCH=armv6 and let me know >>>>> what breaks. I just found that native "make buildworld" >>>>> miscompiles rtld. Fortunately, disassembling the good >>>>> and bad versions only shows a few differences, so I'm >>>>> tracking those down. >>> More missing pieces: >>> * 'make universe' doesn't yet know about armv6 >> Easy enough to add :) >> >>> * I don't know how 'make universe' can distinguish between 'arm' kernels and 'armv6' kernels. Any ideas? >> The machine line. However, I tried to get the armeb and arm kernels distinguished, but that failed. I'll try again to fix it later, and then you can use something similar for armv6. Also, we're getting enough ARM kernels I though about adding a NOUNIVERSE line to some of the more bizarre Atmel ones... >> >>> More generally: >>> * What's required before the 'armv6' tree can be merged into -CURRENT? >> PROFIT! >> >> Honestly, I'm not sure, just had to say that. >> >> Warner >> >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" > > From owner-freebsd-arm@FreeBSD.ORG Thu Jul 19 05:26:23 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BAC8106564A for ; Thu, 19 Jul 2012 05:26:23 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id D672B8FC17 for ; Thu, 19 Jul 2012 05:26:22 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q6J5QDmG078310; Thu, 19 Jul 2012 05:26:13 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id pqs29fu2cutrkdmsjskjuzjqq2; Thu, 19 Jul 2012 05:26:13 +0000 (UTC) (envelope-from kientzle@freebsd.org) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Tim Kientzle In-Reply-To: Date: Wed, 18 Jul 2012 22:26:11 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <1CA1AE7F-9CA1-4035-BFF5-20961DAA3BEB@freebsd.org> References: <1340921715.1110.100.camel@revolution.hippie.lan> <3AB368CC-BE8B-4058-A342-763B8C073800@bsdimp.com> <576FE101-93B7-46D6-B38D-A28EF18CFFC2@freebsd.org> <3A793074-C6CE-4795-9D10-7EF33E2F4479@freebsd.org> <7D5A585B-BDEA-476D-9818-044EAD395986@bsdimp.com> To: Aleksander Dutkowski X-Mailer: Apple Mail (2.1278) Cc: arm@freebsd.org Subject: Re: TARGET_ARCH=armv6 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 05:26:23 -0000 I recently brought over some changes to the armv6 project tree to build correctly with the new byacc that was imported into -CURRENT. But I did not bring over all of the buildworld fixes to correctly choose whether to build a new byacc. So you either need a very recent -CURRENT (after the byacc import) or need to merge over the buildworld fixes. Tim On Jul 18, 2012, at 12:35 PM, Aleksander Dutkowski wrote: > hello! >=20 > I am following your conversation about removing TARGET_CPUTYPE. I am > not sure if everyone has that, but my latest world is crashing. >=20 > $ MAKEOBJDIRPREFIX=3D/home/alek/armv6_obj make buildworld ARCH=3Darm > TARGET_ARCH=3Darmv6 > [...] > =3D=3D=3D> bin/expr (all) > cc -O -pipe -std=3Dgnu99 -Wsystem-headers -Werror -Wall = -Wno-format-y2k > -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch > -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline > -Wnested-externs -Wredundant-decls -Wold-style-definition > -Wno-pointer-sign -c expr.c > cc1: warnings being treated as errors > /usr/home/alek/armv6/bin/expr/expr.y: In function 'main': > /usr/home/alek/armv6/bin/expr/expr.y:291: warning: implicit > declaration of function 'yyparse' > /usr/home/alek/armv6/bin/expr/expr.y:291: warning: nested extern > declaration of 'yyparse' > expr.c: At top level: > expr.c:813: warning: no previous prototype for 'yyparse' > *** [expr.o] Error code 1 >=20 > Stop in /usr/home/alek/armv6/bin/expr. > *** [all] Error code 1 >=20 > Stop in /usr/home/alek/armv6/bin. > *** [bin.all__D] Error code 1 >=20 > Stop in /usr/home/alek/armv6. > *** [everything] Error code 1 >=20 > Stop in /usr/home/alek/armv6. > *** Error code 1 >=20 > Stop in /usr/home/alek/armv6. >=20 > On Tue, Jul 10, 2012 at 7:24 AM, Warner Losh wrote: >>=20 >> On Jul 9, 2012, at 10:52 PM, Tim Kientzle wrote: >>=20 >>>>>>> >>>>>>=20 >>>>>> This looks good enough to commit to the projects/armv6 branch. >>>>>=20 >>>>> Done. >>>>>=20 >>>>> Please try TARGET_ARCH=3Darmv6 and let me know >>>>> what breaks. I just found that native "make buildworld" >>>>> miscompiles rtld. Fortunately, disassembling the good >>>>> and bad versions only shows a few differences, so I'm >>>>> tracking those down. >>>=20 >>> More missing pieces: >>> * 'make universe' doesn't yet know about armv6 >>=20 >> Easy enough to add :) >>=20 >>> * I don't know how 'make universe' can distinguish between 'arm' = kernels and 'armv6' kernels. Any ideas? >>=20 >> The machine line. However, I tried to get the armeb and arm kernels = distinguished, but that failed. I'll try again to fix it later, and = then you can use something similar for armv6. Also, we're getting = enough ARM kernels I though about adding a NOUNIVERSE line to some of = the more bizarre Atmel ones... >>=20 >>> More generally: >>> * What's required before the 'armv6' tree can be merged into = -CURRENT? >>=20 >> PROFIT! >>=20 >> Honestly, I'm not sure, just had to say that. >>=20 >> Warner >>=20 >> _______________________________________________ >> freebsd-arm@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-arm >> To unsubscribe, send any mail to = "freebsd-arm-unsubscribe@freebsd.org" >=20 >=20 >=20 > --=20 > pozdrawiam > Aleksander Dutkowski >=20 >=20 From owner-freebsd-arm@FreeBSD.ORG Thu Jul 19 05:27:56 2012 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 678251065672 for ; Thu, 19 Jul 2012 05:27:56 +0000 (UTC) (envelope-from kientzle@freebsd.org) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 398128FC0A for ; Thu, 19 Jul 2012 05:27:56 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q6J5RsNn078325; Thu, 19 Jul 2012 05:27:54 GMT (envelope-from kientzle@freebsd.org) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id t4vj87ajziaysmjw7sc2usgia6; Thu, 19 Jul 2012 05:27:54 +0000 (UTC) (envelope-from kientzle@freebsd.org) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=iso-8859-1 From: Tim Kientzle In-Reply-To: Date: Wed, 18 Jul 2012 22:27:53 -0700 Content-Transfer-Encoding: 7bit Message-Id: <9733854D-DCD8-4D2F-9E00-C52405363CA7@freebsd.org> References: <1340921715.1110.100.camel@revolution.hippie.lan> <3AB368CC-BE8B-4058-A342-763B8C073800@bsdimp.com> <576FE101-93B7-46D6-B38D-A28EF18CFFC2@freebsd.org> <3A793074-C6CE-4795-9D10-7EF33E2F4479@freebsd.org> <7D5A585B-BDEA-476D-9818-044EAD395986@bsdimp.com> To: Aleksander Dutkowski X-Mailer: Apple Mail (2.1278) Cc: arm@freebsd.org Subject: Re: TARGET_ARCH=armv6 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 05:27:56 -0000 On Jul 18, 2012, at 12:35 PM, Aleksander Dutkowski wrote: > hello! > > I am following your conversation about removing TARGET_CPUTYPE. I am > not sure if everyone has that, but my latest world is crashing. > > $ MAKEOBJDIRPREFIX=/home/alek/armv6_obj make buildworld ARCH=arm > TARGET_ARCH=armv6 Why are you specifying both ARCH= and TARGET_ARCH= ? I have not tried building like that; I'm not sure if it is supposed to work or not. Tim From owner-freebsd-arm@FreeBSD.ORG Thu Jul 19 11:33:10 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 91EE81065672 for ; Thu, 19 Jul 2012 11:33:10 +0000 (UTC) (envelope-from jensrasmus@gmail.com) Received: from mail-qc0-f173.google.com (mail-qc0-f173.google.com [209.85.216.173]) by mx1.freebsd.org (Postfix) with ESMTP id 4B2898FC14 for ; Thu, 19 Jul 2012 11:33:10 +0000 (UTC) Received: by qcab12 with SMTP id b12so1834903qca.18 for ; Thu, 19 Jul 2012 04:33:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Zk9DUudWD0NtN5s8phZvr/E/HDD3D8//xDZdlE0jPSM=; b=UkQSPjlcWwmxLDAuSswWrk/nXmyzIoYHHL23kS+7pjf3tMTNLJKzCE6BmAK/naBHQQ mkCHF0fB3TKrDKYejfQbk7J/Z8nRgdfBzxhEMNkhW9KWop9ZUNcsol37dd1gqAfNO/Gt psXUek8rpc+5u/Qr20noV+D1UyRIUjkciqJqRObRZvGDaU63KDfwCJJBsser3nHKpK7E KYZKyMTV44FQ40gWKpwxcg4XONLIJlGeerXBlojJsc2dVr13yHepTIVwUk7Cgit0obhM 4VoblZIg17cMzZrAfgX4sm+djieVVH3fYrSLvNo+jBPbn1o+MVjy+12iiCDIj/UV/8IA zfkg== MIME-Version: 1.0 Received: by 10.229.137.76 with SMTP id v12mr671589qct.64.1342697584198; Thu, 19 Jul 2012 04:33:04 -0700 (PDT) Received: by 10.229.13.17 with HTTP; Thu, 19 Jul 2012 04:33:04 -0700 (PDT) Date: Thu, 19 Jul 2012 13:33:04 +0200 Message-ID: From: Jens Rasmus Liland To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Major compile time errors after upgrading hdd and major version on FreeBSD/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 11:33:10 -0000 Hello. I've posted a thread in the FreeBSD forums ( http://forums.freebsd.org/showthread.php?p=184467#post184467 ), but this would be a more proper place. I run FreeBSD/arm on the Marvell Sheevaplug. After upgrading to RELENG_9 and a new IDE HDD (WDC WD16 00AAJB-00J3A0) for my usb hdd enclosure, I am having issues doing # make buildworld in /usr/src, as well as building every port I can think of, e.g. doing # make install in /usr/ports/www/nginx. # make buildworld is giving this error: --- CODE START --- cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -I/usr/obj/usr/src/tmp/legacy/usr/include -L/usr/obj/usr/src/tmp/legacy/usr/lib -o gencondmd gencondmd.o./gencondmd > insn-conditions.md./genattrtab /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config/arm/arm.md insn-conditions.md > insn-attrtab.c cc -O -pipe -I. -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=\"/usr\" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcclibs/libdecnumber -g -DGENERATOR_FILE -DHAVE_CONFIG_H -I/usr/obj/usr/src/tmp/legacy/usr/include -c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c:8095:1: warning: null character(s) ignored /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c: In function 'output_min_insn_conflict_delay_func': /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c:8095: error: 'NAME' undeclared (first use in this function) /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c:8095: error: (Each undeclared identifier is reported only once /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c:8095: error: for each function it appears in.) *** Error code 1 Stop in /usr/src/gnu/usr.bin/cc/cc_tools. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. frodo# --- CODE STOP --- and all the ports are giving the same error, e.g. in the case of www/nginx: --- CODE START --- [...] ===> License BSD accepted by the user ===> Found saved configuration for nginx-1.2.2,1 => SHA256 Checksum mismatch for nginx-1.2.2.tar.gz. ===> Giving up on fetching files: nginx-1.2.2.tar.gz Make sure the Makefile and distinfo file (/usr/ports/www/nginx/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop in /usr/ports/www/nginx. *** Error code 1 Stop in /usr/ports/www/nginx. *** Error code 1 Stop in /usr/ports/www/nginx. frodo# --- CODE STOP --- Saying something about a checksum mismatch. I've tried deleting /usr/ports as well as /usr/src and getting a fresh csup from cvsup2.se.FreeBSD.org, but these errors seem to persist. /Rasmus From owner-freebsd-arm@FreeBSD.ORG Thu Jul 19 16:29:43 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8FCBE106564A; Thu, 19 Jul 2012 16:29:43 +0000 (UTC) (envelope-from davidkallie@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id E68B48FC19; Thu, 19 Jul 2012 16:29:42 +0000 (UTC) Received: by bkcje9 with SMTP id je9so2773698bkc.13 for ; Thu, 19 Jul 2012 09:29:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=RIe0SyJg0qkuD4x84HWct5mmAgvNlUHiRay4C4tiDV8=; b=QiVJBk4LBPjT5vGSsdACIlk2nT9f3sourK0BK4DTypa/Zo/e8PDkknO32HfQej3qr/ R3e3FkI+pY+4Gk4URnWaVg+KVmntabErCz6bchv9mSLbPX/4wv3kgXjhPauXCHSh2MgW blrHervb/bVGRlVfw/btx3VCWWjjXmOE7o2rVetqr90++GVsoDxltGzVuqZJvP0pzPnf 78OizDvUo6skzMGNFGNYsNJ1TNdwR1nmDwpV+/cvL3Alr7CZmJwg5UFB/0CNgn4fdPRc u3Tr0l9y+47LLCINAj0HnoNRIbIi9S/jhV34D14SgbOapMwKehW02rDJ0pNKpqZQoqqn Axaw== MIME-Version: 1.0 Received: by 10.152.148.1 with SMTP id to1mr2860613lab.34.1342715381703; Thu, 19 Jul 2012 09:29:41 -0700 (PDT) Received: by 10.112.88.39 with HTTP; Thu, 19 Jul 2012 09:29:41 -0700 (PDT) Date: Thu, 19 Jul 2012 10:29:41 -0600 Message-ID: From: David Kalliecharan To: dmarion@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arm@freebsd.org Subject: BeagleBone GPIO X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 16:29:43 -0000 Hi Damjan, I am attempting to do some work on the BeagleBone and am curious about the GPIO driver, I was directed to you by Tim Kientzle, who has helped me get a working system and am going to attempt to help him in any way I can. I attempted to list off the available pins using the gpioctl command and got the error: # gpioctl -f /dev/gpioc0 -l ioctl(GPIOGET): Invalid argument Not sure if I am using the correct userland tool, as Tim informed me that there was a tool to use and a driver you were working on and had assumed it to be 'gpioctl'. If I can help with testing or anything let me know (I am trying to get my feet wet with this stuff), again thanks for taking the time to help, I really appreciate it! Cheers, Dave From owner-freebsd-arm@FreeBSD.ORG Thu Jul 19 16:40:26 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3027E106566B for ; Thu, 19 Jul 2012 16:40:26 +0000 (UTC) (envelope-from dmarion.freebsd@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id AD5808FC08 for ; Thu, 19 Jul 2012 16:40:25 +0000 (UTC) Received: by wibhr14 with SMTP id hr14so2281821wib.13 for ; Thu, 19 Jul 2012 09:40:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=V+O7Bl8KgoJBb+ecZPRmWTzZxyuu5CPrai4g7U6XwSw=; b=JHRXYskJ9HrAbuCR0wQx92w80cQgynQ2WSuNYi80gHWqNGzlksXU69Op5UJ88RG+us 9T3u5nYPj3v376KOaZBTeDa7Cu9In3MJQxattDNW2UbJNKziw5ZsCJuZCMM2PsDmqbN8 Uam3wutTNsd76kM4Wn6ZghQXwcmJ2efbzerPNMVfGTB8/QymGPAR45wu85LLNDn6mZL4 UUVlYflxqDGTvcDrL5YCEIMBCDIh1qs7/prceZd/D6W85XAgyr0TrdMj8WsGHw7TuYSF xRPn9Etk4/xMSXw/imkaN9iJBN2g2vmXjuxWPGKHh/Vtn4WpQFXsiBqmhAKTP23jPbqL n5Eg== Received: by 10.216.238.30 with SMTP id z30mr1601602weq.223.1342716014547; Thu, 19 Jul 2012 09:40:14 -0700 (PDT) Received: from dhcp-10-61-108-160.cisco.com (64-103-25-233.cisco.com. [64.103.25.233]) by mx.google.com with ESMTPS id k48sm7258866een.10.2012.07.19.09.40.12 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 09:40:13 -0700 (PDT) Sender: Damjan Marion Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) From: Damjan Marion In-Reply-To: Date: Thu, 19 Jul 2012 18:40:12 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <80CCC0AE-ABC7-45B3-A1FE-78376D064A6C@freebsd.org> References: To: David Kalliecharan X-Mailer: Apple Mail (2.1485) Cc: freebsd-arm@freebsd.org Subject: Re: BeagleBone GPIO X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 16:40:26 -0000 Hi David, GPIO driver works for 1st 32 GPIOs, and gpioctl is right tool but you=20 cannot list GPIOs, you can just toggle them. You can see list of gpios in sys/arm/ti/am335x/am335x_scm_padconf.c and might be that you will need to change settings in = sys/boot/fdt/dts/beaglebone.dts. For a proper support gpioctl tool needs complete rewrite, as it = currently=20 assumes that there is no more that 32 gpios available. Cheers, Damjan On Jul 19, 2012, at 6:29 PM, David Kalliecharan = wrote: > Hi Damjan, >=20 > I am attempting to do some work on the BeagleBone and am curious about > the GPIO driver, I was directed to you by Tim Kientzle, who has helped > me get a working system and am going to attempt to help him in any way > I can. I attempted to list off the available pins using the gpioctl > command and got the error: >=20 > # gpioctl -f /dev/gpioc0 -l > ioctl(GPIOGET): Invalid argument >=20 > Not sure if I am using the correct userland tool, as Tim informed me > that there was a tool to use and a driver you were working on and had > assumed it to be 'gpioctl'. If I can help with testing or anything let > me know (I am trying to get my feet wet with this stuff), again thanks > for taking the time to help, I really appreciate it! >=20 > Cheers, >=20 > Dave From owner-freebsd-arm@FreeBSD.ORG Thu Jul 19 20:48:19 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3FAF1106566B for ; Thu, 19 Jul 2012 20:48:19 +0000 (UTC) (envelope-from dave@jetcafe.org) Received: from nahkohe.jetcafe.org (nahkohe.jetcafe.org [205.147.26.32]) by mx1.freebsd.org (Postfix) with ESMTP id 204F78FC0A for ; Thu, 19 Jul 2012 20:48:19 +0000 (UTC) X-Envelope-To: Received: from [205.147.26.5] (hokkshideh4.jetcafe.org [205.147.26.5]) by nahkohe.jetcafe.org (8.14.2/8.14.2) with ESMTP id q6JKmCmh035898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 19 Jul 2012 13:48:13 -0700 (PDT) Message-ID: <5008728C.5040100@jetcafe.org> Date: Thu, 19 Jul 2012 13:48:12 -0700 From: Dave Hayes User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:13.0) Gecko/20120612 Thunderbird/13.0 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Globalscale Dreamplug and 8.3 RELEASE X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jul 2012 20:48:19 -0000 Hello. :) I'm using FreeBSD 8.3 RELEASE and attempting to get this running on my dreamplug. I've successfully gotten it to boot off of a usb stick (after many adventures) but I've run into a problem. It seems that mge1 is not found (the 2nd ethernet interface). I really need this to work, so I did some digging on this list but it seems there's a .dts file needed. FreeBSD 8 doesn't use dts files as far as I can tell, though I could be horribly wrong there. Can anyone point me to some patches which would get the 2nd ethernet interface to work? As a related question, I'm noting some conversation by various developers about issues with arm...if there are any patches that experienced people could point me to that might get arm to work better for FreeBSD 8.3 that would be great. Thanks in advance! -- Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org >>>> *The opinions expressed above are entirely my own* <<<< "That's the trouble," said William. "People doing the world's work. Now I believe in letting the world do its own work. Noninterference. No management. No exhortations. No demands that other folk be the same as we are. No arrogance. No pushing. Why is a man born? To find himself, not to find others." - Taylor Caldwell, The Sound of Thunder From owner-freebsd-arm@FreeBSD.ORG Fri Jul 20 15:19:28 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 67C68106564A for ; Fri, 20 Jul 2012 15:19:28 +0000 (UTC) (envelope-from tim@kientzle.com) Received: from monday.kientzle.com (99-115-135-74.uvs.sntcca.sbcglobal.net [99.115.135.74]) by mx1.freebsd.org (Postfix) with ESMTP id 407788FC0A for ; Fri, 20 Jul 2012 15:19:28 +0000 (UTC) Received: (from root@localhost) by monday.kientzle.com (8.14.4/8.14.4) id q6KFJMuZ086451; Fri, 20 Jul 2012 15:19:22 GMT (envelope-from tim@kientzle.com) Received: from [192.168.2.143] (CiscoE3000 [192.168.1.65]) by kientzle.com with SMTP id 3q6f5wixvgcdwp3y9dv4bxaxkw; Fri, 20 Jul 2012 15:19:22 +0000 (UTC) (envelope-from tim@kientzle.com) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=windows-1252 From: Tim Kientzle In-Reply-To: Date: Fri, 20 Jul 2012 08:19:21 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <3B886BE4-437F-46CE-9ECE-019B55111897@kientzle.com> References: To: Jens Rasmus Liland X-Mailer: Apple Mail (2.1278) Cc: freebsd-arm@freebsd.org Subject: Re: Major compile time errors after upgrading hdd and major version on FreeBSD/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 15:19:28 -0000 On Jul 19, 2012, at 4:33 AM, Jens Rasmus Liland wrote: > Hello. >=20 > I've posted a thread in the FreeBSD forums ( > http://forums.freebsd.org/showthread.php?p=3D184467#post184467 ), but = this > would be a more proper place. >=20 =85. > = /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c:809= 5:1: > warning: null character(s) ignored > =3D> SHA256 Checksum mismatch for nginx-1.2.2.tar.gz. Bad hard disk? Bad memory? Bad network cable? These really sound like hardware failures. Tim From owner-freebsd-arm@FreeBSD.ORG Fri Jul 20 21:26:32 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EF91F106566B for ; Fri, 20 Jul 2012 21:26:31 +0000 (UTC) (envelope-from jensrasmus@gmail.com) Received: from mail-qa0-f47.google.com (mail-qa0-f47.google.com [209.85.216.47]) by mx1.freebsd.org (Postfix) with ESMTP id A21998FC12 for ; Fri, 20 Jul 2012 21:26:31 +0000 (UTC) Received: by qabg1 with SMTP id g1so438247qab.13 for ; Fri, 20 Jul 2012 14:26:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Ra6bIbBw79opm4LBZ93WY23nfjM3xWyVAkJECMBGX3Y=; b=y/EG/JToFMwSiMidu8q/CtLJnUuGx8fFjlW3Xqbgoy0hvlON6Bfkayq0Y+mexsXyJ0 wOw2oKht9pKtAEXOF8lyIg/uoYqxLeLX7kdxe8lEtnfumXp++FEOZbpFFdU2BRCaPuNu ddYQ4lgirlQ66NvUbqpAapxCJIwvz3CxJMIKipeJQSuumK+u5m1Lb7luQKn5iTLTVxNB bomt2wY5Q4AeF7ZqTgaMao+bk3jgPZaYZ77GvGPv8FkiIxo2bqdUECqgd+xIEJ4i7Ber VnynmOqi66vN77onZ+UGipLE8VUlKNLIO6VhiC4CcZj8HTizPvRGdD1KSO5JWsmGz4qo TNzA== MIME-Version: 1.0 Received: by 10.224.178.141 with SMTP id bm13mr12414612qab.28.1342819590935; Fri, 20 Jul 2012 14:26:30 -0700 (PDT) Received: by 10.229.13.17 with HTTP; Fri, 20 Jul 2012 14:26:30 -0700 (PDT) In-Reply-To: <3B886BE4-437F-46CE-9ECE-019B55111897@kientzle.com> References: <3B886BE4-437F-46CE-9ECE-019B55111897@kientzle.com> Date: Fri, 20 Jul 2012 23:26:30 +0200 Message-ID: From: Jens Rasmus Liland To: Tim Kientzle Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-arm@freebsd.org Subject: Re: Major compile time errors after upgrading hdd and major version on FreeBSD/arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2012 21:26:32 -0000 Bad hard disk. Never mind, I just changed the hard disk. On Fri, Jul 20, 2012 at 5:19 PM, Tim Kientzle wrote: > > On Jul 19, 2012, at 4:33 AM, Jens Rasmus Liland wrote: > > > Hello. > > > > I've posted a thread in the FreeBSD forums ( > > http://forums.freebsd.org/showthread.php?p=3D184467#post184467 ), but t= his > > would be a more proper place. > > > =85. > > > > /usr/src/gnu/usr.bin/cc/cc_tools/../../../../contrib/gcc/genautomata.c:80= 95:1: > > warning: null character(s) ignored > > > =3D> SHA256 Checksum mismatch for nginx-1.2.2.tar.gz. > > Bad hard disk? Bad memory? Bad network cable? > > These really sound like hardware failures. > > Tim > >