coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
iomap.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _BROADWELL_IOMAP_H_
4 #define _BROADWELL_IOMAP_H_
5 
7 
8 #define ACPI_BASE_ADDRESS 0x1000
9 #define ACPI_BASE_SIZE 0x100
10 
11 #define GPIO_BASE_ADDRESS 0x1400
12 #define GPIO_BASE_SIZE 0x400
13 
14 #endif