Intel® Stratix® 10 Hard Processor System Remote System Update User Guide

ID 683021
Date 11/10/2021
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

D.6.35. rsu_dcmf_version

Prototype int rsu_dcmf_version(__u32 *versions);
Description Retrieve the four decision firmware versions.

Requires U-Boot API rsu_dcmf_version or U-Boot command rsu display_dcmf_version to be called before booting Linux, otherwise the version is reported as 0.0.0

The reported versions are the ones valid at the time the U-Boot command was called, and do not reflect any changes that may occur after that.
Parameters versions: pointer to store the four decision firmware versions.
Return Value 0 on success, or error code
Note: Refer to Decision Firmware Version Information section for details about the content of the version information.
Note: Refer to Macros section for macros that can be used to extract the firmware version details: major, minor and update version numbers.