pldmtool: Fix tool to show the oem entities

START & END are meant to be used as range to figure out if an
entity/state_set is OEM or not.They are not entity & state set
names.

This commit fixes above mentioned issue & also removes TPM entity
from the common fru_master configuration as the entity type is in
OEM range as per DSP0249_1.1.0 specification.

Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
Change-Id: Iba4fadabf1ae4f94cee8f2f47632731de0bfd85f
diff --git a/oem/ibm/libpldm/entity_oem_ibm.h b/oem/ibm/libpldm/entity_oem_ibm.h
index 636167b..dd80f56 100644
--- a/oem/ibm/libpldm/entity_oem_ibm.h
+++ b/oem/ibm/libpldm/entity_oem_ibm.h
@@ -6,6 +6,7 @@
 #endif
 
 enum pldm_oem_ibm_entity_id_codes {
+	PLDM_OEM_IBM_ENTITY_TPM = 24576,
 	PLDM_OEM_IBM_ENTITY_FIRMWARE_UPDATE = 24577,
 };