Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Artemis: mc: Version commit for 2023.48.01 #1498

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions meta-facebook/at-mc/src/platform/plat_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define DEVICE_REVISION 0x80

#define FIRMWARE_REVISION_1 GET_FW_VERSION1(BOARD_ID, PROJECT_STAGE)
#define FIRMWARE_REVISION_2 0x18
#define FIRMWARE_REVISION_2 0x19

#define IPMI_VERSION 0x02
#define ADDITIONAL_DEVICE_SUPPORT 0xBF
Expand All @@ -42,7 +42,7 @@

#define BIC_FW_YEAR_MSB 0x20
#define BIC_FW_YEAR_LSB 0x23
#define BIC_FW_WEEK 0x46
#define BIC_FW_WEEK 0x48
#define BIC_FW_VER 0x01
#define BIC_FW_platform_0 0x6d // char: m
#define BIC_FW_platform_1 0x63 // char: c
Expand Down