coreboot/src/security/intel/stm
Martin Roth face29cd50 security/intel/stm: Remove check that can never be true
STM_RSC_MEM_DESC defines rws_attributes as 3 bits, which can't be
greater than 7.

Found-by: Coverity Scan #1430578
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I1efd007e96abd6d5d36f314752abfadffb0024d1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/78619
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
2023-10-27 17:20:09 +00:00
..
Kconfig security/intel/stm: Add options for STM build 2020-10-12 08:49:57 +00:00
Makefile src/security/intel/stm: Add warning for non-reproducible build 2021-05-12 15:13:37 +00:00
Makefile.inc commonlib,console,nb,sb,security: Add SPDX licenses to Makefiles 2023-08-14 15:14:45 +00:00
SmmStm.c security/intel/stm: Remove check that can never be true 2023-10-27 17:20:09 +00:00
SmmStm.h security/intel/stm: Use correct SMBASE for SMM descriptor setup 2022-02-24 00:27:08 +00:00
StmApi.h security/intel/stm/StmApi.h: Use C99 flexible arrays 2023-08-01 12:41:50 +00:00
StmPlatformResource.c security/intel: Remove unnecessary blank line after '{' 2023-09-07 17:35:19 +00:00
StmPlatformResource.h treewide: Convert more license headers to SPDX style 2020-05-11 19:37:19 +00:00
StmPlatformSmm.c security/intel/stm: Remove __attribute__(()) 2023-09-09 04:45:57 +00:00