From owner-freebsd-mips@freebsd.org Thu Dec 24 18:43:37 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 28D60A50E90 for ; Thu, 24 Dec 2015 18:43:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-io0-x22d.google.com (mail-io0-x22d.google.com [IPv6:2607:f8b0:4001:c06::22d]) (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 F133418AF for ; Thu, 24 Dec 2015 18:43:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-io0-x22d.google.com with SMTP id o67so247845799iof.3 for ; Thu, 24 Dec 2015 10:43:36 -0800 (PST) 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=6bCsVXAjFJUY1uiTNvgov4D3LfOB4+550CbFfk5fUwY=; b=RAYXYviThwU6s6KQXlYui3JDIGb9Xh8UjFHWv5rew/Jt+kfEHVFJAv25fV9x83ZPVH ZXaYoozAtI+FxwFeVQtmk4KsGF+x3Sduat164EFZ35a9LZAw5uWaI5ZqNSl7ZTdgZt8I aW5kSedxDe9VZ46f0A4ACYnGjsMEYAuPg57Nk/qCKoEH5ucxTyKK5KLa3neH/EvKRtLz zqKl+wd5hxaufoSkcbEyhbSypRmxQ/mIpDWJLIrF8zPQnz8Z5t24rzVuJhz1Rr1HMkiF TGMjAsIMQ/m59K7gcrnYDClj7D/vkXU4oFiqBtTAFq9Iaulh4rhmxQMMCqA+EUSZ82ne NrYw== MIME-Version: 1.0 X-Received: by 10.107.162.21 with SMTP id l21mr35512859ioe.123.1450982616371; Thu, 24 Dec 2015 10:43:36 -0800 (PST) Received: by 10.36.121.202 with HTTP; Thu, 24 Dec 2015 10:43:36 -0800 (PST) Date: Thu, 24 Dec 2015 10:43:36 -0800 Message-ID: Subject: initial rt5350/mt7620 support is in -head From: Adrian Chadd To: "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 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: Thu, 24 Dec 2015 18:43:37 -0000 hiya, I've committed the initial rt5350 and mt7620 work from Stanislav and Alexander into -HEAD. This includes changes to rt so networking somewhat works. I'm sure he'd love help figuring out why resetting the ethernet bits stops it working :( I'll finish merging stuff into -HEAD today so we can continue development and tidyup. I'm hoping to leverage working ethernet to bring up the switch driver on the MT7620 and then see about teaching if_ral about this SoC. Thanks everyone! -a