From 1a94cc38fc2885eac2b7674cc75837debea26eb8 Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Wed, 11 Sep 2019 13:32:12 -0500 Subject: PEL: Move PEL section IDs into a header file These will eventually need to be known to a piece of code that unflattens a PEL into the appropriate section class objects based on the section ID field in the PEL data. Signed-off-by: Matt Spinler Change-Id: I90b9d4be49b2e3807a620745fa663f94f7f4e62c --- extensions/openpower-pels/private_header.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extensions/openpower-pels/private_header.hpp') diff --git a/extensions/openpower-pels/private_header.hpp b/extensions/openpower-pels/private_header.hpp index 4a8b330..66126a0 100644 --- a/extensions/openpower-pels/private_header.hpp +++ b/extensions/openpower-pels/private_header.hpp @@ -14,8 +14,7 @@ struct CreatorVersion uint8_t version[8]; }; -static constexpr uint16_t privateHeaderSectionID = 0x5048; // 'PH' -static constexpr uint16_t privateHeaderVersion = 0x01; +static constexpr uint8_t privateHeaderVersion = 0x01; static constexpr uint8_t minSectionCount = 2; /** -- cgit v1.2.1