aboutsummaryrefslogtreecommitdiff
path: root/core/pldm/pldm.h
diff options
context:
space:
mode:
authorChristophe Lombard <clombard@linux.ibm.com>2023-08-29 11:23:31 +0200
committerReza Arbab <arbab@linux.ibm.com>2023-09-12 14:22:11 -0500
commit27509a24b7245db6d1c10e4d595843e0a14c7c02 (patch)
tree3e9d24f78a5bd83c2ea258fd24fe266b55d0ca1e /core/pldm/pldm.h
parentb1e22c7c91185f230a734a74239f4d03fed500af (diff)
downloadskiboot-27509a24b7245db6d1c10e4d595843e0a14c7c02.zip
skiboot-27509a24b7245db6d1c10e4d595843e0a14c7c02.tar.gz
skiboot-27509a24b7245db6d1c10e4d595843e0a14c7c02.tar.bz2
core/pldm: PLDM for BIOS Control and Configuration Specification
This specification defines the data structures and messages for communicating BIOS settings, BIOS attributes, boot configurations, and boot order settings. Use the GetBIOSTable command to get STRING, Attribute and Attribute values tables from the BIOS. The content of these tables is useful to read/write the lid files located on the BMC. Reviewed-by: Abhishek Singh Tomar <abhishek@linux.ibm.com> Signed-off-by: Christophe Lombard <clombard@linux.ibm.com> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to 'core/pldm/pldm.h')
-rw-r--r--core/pldm/pldm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/pldm/pldm.h b/core/pldm/pldm.h
index fd79597..3f46590 100644
--- a/core/pldm/pldm.h
+++ b/core/pldm/pldm.h
@@ -51,6 +51,8 @@ int pldm_responder_handle_request(struct pldm_rx_data *rx);
int pldm_responder_init(void);
/* Requester support */
+int pldm_bios_init(void);
+
uint8_t pldm_base_get_bmc_tid(void);
int pldm_base_get_tid_req(void);