1
0
Fork 0
qemu/roms/qboot/benchmark.h
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00

14 lines
300 B
C

#ifndef BENCHMARK_H
#define BENCHMARK_H
/* IO ports for different exit points */
#define LINUX_EXIT_PORT 0xf4
#define FW_EXIT_PORT 0xf5
/* Exit point values */
#define FW_START 1
#define LINUX_START_FWCFG 2
#define LINUX_START_BOOT 3
#define LINUX_START_PVHBOOT 4
#endif /* BENCHMARK_H */