Simon Glass | 82cafee | 2023-06-01 10:23:01 -0600 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
| 2 | /* |
| 3 | * Binding shared between cedit.dtsi and test/boot/expo.c |
| 4 | * |
| 5 | * Copyright 2023 Google LLC |
| 6 | * Written by Simon Glass <sjg@chromium.org> |
| 7 | */ |
| 8 | |
| 9 | #ifndef __cedit_test_h |
| 10 | #define __cedit_test_h |
| 11 | |
| 12 | #define ID_PROMPT 1 |
| 13 | #define ID_SCENE1 2 |
| 14 | #define ID_SCENE1_TITLE 3 |
| 15 | |
| 16 | #define ID_CPU_SPEED 4 |
| 17 | #define ID_CPU_SPEED_TITLE 5 |
| 18 | #define ID_CPU_SPEED_1 6 |
| 19 | #define ID_CPU_SPEED_2 7 |
| 20 | #define ID_CPU_SPEED_3 8 |
| 21 | |
| 22 | #define ID_POWER_LOSS 9 |
| 23 | #define ID_AC_OFF 10 |
| 24 | #define ID_AC_ON 11 |
| 25 | #define ID_AC_MEMORY 12 |
| 26 | |
Simon Glass | c2bd2d3 | 2023-10-01 19:13:39 -0600 | [diff] [blame] | 27 | #define ID_MACHINE_NAME 13 |
| 28 | #define ID_MACHINE_NAME_EDIT 14 |
| 29 | |
| 30 | #define ID_DYNAMIC_START 15 |
Simon Glass | 82cafee | 2023-06-01 10:23:01 -0600 | [diff] [blame] | 31 | |
| 32 | #endif |