1 /* SPDX-License-Identifier: MIT */
7 struct nvfw_ls_desc_head
{
13 u32 bootloader_start_offset
;
15 u32 bootloader_imem_offset
;
16 u32 bootloader_entry_point
;
22 u32 app_resident_code_offset
;
23 u32 app_resident_code_size
;
24 u32 app_resident_data_offset
;
25 u32 app_resident_data_size
;
29 struct nvfw_ls_desc_head head
;
38 const struct nvfw_ls_desc
*nvfw_ls_desc(struct nvkm_subdev
*, const void *);
40 struct nvfw_ls_desc_v1
{
41 struct nvfw_ls_desc_head head
;
51 const struct nvfw_ls_desc_v1
*
52 nvfw_ls_desc_v1(struct nvkm_subdev
*, const void *);