Commit 5d12155
committed
aarch64: raise ARM generic-timer frequency ceiling to 2GHz
The generic-timer frequency sanity check rejected anything above 1GHz. Real
server ARM cores run higher: the ampere-1a is at 1GHz and AWS Graviton3
(Neoverse-V1) passes a 1.05GHz generic-timer frequency to the guest, which
tripped the old ceiling and aborted the boot. Raise the ceiling to 2GHz to
cover current cores with headroom while still rejecting a garbage read.1 parent 49ce41c commit 5d12155
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
48 | 51 | | |
49 | 52 | | |
50 | 53 | | |
| |||
0 commit comments