From owner-freebsd-arm@freebsd.org Sat Nov 16 18:59:54 2019 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 36B741ABF05 for ; Sat, 16 Nov 2019 18:59:54 +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) server-signature RSA-PSS (4096 bits) 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 47Fkzs3Btcz4Ymj for ; Sat, 16 Nov 2019 18:59:53 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f177.google.com (mail-qt1-f177.google.com [209.85.160.177]) (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 EBEA9154B8 for ; Sat, 16 Nov 2019 18:59:52 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f177.google.com with SMTP id t20so14930734qtn.9 for ; Sat, 16 Nov 2019 10:59:52 -0800 (PST) X-Gm-Message-State: APjAAAXBjJnKdQawXlmdLvZitGjc5/20iBpYKsJZedij0ku5CS31ZUK1 MJtE7ZRFFzHgq7DMRSk6ynUlEWWi2yc9uRdADa4= X-Google-Smtp-Source: APXvYqxwgPsNXqIumPchlMx2zHTm8Wf2hpTzB+0BBrwQXnSnkusu7t/RHtC7gD2aP5V2CDRf11tSQwkH06aTVFbapoo= X-Received: by 2002:ac8:7957:: with SMTP id r23mr19313267qtt.211.1573930792417; Sat, 16 Nov 2019 10:59:52 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Kyle Evans Date: Sat, 16 Nov 2019 12:59:41 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Initial support for bcm2838 RNG To: Robert Crowston Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Nov 2019 18:59:54 -0000 On Sat, Nov 16, 2019 at 12:48 PM Robert Crowston via freebsd-arm wrote: > > I have made a first cut at supporting the Broadcom 2838 hardware random number generator, as found on the Raspberry Pi 4. > > Diff: https://github.com/freebsd/freebsd/compare/master...RobCrowston:pi4-hwrng > > This extends the existing bcm2835_rng.c driver to function on the Pi4. Unfortunately I do not have a Raspberry Pi 3 board to confirm it still works there, but on my Pi4, it generates (apparently) random numbers. > Hi, No worries- I've got access to a Pi 3 for regression testing. Can you throw what you've got into Phabricator [0] and add me as a reviewer? We can iterate/review from there. Thanks! Kyle Evans [0] https://wiki.freebsd.org/Phabricator