soc/intel/alderlake: Align board type as per FSP v2347_00

This patch adds new board type BOARD_TYPE_ULT_ULX_T4 and changes
BOARD_TYPE_SERVER value to 8.

BUG=b:199359579
BRANCH=None
TEST=Build and boot brya

Change-Id: I48eb0785a209499ee0d90bd541376d9bbacf2390
Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57524
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
Ronak Kanabar 2021-09-09 18:19:08 +05:30 committed by Felix Held
parent 91df11242d
commit ab7006e4c4
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ enum board_type {
BOARD_TYPE_MOBILE = 0,
BOARD_TYPE_DESKTOP = 1,
BOARD_TYPE_ULT_ULX = 5,
BOARD_TYPE_SERVER = 7
BOARD_TYPE_ULT_ULX_T4 = 6,
BOARD_TYPE_SERVER = 8
};
#endif /* _SOC_ROMSTAGE_H_ */