coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
_AMD_IMAGE_HEADER Struct Reference

AGESA Binary module header structure. More...

#include <Amd.h>

Collaboration diagram for _AMD_IMAGE_HEADER:
Collaboration graph

Data Fields

IN unsigned int Signature
 Binary Signature. More...
 
IN signed char CreatorID [8]
 8 characters ID More...
 
IN signed char Version [12]
 12 characters version More...
 
IN unsigned int ModuleInfoOffset
 Offset of module. More...
 
IN unsigned int EntryPointAddress
 Entry address. More...
 
IN unsigned int ImageBase
 Image base. More...
 
IN unsigned int RelocTableOffset
 Relocate Table offset. More...
 
IN unsigned int ImageSize
 Size. More...
 
IN unsigned short Checksum
 Checksum. More...
 
IN unsigned char ImageType
 Type. More...
 
IN unsigned char V_Reserved
 Reserved. More...
 

Detailed Description

AGESA Binary module header structure.

Definition at line 87 of file Amd.h.

Field Documentation

◆ Checksum

IN unsigned short _AMD_IMAGE_HEADER::Checksum

Checksum.

Definition at line 96 of file Amd.h.

◆ CreatorID

IN signed char _AMD_IMAGE_HEADER::CreatorID[8]

8 characters ID

Definition at line 89 of file Amd.h.

◆ EntryPointAddress

IN unsigned int _AMD_IMAGE_HEADER::EntryPointAddress

Entry address.

Definition at line 92 of file Amd.h.

◆ ImageBase

IN unsigned int _AMD_IMAGE_HEADER::ImageBase

Image base.

Definition at line 93 of file Amd.h.

◆ ImageSize

IN unsigned int _AMD_IMAGE_HEADER::ImageSize

Size.

Definition at line 95 of file Amd.h.

◆ ImageType

IN unsigned char _AMD_IMAGE_HEADER::ImageType

Type.

Definition at line 97 of file Amd.h.

◆ ModuleInfoOffset

IN unsigned int _AMD_IMAGE_HEADER::ModuleInfoOffset

Offset of module.

Definition at line 91 of file Amd.h.

Referenced by agesa_set_interface(), agesawrapper_locate_module(), amd_find_image(), and module_dispatch().

◆ RelocTableOffset

IN unsigned int _AMD_IMAGE_HEADER::RelocTableOffset

Relocate Table offset.

Definition at line 94 of file Amd.h.

◆ Signature

IN unsigned int _AMD_IMAGE_HEADER::Signature

Binary Signature.

Definition at line 88 of file Amd.h.

◆ V_Reserved

IN unsigned char _AMD_IMAGE_HEADER::V_Reserved

Reserved.

Definition at line 98 of file Amd.h.

◆ Version

IN signed char _AMD_IMAGE_HEADER::Version[12]

12 characters version

Definition at line 90 of file Amd.h.


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