coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
image.h File Reference
#include <stdint.h>
Include dependency graph for image.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

voidamd_find_image (const void *start_address, const void *end_address, uint32_t alignment, const char name[8])
 

Function Documentation

◆ amd_find_image()

void* amd_find_image ( const void start_address,
const void end_address,
uint32_t  alignment,
const char  name[8] 
)

Definition at line 28 of file image.c.

References IMAGE_SIGNATURE, _AMD_IMAGE_HEADER::ModuleInfoOffset, name, NULL, and validate_image().

Referenced by agesawrapper_locate_module().

Here is the call graph for this function:
Here is the caller graph for this function: