[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 08/10] arm: allwinner-h3: add Security Identifier device
From: |
Peter Maydell |
Subject: |
Re: [PATCH 08/10] arm: allwinner-h3: add Security Identifier device |
Date: |
Fri, 6 Dec 2019 14:27:51 +0000 |
On Mon, 2 Dec 2019 at 21:10, Niek Linnenbank <address@hidden> wrote:
>
> The Security Identifier device in Allwinner H3 System on Chip
> gives applications a per-board unique identifier. This commit
> adds support for the Allwinner H3 Security Identifier using
> randomized data as input.
If this is a fixed value in hardware, I'm not sure that
having the QEMU model pick a random value is the best
choice. If we just set it to a fixed value in QEMU, is
that going to cause problems?
(Generally it's nice for QEMU to be deterministic, so it
behaves the same way every time you run it. Also if it's
always the same we don't need to bother migrating the
ID value.)
thanks
-- PMM
- [PATCH 00/10] Add Allwinner H3 SoC and Orange Pi PC Machine, Niek Linnenbank, 2019/12/02
- [PATCH 03/10] arm: allwinner-h3: add Clock Control Unit, Niek Linnenbank, 2019/12/02
- [PATCH 08/10] arm: allwinner-h3: add Security Identifier device, Niek Linnenbank, 2019/12/02
- Re: [PATCH 08/10] arm: allwinner-h3: add Security Identifier device,
Peter Maydell <=
- [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Niek Linnenbank, 2019/12/02
- Re: [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Niek Linnenbank, 2019/12/11
- Re: [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Philippe Mathieu-Daudé, 2019/12/12
- Re: [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Niek Linnenbank, 2019/12/13
- Re: [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Philippe Mathieu-Daudé, 2019/12/14
- Re: [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Niek Linnenbank, 2019/12/14
- Re: [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Niek Linnenbank, 2019/12/15
- Re: [PATCH 09/10] arm: allwinner-h3: add SD/MMC host controller, Philippe Mathieu-Daudé, 2019/12/15