From owner-freebsd-mips@freebsd.org Tue Dec 15 16:11:54 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 818E4A4886B for ; Tue, 15 Dec 2015 16:11:54 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (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 5398217CC for ; Tue, 15 Dec 2015 16:11:54 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x235.google.com with SMTP id to18so17160691igc.0 for ; Tue, 15 Dec 2015 08:11:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=2lBEYfYN2KlJmoX4PoTIN1slKIO+VR/bWRH4kl5RCx8=; b=kfR0c8u14ra7Lwa+BZaP64RKg737vs3ORmnQBCG4mW1x21Gp1hTvLNITXQ4+44ztJ7 hXAULk0hjNGXjy6V6vIR6tHNzpkwqz6efGTLOuHFGXXyLcfJnS25yttxqzWMR6f30DD5 M5cK6hHf/n8JNsK2F19dm6DLWCV5bG4y9qBEcBjnWH7Xr3EZQfb1tgANPI92nTErzzPf t8tdU5ZrFv7QEQFHIlVvPZ3naM/z+iaSkOTEEi4fY9eSH0V+n41/k4phmbvGEUZYcpCM f+V5QSNgBXEhI1NAk1uV+Z4tq7r+G+QxlTzrljoOk2knO/vI92Pk0M+hWJo6tkF2hrsw XaCg== MIME-Version: 1.0 X-Received: by 10.50.66.144 with SMTP id f16mr4625500igt.22.1450195913718; Tue, 15 Dec 2015 08:11:53 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.36.121.202 with HTTP; Tue, 15 Dec 2015 08:11:53 -0800 (PST) In-Reply-To: <1479DFB0-6B63-4886-B9BA-8F95A44A8ED9@gmail.com> References: <1479DFB0-6B63-4886-B9BA-8F95A44A8ED9@gmail.com> Date: Tue, 15 Dec 2015 08:11:53 -0800 X-Google-Sender-Auth: 0f4YjnRdoS_YVhEFHKCSGPkYLzI Message-ID: Subject: Re: Initial support for MT7620 From: Adrian Chadd To: Stanislav Galabov Cc: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 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 16:11:54 -0000 Woo! So my vague-ish plan is to fold the mt7621 support into the rt305x directory and break out the CPU family support into like what we have for the atheros mips family. The diff between MT7621 and RT305x was pretty small and I bet we could roll it all in pretty easily. I don't have any MT7621 hardware yet. What do people suggest I get? -adrian On 15 December 2015 at 06:58, Stanislav Galabov wrote: > Hi all, > > After talking with Adrian off list we decided to start work on Mediatek/R= alink more recent SoCs with MT7620 instead of MT7621 (Adrian=E2=80=99s boar= d has MT7620 so it=E2=80=99s easier for him to help with the WiFi parts thi= s 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 controlle= r) 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 workin= g 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 su= pport - this way we=E2=80=99ll have something working quicker hopefully :-) > > I would also appreciate feedback for the attached patch... > > Best wishes, > Stanislav > _______________________________________________ > freebsd-mips@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org"