coreboot-kgpe-d16/src/northbridge/intel
Elyes HAOUAS e1d1fe454c nb/intel/ironlake/raminit.c: initialize 'reply.command'
This to silent a bug found using gcc-10.
src/northbridge/intel/ironlake/raminit.c: In function 'setup_heci_uma':
src/northbridge/intel/ironlake/raminit.c:1805:11: error: 'reply.command' may be used uninitialized in this function [-Werror=maybe-uninitialized]
 1805 |  if (reply.command != (MKHI_SET_UMA | (1 << 7)))
      |      ~~~~~^~~~~~~~
cc1: all warnings being treated as errors

Change-Id: I0d13de549b6d428ac3675ee3f91eb5e42aeb25e8
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42461
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
2020-07-25 01:23:49 +00:00
..
e7505 src: Remove unused 'include <cpu/x86/msr.h>' 2020-07-14 16:14:09 +00:00
gm45 nb/intel/gm45/acpi/gm45.asl: Drop dead code 2020-07-09 23:53:40 +00:00
haswell nb/intel/haswell/hostbridge_regs.h: Clean up registers 2020-07-25 01:22:28 +00:00
i440bx nb/intel/i440bx: Add PMCR register to ACPI code 2020-07-06 06:27:36 +00:00
i945 nb/intel/i945: Put names to northbridge PCI devices 2020-07-22 14:51:39 +00:00
ironlake nb/intel/ironlake/raminit.c: initialize 'reply.command' 2020-07-25 01:23:49 +00:00
pineview nb/intel/pineview/acpi: Remove unmatched comment start 2020-07-08 22:10:21 +00:00
sandybridge nb/intel/sandybridge: Put host bridge registers into its own file 2020-07-24 23:19:36 +00:00
x4x src: Remove unused 'include <types.h>' 2020-07-14 16:10:17 +00:00