aboutsummaryrefslogtreecommitdiff
path: root/benchmark.h
blob: 089c549b5803cb5a884955fe786cfa948f34d04b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#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

#endif