summaryrefslogtreecommitdiffstats
path: root/src/include/usr/ipmi
diff options
context:
space:
mode:
authorBrian Bakke <bbakke@us.ibm.com>2017-12-04 10:23:11 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-11 17:57:33 -0500
commitb98033264ca7353d7a5be17f061a5c3c5e476918 (patch)
treebf64a0be749e5c8353cc511c78fd5935be9b64f3 /src/include/usr/ipmi
parentb0255985c87e86701d53d850d7c51e93eaaee783 (diff)
downloadtalos-hostboot-b98033264ca7353d7a5be17f061a5c3c5e476918.tar.gz
talos-hostboot-b98033264ca7353d7a5be17f061a5c3c5e476918.zip
Increase error log size to 4K for obmc systems
Change-Id: I63f4dfd21080693aaf7eabe682fa597b40f7d77b RTC: 182608 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/50603 Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/ipmi')
-rw-r--r--src/include/usr/ipmi/ipmisel.H6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/usr/ipmi/ipmisel.H b/src/include/usr/ipmi/ipmisel.H
index 961f56f5f..7bade7150 100644
--- a/src/include/usr/ipmi/ipmisel.H
+++ b/src/include/usr/ipmi/ipmisel.H
@@ -64,10 +64,8 @@ namespace IPMISEL
// size of the partial_add_esel request (command) data
PARTIAL_ADD_ESEL_REQ = 7,
- // per MegaRAC SP-X spec
- // The size of the eSEL is configurable via PRJ
- // it can be set to 2KB per eSEL packet.
- ESEL_MAX_SIZE = 2 * KILOBYTE,
+ // legacy default value per eSEL packet.
+ ESEL_MAX_SIZE_DEFAULT = 2 * KILOBYTE,
};
/**
OpenPOWER on IntegriCloud