From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from complete.lackof.org (complete.lackof.org [198.49.126.79]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.lackof.org", Issuer "CAcert Class 3 Root" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id F133421F84B for ; Tue, 18 Aug 2015 13:33:18 -0700 (PDT) Received: from taggart.lackof.org (c-67-183-84-60.hsd1.wa.comcast.net [67.183.84.60]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "taggart.lackof.org", Issuer "CAcert Class 3 Root" (verified OK)) by complete.lackof.org (Postfix) with ESMTPS id 758FF33E006F for ; Tue, 18 Aug 2015 14:33:16 -0600 (MDT) Received: by taggart.lackof.org (Postfix, from userid 1000) id DF3861EF; Tue, 18 Aug 2015 13:33:15 -0700 (PDT) From: Matt Taggart To: cerowrt-devel@lists.bufferbloat.net In-reply-to: <20150818200840.31F771EF@taggart.lackof.org> References: <20150818200840.31F771EF@taggart.lackof.org> Comments: In-reply-to Matt Taggart message dated "Tue, 18 Aug 2015 13:08:40 -0700." MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <18500.1439929995.1@zorak.home.bogus> Content-Transfer-Encoding: quoted-printable Date: Tue, 18 Aug 2015 13:33:15 -0700 Message-Id: <20150818203315.DF3861EF@taggart.lackof.org> X-Spam-Status: No, score=0.0 required=5.0 tests=UNPARSEABLE_RELAY autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on complete.lackof.org Subject: Re: [Cerowrt-devel] google wifi X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Aug 2015 20:33:41 -0000 Matt Taggart writes: > Google is working with TP-LINK (and soon ASUS) on wifi (is there a > make-wifi-fast list this should have gone to?) > = > Google Blog: Meet OnHub: a new router for a new way to Wi-Fi > https://tinyurl.com/nloy3jm > = > product page > https://on.google.com/hub/ I talked to a friend that worked on it: the kernel for the Onhub router is under "whirlwind" project name in the chromium.org source tree. The firmware is coreboot and is also public. Openwrt has all the support for the Qualcom chipset but not this board. Openwrt also require fastboot and won't work with Coreboot. Key bits are the Device Tree description of the HW in this directory= : https://chromium.googlesource.com/chromiumos/third_party/kernel/+/ch= romeos-3.14/arch/arm/boot/dts/ qcom-apq8084-mtp.dts qcom-apq8084.dtsi qcom-ipq8064-ap148.dts qcom-ipq8064-arkham.dts qcom-ipq8064-storm.dts qcom-ipq8064-thermal.dtsi qcom-ipq8064-v1.0.dtsi qcom-ipq8064-whirlwind-sp3.dts qcom-ipq8064-whirlwind-sp5.dts qcom-ipq8064.dtsi whirlwind-sp5 is what shipped. (AFAIK) btw, all of this was reviewed on a public chromium.org gerrit server. openwrt does support AP148 and at some point chromeos was booting on AP148 though I don't expect it to work "out of the box" -- = Matt Taggart matt@lackof.org