coreboot/src/drivers/ipmi
Paul Menzel 2dcc7224a0 drivers/ipmi: Change type of custom_count from int to size_t
The variable `custom_count` is the number of custom fields, so only
holds non-negative values, so change the struct member type from int to
size_t.

Change-Id: Ic35aafefc870092298523ba2e10adf4fcb687a01
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60790
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2022-01-07 15:27:56 +00:00
..
ocp drivers/ipmi/ocp: add missing commonlib/bsd/cb_err.h include 2021-09-17 22:32:51 +00:00
chip.h drivers/ipmi: implement "POST complete" notification functionality 2020-12-30 00:30:41 +00:00
ipmi_fru.c drivers/ipmi: Use correct unsigned int length modifier 2022-01-07 15:27:44 +00:00
ipmi_kcs.c src/drivers/ipmi: Add DEBUG_IPMI option 2021-04-18 20:37:10 +00:00
ipmi_kcs.h src/drivers/ipmi: Add function to get BMC revision 2020-10-26 06:46:17 +00:00
ipmi_kcs_ops.c SMBIOS: Allow skipping default SMBIOS generation 2021-09-13 13:54:03 +00:00
ipmi_kcs_ops_premem.c src: Include <arch/io.h> when appropriate 2020-10-26 06:44:40 +00:00
ipmi_ops.c treewide: Remove "this file is part of" lines 2020-05-11 17:11:40 +00:00
ipmi_ops.h drivers/ipmi: Change type of custom_count from int to size_t 2022-01-07 15:27:56 +00:00
ipmi_supermicro_oem.h drivers/ipmi: Add Supermicro OEM commands 2020-12-25 02:25:49 +00:00
Kconfig drivers/ipmi: Add Supermicro OEM commands 2020-12-25 02:25:49 +00:00
Makefile.inc drivers/ipmi: Add Supermicro OEM commands 2020-12-25 02:25:49 +00:00
supermicro_oem.c src/acpi to src/lib: Fix spelling errors 2021-10-05 18:06:39 +00:00