RFR: 8262491: AArch64: CPU description should contain compatible board list [v2]

Nick Gasson ngasson at openjdk.java.net
Wed Mar 3 03:05:40 UTC 2021


On Mon, 1 Mar 2021 14:12:53 GMT, Anton Kozlov <akozlov at openjdk.org> wrote:

>> Yasumasa Suenaga has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   refactoring
>
> Looks better, thanks for addressing. Please consider few notes from someone not in the reviewer role.

> 
> What file should we refer to detect SoC on server-class machine? Can we detect SoC in same way? (e.g. sysfs)
> If we cannot implement it in same way, I want to fix it for device tree at first.

Maybe you could use the files under `/sys/devices/virtual/dmi/id/` like `board_vendor` and `board_name`?

-------------

PR: https://git.openjdk.java.net/jdk/pull/2759


More information about the hotspot-dev mailing list