Hi,
Please find the latest report on new defect(s) introduced to coreboot found with Coverity Scan.
1 new defect(s) introduced to coreboot found with Coverity Scan. 1 defect(s), reported by Coverity Scan earlier, were marked fixed in the recent build analyzed by Coverity Scan.
New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s)
** CID 1394711: Control flow issues (NO_EFFECT) /src/mainboard/google/octopus/romstage.c: 46 in mainboard_save_dimm_info()
________________________________________________________________________________________________________ *** CID 1394711: Control flow issues (NO_EFFECT) /src/mainboard/google/octopus/romstage.c: 46 in mainboard_save_dimm_info() 40 save_dimm_info_by_sku_config(); 41 return; 42 } 43 44 if (!IS_ENABLED(CONFIG_DRAM_PART_NUM_ALWAYS_IN_CBI)) { 45 /* Fall back on part numbers encoded in lp4cfg array. */
CID 1394711: Control flow issues (NO_EFFECT) This less-than-zero comparison of an unsigned value is never true. "board_id() < 0U".
46 if (board_id() < CONFIG_DRAM_PART_IN_CBI_BOARD_ID_MIN) { 47 save_dimm_info_by_sku_config(); 48 return; 49 } 50 } 51
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u2389337.ct.sendgrid.net/wf/click?upn=08onrYu34A-2BWcWUl-2F-2BfV0V05...