coreboot-kgpe-d16/util/inteltool
Jacob Garber 198c2e63ac util/inteltool: Shrink buffer size
512 bytes is much too big for this buffer, which only needs to hold a
path that will have a length of at most 20. The large buffer size also
triggers a -Wformat-truncation warning with GCC since it is later
printed into the smaller temp_string array, so shrink it down to
something reasonable.

Change-Id: I6a136d1a739c782b368d5035db9bc25cf5b9599b
Signed-off-by: Jacob Garber <jgarber1@ualberta.ca>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/33944
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: David Hendricks <david.hendricks@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2019-07-16 16:25:11 +00:00
..
Makefile util/inteltool: Enable -Wmissing-prototypes 2019-07-07 20:23:55 +00:00
ahci.c
amb.c
cpu.c util/inteltool: Shrink buffer size 2019-07-16 16:25:11 +00:00
description.md
gfx.c
gpio.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
gpio_groups.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
inteltool.8
inteltool.c util/inteltool: Make internal functions static 2019-07-07 20:23:42 +00:00
inteltool.h util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
ivy_memory.c util/inteltool: Use appropriate channel for printing timings 2019-05-13 09:24:14 +00:00
memory.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
pcie.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
pcr.c inteltool: Add Sunrise Point-LP Skylake PCH IDs 2019-05-06 10:38:49 +00:00
pcr.h
powermgt.c util/inteltool: Add Kabylake E3-1200 Support 2019-05-15 17:21:39 +00:00
rootcmplx.c inteltool: Add Sunrise Point-LP Skylake PCH IDs 2019-05-06 10:38:49 +00:00
spi.c util/inteltool: Make internal functions static 2019-07-07 20:23:42 +00:00