Marcin Juszkiewicz

Results 146 comments of Marcin Juszkiewicz

So something like this will be needed (example without checking are values are right): ```yml 0x41: cores: '0xd03': 16k: false 4k: true 64k: true aarch32: true aarch32-el0: true aarch32-el2: true...

issue #57 suggests adding PMU information

Or will it enough to have aarch32 support as "el0/el2/false" instead of 3 fields? ```yml '0xc01': 16k: true 4k: true 64k: true aarch32: "el0" address_physical_bits: 40 name: SomeCore 1 '0xc03':...

I like second format. Converted locally but wonder which values to send by default.

#61 suggests another option to track

AArch32 has 4 options: - EL0-EL3 (all exception levels) - EL0 only - false (no AArch32 support) - to be set (no info for table yet)