coreboot-kgpe-d16/src
TimChu b8d6af9569 mb/ocp/deltalake: Add ipmi POST start command in romstage
Add function to send POST start command to BMC. This function is
used in romstage and the POST end command will be sent in u-root.

TEST=Read POST command log in OpenBMC,
if command received successfully, message may show as below,

root@bmc-oob:~# cat /var/log/messages |grep -i "POST"
 2020 Jul 15 16:36:11 bmc-oob. user.info fby3-v2020.23.1:
ipmid: POST Start Event for Payload#2
root@bmc-oob:~#

Signed-off-by: TimChu <Tim.Chu@quantatw.com>
Change-Id: Ide0e2a52876db555ed8b5e919215e85731fd80ed
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41605
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2020-07-23 09:12:59 +00:00
..
acpi src: Use ACPI macros 2020-07-21 18:26:47 +00:00
arch src: Make HAVE_CF9_RESET set the FADT reset register 2020-07-20 13:23:13 +00:00
commonlib src: Remove unused 'include <stdint.h> 2020-07-14 16:11:10 +00:00
console
cpu cpu/intel/model_1067x: Drop <cpu/x86/mp.h> include 2020-07-14 16:15:09 +00:00
device device/cardbus_device.c: Drop `cardbus_size_bridge_resource` 2020-07-21 18:22:09 +00:00
drivers drivers/intel/gma/Kconfig: Avoid dependency hell when ignoring straps 2020-07-20 17:13:22 +00:00
ec ec/google/chromeec: Fix Coverity Scan error (BAD_SHIFT) 2020-07-22 21:06:56 +00:00
include src: Make HAVE_CF9_RESET set the FADT reset register 2020-07-20 13:23:13 +00:00
lib src: Remove unused 'include <types.h>' 2020-07-14 16:10:17 +00:00
mainboard mb/ocp/deltalake: Add ipmi POST start command in romstage 2020-07-23 09:12:59 +00:00
northbridge nb/intel/i945: Put names to northbridge PCI devices 2020-07-22 14:51:39 +00:00
security security/intel/stm: Add missing <stdbool.h> 2020-07-21 20:04:12 +00:00
soc soc/intel/xeon_sp/cpx: display SystemMemoryMapHob fields 2020-07-23 08:46:14 +00:00
southbridge sb/intel/i82801jx/hdaudio.c: Rename to `azalia.c` 2020-07-22 22:21:13 +00:00
superio sio/nuvoton/common/early_serial.c: Guard serial enable 2020-07-19 18:18:12 +00:00
vendorcode soc/intel/xeon_sp/cpx: display SystemMemoryMapHob fields 2020-07-23 08:46:14 +00:00
Kconfig