coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
memmap.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 
3 #ifndef X4X_MEMMAP_H
4 #define X4X_MEMMAP_H
5 
6 #define DEFAULT_HECIBAR 0xfed10000
7 
8 #define TPM_BASE_ADDRESS 0xfed40000
9 
10 #endif /* X4X_MEMMAP_H */