coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
iomap.h File Reference

Go to the source code of this file.

Macros

#define DEFAULT_MCHBAR   0xfed10000 /* 16 KB */
 
#define DEFAULT_PMBASE   0x1800
 
#define DEFAULT_PMBASE_SIZE   0x100
 
#define ACPI_BASE_ADDRESS   DEFAULT_PMBASE
 
#define DEFAULT_TCO_BASE   0x400
 
#define DEFAULT_PCR_BASE   0xfd000000
 
#define DEFAULT_PWRM_BASE   0xfe000000
 
#define DEFAULT_PWRM_SIZE   0x10000
 
#define DEFAULT_SPI_BASE   0xfed01000
 
#define RMRR_USB_BASE_ADDRESS   0x3e2e0000
 
#define RMRR_USB_LIMIT_ADDRESS   0x3e2fffff
 

Macro Definition Documentation

◆ ACPI_BASE_ADDRESS

#define ACPI_BASE_ADDRESS   DEFAULT_PMBASE

Definition at line 16 of file iomap.h.

◆ DEFAULT_MCHBAR

#define DEFAULT_MCHBAR   0xfed10000 /* 16 KB */

Definition at line 11 of file iomap.h.

◆ DEFAULT_PCR_BASE

#define DEFAULT_PCR_BASE   0xfd000000

Definition at line 20 of file iomap.h.

◆ DEFAULT_PMBASE

#define DEFAULT_PMBASE   0x1800

Definition at line 14 of file iomap.h.

◆ DEFAULT_PMBASE_SIZE

#define DEFAULT_PMBASE_SIZE   0x100

Definition at line 15 of file iomap.h.

◆ DEFAULT_PWRM_BASE

#define DEFAULT_PWRM_BASE   0xfe000000

Definition at line 21 of file iomap.h.

◆ DEFAULT_PWRM_SIZE

#define DEFAULT_PWRM_SIZE   0x10000

Definition at line 22 of file iomap.h.

◆ DEFAULT_SPI_BASE

#define DEFAULT_SPI_BASE   0xfed01000

Definition at line 23 of file iomap.h.

◆ DEFAULT_TCO_BASE

#define DEFAULT_TCO_BASE   0x400

Definition at line 17 of file iomap.h.

◆ RMRR_USB_BASE_ADDRESS

#define RMRR_USB_BASE_ADDRESS   0x3e2e0000

Definition at line 26 of file iomap.h.

◆ RMRR_USB_LIMIT_ADDRESS

#define RMRR_USB_LIMIT_ADDRESS   0x3e2fffff

Definition at line 27 of file iomap.h.