From owner-freebsd-mips@freebsd.org Tue Dec 15 14:58:34 2015 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 E4E3AA4496D for ; Tue, 15 Dec 2015 14:58:34 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 848101636 for ; Tue, 15 Dec 2015 14:58:34 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id p66so114137824wmp.1 for ; Tue, 15 Dec 2015 06:58:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:date:message-id :cc:to:mime-version; bh=wjQTOhp1jZbCDRtfk4uyJit7s5qQZBHnkVt3wxhiAVo=; b=QIW9a6NlvUBQGSDfzxZWBpy9xhg4pEGRoUCLE74hM+7OPzFpIt9rpSz6a4L8f2TMto TQ2EIX0w0jHHwPjknGVpCQEA/+t3BCfx25gC9p385sLLMpiVfcbEeEoHeEI6gfshBFdJ rRKdObIBAlhD/nQynZ0HY6H6lxwHfOYbDjE6Q72b2ZAMdZvYJ59mgP9nQkXbnvqiBOQs pz4ntF4c9I5qNi23lDndyEkyx+cYTejiIxAlzU2/cY0s8IO/43QG8IPlN4bBhXkbHtKe 44dAQZNTyRUu18nUwjCsXPzP5ho8X/NIhXaoVVOFKqaGjvflSXhZBxzFGkkou86qqWDi 31vg== X-Received: by 10.28.182.11 with SMTP id g11mr5726313wmf.42.1450191513063; Tue, 15 Dec 2015 06:58:33 -0800 (PST) Received: from ?IPv6:2001:67c:2154:ffff:81e7:b3d6:b11d:2b20? ([2001:67c:2154:ffff:81e7:b3d6:b11d:2b20]) by smtp.gmail.com with ESMTPSA id a63sm21232794wmc.5.2015.12.15.06.58.31 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 15 Dec 2015 06:58:32 -0800 (PST) From: Stanislav Galabov Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Initial support for MT7620 Date: Tue, 15 Dec 2015 16:58:31 +0200 Message-Id: <1479DFB0-6B63-4886-B9BA-8F95A44A8ED9@gmail.com> To: freebsd-mips@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 9.0 \(3094\)) 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, 15 Dec 2015 14:58:35 -0000 Hi all, After talking with Adrian off list we decided to start work on = Mediatek/Ralink more recent SoCs with MT7620 instead of MT7621 = (Adrian=E2=80=99s board has MT7620 so it=E2=80=99s easier for him to = help with the WiFi parts this way). I=E2=80=99ve done a bit today and I got an MT7620A based board to boot = to multi user with root filesystem on USB stick. If anyone is interested in the patch, it can be found here: https://www.dropbox.com/s/e880eutzvlms8h7/mt7620_patch.diff?dl=3D0 For the moment there is no support for sys/dev/rt (the Ethernet = controller) with MT7620. This is going to be left for later. Next I am planning to work on SPI and PCI so that Adrian can start = working on WiFi once I=E2=80=99m done with the SPI part. I would appreciate it if someone would jump in and help with the if_rt = support - this way we=E2=80=99ll have something working quicker = hopefully :-) I would also appreciate feedback for the attached patch... Best wishes, Stanislav=