coreboot/src
Patrick Rudolph db43afa836 drivers/ipmi: Fix multiple issues
* Set abort command define
* Set debug level to SPEW
* Support zero length data packet in ipmi_kcs_send_message
  That's required for commands like GET_DEVICE_ID, which have no
  additional data to send.
* Read reply even if given no receive buffer
* Prevent buffer overflow in read reply processing

Tested on Wedge100s.

Change-Id: Iefddd88a744c3b96751d3fe8c2951ca2115548ce
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33488
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2019-06-18 06:26:35 +00:00
..
acpi
arch arm64: make comment match code 2019-06-17 20:04:31 +00:00
commonlib cbmem: Add ID for UCSI 2019-06-07 20:50:39 +00:00
console console: Allow using vprintk() with disabled console 2019-06-11 17:29:02 +00:00
cpu Rampayload: Able to build coreboot without ramstage 2019-06-11 15:49:25 +00:00
device device/cpu_device.c: Use 'unsigned int' instead of 'unsigned' 2019-06-14 19:55:09 +00:00
drivers drivers/ipmi: Fix multiple issues 2019-06-18 06:26:35 +00:00
ec ec/google/wilco: Read back from EC RAM after S0ix entry 2019-06-13 21:14:08 +00:00
include Set ENV_PAYLOAD_LOADER to ENV_POSTCAR when CONFIG_RAMPAYLOAD is enabled 2019-06-13 04:40:05 +00:00
lib stage_cache: Make empty inline function if CONFIG_NO_STAGE_CACHE enable 2019-06-13 04:39:28 +00:00
mainboard mb/google/poppy/variants/atlas: Update DPTF parameter 2019-06-17 17:55:08 +00:00
northbridge 3rdparty/blobs: Update submodule, SNB improvements 2019-06-17 08:15:04 +00:00
security vboot: recovery path should finalize work context 2019-06-12 05:45:10 +00:00
soc soc/intel/common: Fix booting issue without default IGD enabled 2019-06-16 07:21:18 +00:00
southbridge sb/amd/sb700: Fix misleading formatting 2019-06-07 21:30:57 +00:00
superio superio/fintek/f71863fg: Remove variable set but not used 2019-05-25 18:20:15 +00:00
vendorcode vendorcode/agesa/*/Proc/IDS/Library/IdsLib.c: Fix logical 'or' tests 2019-06-15 16:31:11 +00:00
Kconfig arch/x86/Kconfig: Hide the prefix option on all but BOOTBLOCK_NORMAL 2019-06-15 17:24:44 +00:00