soc/intel/alderlake/romstage: Add desktop UserBd options

Add the desktop board types as per DOC #573387.

Signed-off-by: Michał Żygowski <michal.zygowski@3mdeb.com>
Change-Id: I8cca98f0fac51e537b472958ee602e116b48f6d4
Reviewed-on: https://review.coreboot.org/c/coreboot/+/63504
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Krystian Hebel <krystian.hebel@3mdeb.com>
This commit is contained in:
Michał Żygowski 2022-04-08 17:32:09 +02:00 committed by Felix Held
parent 964a70e998
commit f23cf44c47
1 changed files with 4 additions and 1 deletions

View File

@ -12,7 +12,10 @@ void systemagent_early_init(void);
/* Board type */
enum board_type {
BOARD_TYPE_MOBILE = 0,
BOARD_TYPE_DESKTOP = 1,
BOARD_TYPE_DESKTOP_1DPC = 1,
BOARD_TYPE_DESKTOP_2DPC = 2,
BOARD_TYPE_DESKTOP_2DPC_T_TOP_ASYM = 3,
BOARD_TYPE_DESKTOP_2DPC_T_TOP = 4,
BOARD_TYPE_ULT_ULX = 5,
BOARD_TYPE_ULT_ULX_T4 = 6,
BOARD_TYPE_SERVER = 8