Simon Glass | 6130072 | 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 | |
Simon Glass | 53a0a2f | 2024-10-14 16:31:57 -0600 | [diff] [blame] | 12 | #define ID_PROMPT 5 |
| 13 | #define ID_SCENE1 6 |
| 14 | #define ID_SCENE1_TITLE 7 |
Simon Glass | 6130072 | 2023-06-01 10:23:01 -0600 | [diff] [blame] | 15 | |
Simon Glass | 53a0a2f | 2024-10-14 16:31:57 -0600 | [diff] [blame] | 16 | #define ID_CPU_SPEED 8 |
| 17 | #define ID_CPU_SPEED_TITLE 9 |
| 18 | #define ID_CPU_SPEED_1 10 |
| 19 | #define ID_CPU_SPEED_2 11 |
| 20 | #define ID_CPU_SPEED_3 12 |
Simon Glass | 6130072 | 2023-06-01 10:23:01 -0600 | [diff] [blame] | 21 | |
Simon Glass | 53a0a2f | 2024-10-14 16:31:57 -0600 | [diff] [blame] | 22 | #define ID_POWER_LOSS 13 |
| 23 | #define ID_AC_OFF 14 |
| 24 | #define ID_AC_ON 15 |
| 25 | #define ID_AC_MEMORY 16 |
Simon Glass | 6130072 | 2023-06-01 10:23:01 -0600 | [diff] [blame] | 26 | |
Simon Glass | 53a0a2f | 2024-10-14 16:31:57 -0600 | [diff] [blame] | 27 | #define ID_MACHINE_NAME 17 |
| 28 | #define ID_MACHINE_NAME_EDIT 18 |
Simon Glass | 70c579b | 2023-10-01 19:13:39 -0600 | [diff] [blame] | 29 | |
Simon Glass | 53a0a2f | 2024-10-14 16:31:57 -0600 | [diff] [blame] | 30 | #define ID_DYNAMIC_START 19 |
Simon Glass | 6130072 | 2023-06-01 10:23:01 -0600 | [diff] [blame] | 31 | |
| 32 | #endif |