TianoCore EDK2 master
Loading...
Searching...
No Matches
LinuxBzimage.h File Reference

Go to the source code of this file.

Data Structures

struct  setup_header
 
struct  efi_info
 
struct  e820_entry
 
struct  screen_info
 
struct  boot_params
 
struct  dt_addr_t
 

Macros

#define BOOTSIG   0x1FE
 
#define SETUP_HDR   0x53726448 /* 0x53726448 == "HdrS" */
 
#define E820_RAM   1
 
#define E820_RESERVED   2
 
#define E820_ACPI   3
 
#define E820_NVS   4
 
#define E820_UNUSABLE   5
 

Functions

EFI_STATUS setup_graphics (struct boot_params *buf)
 

Detailed Description

Copyright (c) 2011 - 2013, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file LinuxBzimage.h.

Macro Definition Documentation

◆ BOOTSIG

#define BOOTSIG   0x1FE

Definition at line 11 of file LinuxBzimage.h.

◆ E820_ACPI

#define E820_ACPI   3

Definition at line 16 of file LinuxBzimage.h.

◆ E820_NVS

#define E820_NVS   4

Definition at line 17 of file LinuxBzimage.h.

◆ E820_RAM

#define E820_RAM   1

Definition at line 14 of file LinuxBzimage.h.

◆ E820_RESERVED

#define E820_RESERVED   2

Definition at line 15 of file LinuxBzimage.h.

◆ E820_UNUSABLE

#define E820_UNUSABLE   5

Definition at line 18 of file LinuxBzimage.h.

◆ SETUP_HDR

#define SETUP_HDR   0x53726448 /* 0x53726448 == "HdrS" */

Definition at line 12 of file LinuxBzimage.h.