commit | 3ebdefc146eb4405cd936dc9ba15e031682815fe | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Aug 27 19:44:25 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:21 2024 -0600 |
tree | 67c7f6ee2d38f7ecfe80ddf6cff9c89a151c4135 | |
parent | 5684fe18ee8b904bb2b47e06b6a599ee0410b0bc [diff] |
x86: Ensure the CPU identity exists for timer init When bootstage is used the timer can be inited before the CPU identity is set up, resulting in the checks for the vendor not working. Add a special call to work around this. Signed-off-by: Simon Glass <sjg@chromium.org>