From owner-freebsd-mips@freebsd.org Tue Jan 12 16:42:42 2016 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A9E62A80894 for ; Tue, 12 Jan 2016 16:42:42 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: from mail-wm0-x22a.google.com (mail-wm0-x22a.google.com [IPv6:2a00:1450:400c:c09::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 41C721EC0 for ; Tue, 12 Jan 2016 16:42:42 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: by mail-wm0-x22a.google.com with SMTP id l65so259695066wmf.1 for ; Tue, 12 Jan 2016 08:42:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=kyEYnshuUM9Ua2qGn6tcS8A2RoIGBC3XJyBT3qqGXpc=; b=DjE1rxvSrextIXV/jiqfw9PenyA5uckSheAIgx3CbWvVuJvSjayuTVqnTucBYK83nd pLGoP13wGBa6BieCqO7wF464ZrZSO024WXY91+QY+SMGIfKer0/coCWjmhmeroVa4X1f DHoSxY6iEm4aBtE6/pgBcL3amuTF94R6+GG9+bLvfssccThNYXRbYPHGZoVpxav2erUH NI5aJ23c0y+FI94BNPLKXSH+MCso977fs7o35xSmEfL445UwdbkbzXdjv2HyEX/0GzkX /DGD6RVvn2W34bvBlpxjaHZeBNEWy08SybM5yuQKwQDCy6JLL4ZpS+Q4CfZTN8+X0oWh 8nCg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to; bh=kyEYnshuUM9Ua2qGn6tcS8A2RoIGBC3XJyBT3qqGXpc=; b=VhGb9OOaNr1x3CinEVEBx9BaWf+Z98gAt0oeWyuVVQUOvctErVE9Y0rAQyyiBagotx lsqhnggseTYr6RaPA19YWAv5GoHslsSZsmjEPc+strDkaisM4zbUu05YCAm5Dplc+1KI L4eJtr7awO0eWGgvr6AL3hUuwkC81yXzqztvnlCj7CsnoOJqtzJOTD0Pxv/7mfospuEE PvegGSXWKbb5J+ItI8+/0DEw/lphpqbINyhkbTXSxZGLtwIOmpSc1nn+bxnmavKetFXE j6kZ9LxTSu1ipVi0ncKZGsjisD9X4Q1IoaM1b+V+nfiQtHCCEKfc/cZ8LcsYKvkxD4MR vu/g== X-Gm-Message-State: ALoCoQlrCILC2TldUTVxcsZss3L9XGDOL2Y9UnQ/sV+m5XRk7KqYIXTg/mG9H3U4/YcZijZNE0iMUsbV2hzBuyRN/a+qcPNN6A== X-Received: by 10.194.179.162 with SMTP id dh2mr141362809wjc.17.1452616960798; Tue, 12 Jan 2016 08:42:40 -0800 (PST) Received: from ?IPv6:2001:67c:2154:ffff:a809:7401:9830:92b8? ([2001:67c:2154:ffff:a809:7401:9830:92b8]) by smtp.gmail.com with ESMTPSA id yz5sm73100775wjc.36.2016.01.12.08.42.39 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 12 Jan 2016 08:42:40 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) Subject: Re: Ralink/MediaTek support progress From: Stanislav Galabov In-Reply-To: Date: Tue, 12 Jan 2016 18:42:39 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <881F0883-BEAE-48A2-AB13-F689CE550DA3@gmail.com> References: To: freebsd-mips@freebsd.org X-Mailer: Apple Mail (2.3094) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jan 2016 16:42:42 -0000 Hi all, Just to let you know that there is now basic support for MT7621 in my = github branch: https://github.com/sgalabov/freebsd/tree/local/sgalabov_mtk Currently only UART, interrupts, SPI and basic ethernet support is there = (no SMP either for now), but I thought it may be of interest to those = who have MT7621 boards (e.g., WiTi board). The kernel config is MT7621. It is currently configured for MFS, but can = be configured for NFS of course :-) Work continues... Best wishes, Stanislav=