Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables shows the Boot Arguments constants.
| Constant | Description |
|---|---|
| BSP_ARGS_QUERY | Base value used to define BSP-specific arguments. Values smaller than this value (64) are reserved for the OAL library. The hardware platform implementation can use values beginning with BSP_ARGS_QUERY. |
| OAL_ARGS_QUERY_DEVID | Identifies the unique device ID argument specified in the arguments structure. |
| OAL_ARGS_QUERY_KITL | Identifies the universally unique identifier (UUID) argument specified in the argument structure. |
| OAL_ARGS_QUERY_RTC | Identifies the RTC argument specified in the arguments structure. |
| OAL_ARGS_QUERY_UPDATEMODE | Identifies the update mode argument specified in the arguments structure. |
| OAL_ARGS_QUERY_UUID | Identifies the real-time clock (RTC) argument specified in the argument structure. |
| OAL_ARGS_SIGNATURE | Identifies the arguments structure. The default value is 'SGRA'. |
| OAL_ARGS_VERSION | Verifies the version of the arguments structure. |
See Also
Send Feedback on this topic to the authors