mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 10:42:21 +03:00
The chip_id type in shared struct is u8 where as across the adsp firmwares the chip_id type is of type uint32_t. This causes shared structure sizes to be different causing firmwares and causes different address of the shared struct variables when accessed from the Host and the adsp firmware. Bug 200692666 Change-Id: I6ad23f021f64458d87596b9d6c47c9df38e3689b Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2524414 Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: Nikesh Oswal <noswal@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>