| commit | 6b93d66ec4a6b78487d0bad6ffdfed6018f5cfd7 | [log] [tgz] |
|---|---|---|
| author | Yu-Ping Wu <yupingso@chromium.org> | Wed Jul 30 16:36:04 2025 +0800 |
| committer | Chromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Aug 01 07:28:59 2025 -0700 |
| tree | 9b6ae3855fd0019f6a1809b7f3e2016313d5dc48 | |
| parent | de036f432202ab9576e0e0bf101972d8c24573cc [diff] |
futility/updater_dut: Extend property type from int to int64_t Some property getter functions such as dut_get_tpm_fwver() use -1 as the error return value. In order to support properties of uint32_t type (such as SKU ID), change the property type from 'int' to 'int64_t'. Add typedef 'dut_property_t' for that type. BUG=b:432399366 TEST=make futil -j BRANCH=none Change-Id: If6539288f39e93d5e2441ffc64e75830bed66079 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/6800564 Reviewed-by: Jakub "Kuba" Czapiga <czapiga@google.com>