NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvGPHBLInfoRec Struct Reference

Detailed Description

Stores information needed to locate and verify a boot loader.

There is one NvGuestBLInfo structure for each copy of a BL stored on the device.

Definition at line 60 of file nvgph.h.

Data Fields

NvU32 Version
 Specifies a version number for the BL. More...
 
NvU32 Start
 Specifies the start offset from start of the Guest partition. More...
 
NvU32 LoadAddress
 Specifies the starting address of the memory region into which the BL will be loaded. More...
 
NvU32 EntryPoint
 Specifies the entry point address in the loaded BL image. More...
 

Field Documentation

NvU32 NvGPHBLInfoRec::EntryPoint

Specifies the entry point address in the loaded BL image.

Definition at line 76 of file nvgph.h.

NvU32 NvGPHBLInfoRec::LoadAddress

Specifies the starting address of the memory region into which the BL will be loaded.

Definition at line 73 of file nvgph.h.

NvU32 NvGPHBLInfoRec::Start

Specifies the start offset from start of the Guest partition.

Definition at line 69 of file nvgph.h.

NvU32 NvGPHBLInfoRec::Version

Specifies a version number for the BL.

The assignment of numbers is arbitrary; the numbers are only used to identify redundant copies (which have the same version number) and to distinguish between different versions of the BL (which have different numbers).

Definition at line 66 of file nvgph.h.


The documentation for this struct was generated from the following file: