coreboot-kgpe-d16/src
Pratik Prajapati c8c741d9f9 soc/intel/cannonlake: Define Max PCIE Root Ports
This patch defines Max PCIE Root Ports and fixes
bellow Coverity scan defect,

*** CID 1380036:  Control flow issues  (NO_EFFECT)
/src/soc/intel/cannonlake/romstage/romstage.c: 80 in soc_memory_init_params()
79
>>>     CID 1380036:  Control flow issues  (NO_EFFECT)
>>>     "i" is converted to an unsigned type because it's compared to an unsigned constant.
80      for (i = 0; i < ARRAY_SIZE(config->PcieRpEnable); i++) {
81              if (config->PcieRpEnable[i])
82                      mask |= (1 << i);

Change-Id: Id45ff6e96043ed71117018a4e73d08920ae9667e
Signed-off-by: Pratik Prajapati <pratikkumar.v.prajapati@intel.com>
Reviewed-on: https://review.coreboot.org/21272
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
2017-09-01 19:20:58 +00:00
..
acpi src/acpi: Add guards on all header files 2017-08-01 23:04:27 +00:00
arch acpigen: Add stop gpio control to power resource 2017-08-30 16:40:14 +00:00
commonlib
console console: Add weak method to notify about death 2017-08-14 11:01:41 +00:00
cpu AGESA: Remove separate f15rl 2017-08-31 16:28:55 +00:00
device cpu/x86 asm: Just use the correct op suffix 2017-08-31 15:29:52 +00:00
drivers acpigen: Add stop gpio control to power resource 2017-08-30 16:40:14 +00:00
ec ec/google: Use feature flag layout that matches the EC host command 2017-08-30 07:27:16 +00:00
include AMD K8 fam10-15: Tidy up CAR stack switch 2017-08-22 20:25:15 +00:00
lib lib/cbmem: provide optional cbmem top initialization hook 2017-08-04 04:29:57 +00:00
mainboard intel/i440bx: Move LATE_CBMEM_INIT under mainboard 2017-09-01 14:39:16 +00:00
northbridge nb/intel/i440bx/debug.c: Bugfix and cleanup 2017-09-01 14:59:18 +00:00
soc soc/intel/cannonlake: Define Max PCIE Root Ports 2017-09-01 19:20:58 +00:00
southbridge sb/intel/*: add option to lockdown chipset on normal boot path 2017-08-30 10:32:00 +00:00
superio superio/winbond/w83627*: Remove deprecated code 2017-08-21 17:02:53 +00:00
vboot vboot: Remove get_sw_write_protect_state callback 2017-07-18 23:24:01 +00:00
vendorcode AGESA: Remove separate f15rl 2017-08-31 16:28:55 +00:00
Kconfig