Declares the operations for manipulating the next RCM image pointer.
RCM Image Format
=======================================================================
Header (ImageType, Offset, Size)
----------------------------------------------------------------------
Images
----------------------------------------------------------------------
GuestImages (If any, guest images are combined as 1 blob.)
Format: Header (StartLocation, Size, Location in DRAM where to Copy)
Guest0Image
Guest1Image
Guest*Image
=======================================================================
|
| NvError | QbRcmGetImagePointer (tegrabl_imgtype_t imagetype, NvUPtr *pImgAddr, NvU32 *pSize) |
| | Gets the location where the next image starts. More...
|
| |
| NvError QbRcmGetImagePointer |
( |
tegrabl_imgtype_t |
imagetype, |
|
|
NvUPtr * |
pImgAddr, |
|
|
NvU32 * |
pSize |
|
) |
| |
Gets the location where the next image starts.
- Parameters
-
| [in] | imagetype | Image type for which to get the start address. |
| [out] | pImgAddr | A pointer to the address of the image to update. |
| [out] | pSize | A double-pointer to the size of the image. |
- Return values
-
| NvSuccess | if successful, or the appropriate error code. |