From owner-freebsd-mips@freebsd.org Fri Jan 8 17:03:17 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 A522CA68F8B for ; Fri, 8 Jan 2016 17:03:17 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 5869312F2 for ; Fri, 8 Jan 2016 17:03:17 +0000 (UTC) (envelope-from sgalabov@gmail.com) Received: by mail-wm0-x233.google.com with SMTP id l65so142232298wmf.1 for ; Fri, 08 Jan 2016 09:03:17 -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=rOxif5S/K4NTpE4zBv958dFDtEQa/eK4owmXREG9q3Y=; b=wv8aImjsp8GGtCm0Fx6ybyUxbsZNVarvlDFc33zeMP9BM5FWf//CI5c3jPWvRKXXG6 lYRo3PCF9buw5arlhw4Ztqv2efUNEgMH2RcgmWCswat1ng4Ag/xLDgplTXfWDE9xZAEc 4fBoffvRiXeZBzcouRQ4RftVRiJL2QNAIZ+j71Sm8XJkxSD+R7ZSg3RUjWVSdA4jIQop 6yASYF3boRHRRRBrO2Wu/6/v8ABelnnY4ZqNImw4KOvujCIo6iF0fDxn/UsR2NcAG5iv drnLYJn9xgr0pMCLjIznmww/Pr8hxQyS7JqhtfEVyZgU0yUiK0E7DgH+/BGtCwclCgOW vM1w== X-Received: by 10.194.60.231 with SMTP id k7mr12875054wjr.61.1452272595827; Fri, 08 Jan 2016 09:03:15 -0800 (PST) Received: from macbookpro-894a.hsmt ([193.178.153.131]) by smtp.gmail.com with ESMTPSA id da10sm106692741wjb.22.2016.01.08.09.03.14 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 08 Jan 2016 09:03:14 -0800 (PST) From: Stanislav Galabov Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Ralink/MediaTek support progress Date: Fri, 8 Jan 2016 19:03:13 +0200 Message-Id: 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: Fri, 08 Jan 2016 17:03:17 -0000 Hi all, I=E2=80=99ve made quite a bit of progress with support for = Ralink/Mediatek chipsets with FDT. Currently I am able to boot MT7620, RT3050, RT5350 and (since half an = hour, with only UART and interrupts for now) RT3883. I=E2=80=99m working on github and the branch in question is: https://github.com/sgalabov/freebsd/tree/local/sgalabov_mtk I=E2=80=99d appreciate any comments on what I=E2=80=99ve done so far. My = work is currently mostly concentrated in sys/mips/mtk and I=E2=80=99ve = left sys/mips/rt305x intact for now. Going forward, I=E2=80=99m planning on working on unified PCI support = for the different SoCs and unified if_rt (ethernet) support. After that I=E2=80=99ll work on adding other SoCs as well. The target = remains the same: have USB, Ethernet, GPIO, PCI/PCIe (where applicable), = SPI, Switch for the following SoCs: RT3050, RT3052, RT5350, RT3352, RT3662, RT3883, RT6856, MT7620, MT7621, = MT7628, MT7688. Any help in getting my hands on MT7628 and MT7688 boards will be = appreciated, I have the rest. Any help in getting programming manuals and/or datasheets for RT6856 and = MT7688 would be appreciated too. :-) Best wishes, Stanislav=