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-only */
2 
3 #ifndef __NORTHBRIDGE_INTEL_GM45_MEMMAP_H__
4 #define __NORTHBRIDGE_INTEL_GM45_MEMMAP_H__
5 
6 #define IOMMU_BASE1 0xfed90000
7 #define IOMMU_BASE2 0xfed91000
8 #define IOMMU_BASE3 0xfed92000
9 #define IOMMU_BASE4 0xfed93000
10 
11 #endif /* __NORTHBRIDGE_INTEL_GM45_MEMMAP_H__ */