Commit-Queue | +1 |
Justin for review. (iOS has a TODO about maybe doing something similar, in util/ios/ios_system_data_collector.mm, but right now the device builds just use `utsname::machine`, which is probably always `"arm64"` and not very interesting.)
Christine for exposure.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Commit-Queue | +2 |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
util: DO an arm64 TODO in MacModelAndBoard
The board_id returned on mac-arm64 was taken from the target-type
property of the IOPlatformExpertDevice obtained through IOKit when this
code was written on a mac-arm64 Developer Transition Kit, with a TODO to
verify with production hardware. Several generations of production
hardware have shown that this is a viable strategy. In fact, a slightly
more detailed ID can be obtained from the target-sub-type property.
mac-x86_64 continues to use the board-id property for this purpose.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |