From owner-freebsd-arm@freebsd.org Fri Sep 4 14:29:12 2020 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 27B3B3C412E for ; Fri, 4 Sep 2020 14:29:12 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bjg6J0Hzhz46Fv for ; Fri, 4 Sep 2020 14:29:12 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f170.google.com (mail-qt1-f170.google.com [209.85.160.170]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id DBE6419EC1 for ; Fri, 4 Sep 2020 14:29:11 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f170.google.com with SMTP id p65so4750186qtd.2 for ; Fri, 04 Sep 2020 07:29:11 -0700 (PDT) X-Gm-Message-State: AOAM533HHW7/5AutiGLTkGROMliA1Zn14avFMAxi5A+1MFQBz1zOFsgv yz5J9YER2nMKgbYvwLG0pB6barVaK3eLblu1W8g= X-Google-Smtp-Source: ABdhPJwCElNO1+qgZ+ou8ud48at7ZypXjOUZGyTppgnrDuCso9OsqND17owh9vRfpEd7/2Tgcn4ni58VdwGr1spwkz4= X-Received: by 2002:ac8:424a:: with SMTP id r10mr8481255qtm.211.1599229751416; Fri, 04 Sep 2020 07:29:11 -0700 (PDT) MIME-Version: 1.0 References: <20200904134619.GB80905@bastion.zyxst.net> <69934262-D9D3-4986-849D-9E8221D1E387@kronometrix.org> <20200904142255.GC80905@bastion.zyxst.net> In-Reply-To: <20200904142255.GC80905@bastion.zyxst.net> From: Kyle Evans Date: Fri, 4 Sep 2020 09:29:00 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: onboard wireless on rpi4 To: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2020 14:29:12 -0000 On Fri, Sep 4, 2020 at 9:23 AM tech-lists wrote: > > On Fri, Sep 04, 2020 at 05:07:50PM +0300, Stefan Parvu wrote: > >> Is the onboard wifi on the rpi4 working in -current? > > > >Nope. Does not even work on RBPI3/3B+. It is work in progress. We are waiting too. > > ok, thanks for clarifying. Is there anything more up-to-date on status of > FreeBSD on rpi4 (apart from https://wiki.freebsd.org/arm/Raspberry%20Pi which > was last updated on 2020-06-16). > Thanks to good work by Rob and others, we're likely at a point where it makes sense to deprecate sysutils/u-boot-rpi4 and patch sysutils/u-boot-rpi3 to work for both -- IIRC, that patch would just modify the fragment to increase DRAM_BANKS so that one can use the full RAM on newer models. sysutils/rpi-firmware could consolidate config_rpi4.txt and config_rpi3.txt into one using conditional directives to use the armstub on the RPi4. Thanks, Kyle Evans