From owner-freebsd-arm@freebsd.org Wed Jul 25 20:14:52 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4C8171053AA5 for ; Wed, 25 Jul 2018 20:14:52 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F3EB58D0D6 for ; Wed, 25 Jul 2018 20:14:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) (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)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 92A2F1F92D for ; Wed, 25 Jul 2018 20:14:51 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f173.google.com with SMTP id 203-v6so7746572ljj.13 for ; Wed, 25 Jul 2018 13:14:51 -0700 (PDT) X-Gm-Message-State: AOUpUlFrWvpBL74vGLGa8F/IYcuPWrLz5MjFUKjggrsOMBM4RtPggOBY 8t1klbL7tsK+oZKHDJIMgERJ3vTNSWIMnf/Ssbs= X-Google-Smtp-Source: AAOMgpe1y+EB0TENCZy2VTk87CzAuIhY4xJm4QIOo5qXaE5myPd10eMg77B24HA3ZaGaFrmhV1klFa1i9D07oTcUwa0= X-Received: by 2002:a2e:1004:: with SMTP id j4-v6mr17130797lje.2.1532549690181; Wed, 25 Jul 2018 13:14:50 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a2e:5742:0:0:0:0:0 with HTTP; Wed, 25 Jul 2018 13:14:29 -0700 (PDT) In-Reply-To: <1532548163.59286.0@hraggstad.unrelenting.technology> References: <1532548163.59286.0@hraggstad.unrelenting.technology> From: Kyle Evans Date: Wed, 25 Jul 2018 15:14:29 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Allwinner dtb overlays on CURRENT. Also, flashrom SPI! To: Greg V Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jul 2018 20:14:52 -0000 On Wed, Jul 25, 2018 at 2:49 PM, Greg V wrote= : > Hi, > > One thing I have noticed with CURRENT on an Orange Pi PC: since we're usi= ng > device trees imported from Linux, some drivers are not accessible out of = the > box. > > So I wrote a couple overlays: > > Thermal sensor: https://github.com/freebsd/freebsd/pull/162 > > SPI: https://github.com/freebsd/freebsd/pull/166 > > But not everyone would figure out how to make and even just use overlays= =E2=80=A6 > > (if anyone is wondering: place them into /boot/dtb/overlays and add a lis= t > of them (filenames including extension) to /boot/loader.conf like so: > fdt_overlays=3D"sun8i-h3-sid.dtbo,sun8i-h3-ts.dtbo,sun8i-h3-spi.dtbo" =E2= =80=94 and > reboot) Just FYI- omitting the extension should also work fine here. If it doesn't, that's another bug on its own. =3D) > Can someone commit these overlays / add more for other SoCs maybe? I think manu was working on some thermal sensor stuff earlier (though my memory may be wrong), so we'll see what he says. > P.S. I also wrote spigen support for flashrom: > https://github.com/flashrom/flashrom/pull/53 > With this, I can flash and verify a Winbond W25Q32.V flash chip from my > Orange Pi! :) > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org"