RFR: 8262491: AArch64: CPU description should contain compatible board list [v2]
Nick Gasson
ngasson at openjdk.java.net
Wed Mar 3 05:00:42 UTC 2021
On Wed, 3 Mar 2021 04:31:28 GMT, Yasumasa Suenaga <ysuenaga at openjdk.org> wrote:
> >
> > Maybe you could use the files under `/sys/devices/virtual/dmi/id/` like `board_vendor` and `board_name`?
>
> It does not exist on Raspberry Pi OS.
>
That's because the default Raspberry Pi firmware uses Device Tree. You'll only get those files if the system was booted from UEFI (x86-style firmware).
-------------
PR: https://git.openjdk.java.net/jdk/pull/2759
More information about the hotspot-dev
mailing list