CMSIS2000  0.0.7
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
bootm_headers Struct Reference

#include <uboot_image_format.h>

Collaboration diagram for bootm_headers:

Data Fields

ulong cmdline_end
ulong cmdline_start
ulong ep
ulong ft_len
ulong initrd_end
ulong initrd_start
bd_tkbd
image_header_tlegacy_hdr_os
image_header_t legacy_hdr_os_copy
ulong legacy_hdr_valid
image_info_t os
ulong rd_end
ulong rd_start
int state
int verify

Detailed Description

Definition at line 211 of file uboot_image_format.h.

Field Documentation

ulong bootm_headers::cmdline_end

Definition at line 251 of file uboot_image_format.h.

ulong bootm_headers::cmdline_start

Definition at line 250 of file uboot_image_format.h.

ulong bootm_headers::ep

Definition at line 239 of file uboot_image_format.h.

ulong bootm_headers::ft_len

Definition at line 246 of file uboot_image_format.h.

ulong bootm_headers::initrd_end

Definition at line 249 of file uboot_image_format.h.

ulong bootm_headers::initrd_start

Definition at line 248 of file uboot_image_format.h.

bd_t* bootm_headers::kbd

Definition at line 252 of file uboot_image_format.h.

image_header_t* bootm_headers::legacy_hdr_os

Definition at line 217 of file uboot_image_format.h.

image_header_t bootm_headers::legacy_hdr_os_copy

Definition at line 218 of file uboot_image_format.h.

ulong bootm_headers::legacy_hdr_valid

Definition at line 219 of file uboot_image_format.h.

image_info_t bootm_headers::os

Definition at line 238 of file uboot_image_format.h.

ulong bootm_headers::rd_end

Definition at line 241 of file uboot_image_format.h.

ulong bootm_headers::rd_start

Definition at line 241 of file uboot_image_format.h.

int bootm_headers::state

Definition at line 265 of file uboot_image_format.h.

int bootm_headers::verify

Definition at line 255 of file uboot_image_format.h.


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