Skip to content

Commit

Permalink
JadePkg: Sync up BERT vendor message size for firmware 1.04
Browse files Browse the repository at this point in the history
Since the BERT Vendor message size has changed to 0x2C in the SCP
firmware 1.04.

Signed-off-by: Nhi Pham <npham@amperecomputing.com>
  • Loading branch information
nhivp authored and thangqn-ampere committed Feb 26, 2021
1 parent 4cbb478 commit 6ca639b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/Ampere/JadePkg/Drivers/AcpiPlatformDxe/AcpiApei.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <Library/AmpereCpuLib.h>

#pragma pack(1)
#define BERT_MSG_SIZE 0x40
#define BERT_MSG_SIZE 0x2C
#define BERT_ERROR_TYPE 0x7F
#define BERT_UEFI_FAILURE 5
#define RAS_2P_TYPE 0x03
Expand Down

0 comments on commit 6ca639b

Please sign in to comment.