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

Go to the source code of this file.

Macros

#define QEMU_VIRT_CLINT   0x02000000
 
#define QEMU_VIRT_PLIC   0x0c000000
 
#define QEMU_VIRT_UART0   0x10000000
 
#define QEMU_VIRT_VIRTIO   0x10001000
 
#define QEMU_VIRT_DRAM   0x80000000
 

Macro Definition Documentation

◆ QEMU_VIRT_CLINT

#define QEMU_VIRT_CLINT   0x02000000

Definition at line 3 of file addressmap.h.

◆ QEMU_VIRT_DRAM

#define QEMU_VIRT_DRAM   0x80000000

Definition at line 7 of file addressmap.h.

◆ QEMU_VIRT_PLIC

#define QEMU_VIRT_PLIC   0x0c000000

Definition at line 4 of file addressmap.h.

◆ QEMU_VIRT_UART0

#define QEMU_VIRT_UART0   0x10000000

Definition at line 5 of file addressmap.h.

◆ QEMU_VIRT_VIRTIO

#define QEMU_VIRT_VIRTIO   0x10001000

Definition at line 6 of file addressmap.h.