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_SANDYBRIDGE_MEMMAP_H__
4 #define __NORTHBRIDGE_INTEL_SANDYBRIDGE_MEMMAP_H__
5 
6 #define GFXVT_BASE 0xfed90000ULL
7 #define VTVC0_BASE 0xfed91000ULL
8 
9 #endif /* __NORTHBRIDGE_INTEL_SANDYBRIDGE_MEMMAP_H__ */