Skip to content

Commit

Permalink
linux-image_update: Adds support for Lhotse boards
Browse files Browse the repository at this point in the history
Signed-off-by: Dasari Sharath Kumar <sharath.kumar.dasari@amd.com>
  • Loading branch information
sharathk39 committed Jan 2, 2025
1 parent 16780b4 commit 57c8c72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion image_update.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define XBIU_QSPI_MFG_INFO_SIZE (0x100U)
#define XBIU_IMG_REVISON_OFFSET (0x70U)
#define XBIU_IMG_REVISON_SIZE (0x24U)
#define XBIU_NUM_BRDS (0x8U)
#define XBIU_NUM_BRDS (0x9U)
#define XBIU_NUM_BRD_REVS (0x4U)
#define XBIU_BRD_NAM_STR_LEN (0x8U)
#define XBIU_BRD_REV_STR_LEN (0x4U)
Expand All @@ -43,6 +43,7 @@ struct board_list brds[XBIU_NUM_BRDS] = {
{"VPK180", "A01", "B01", "B02", ""},
{"VHK158", "A01", "B01", "B02", ""},
{"VEK280", "A01", "B01", "B02", "B03"},
{"VM-P-M1", "A01", "B01", "B02", ""},
{"SMK-K26", "A", "B", "1", "2"},
{"SM-K26-", "A", "B", "1", "2"},
{"SMK-K24", "A", "B", "1", ""},
Expand Down

0 comments on commit 57c8c72

Please sign in to comment.