diff options
author | Jincheng Li <jincheng.li@intel.com> | 2024-06-27 17:22:38 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-07-19 12:35:09 +0000 |
commit | 04340496c121894af0155311c223eed2d5e6597e (patch) | |
tree | d155a4bcd928f8462f2144fa1ecb52defe7bb01c /src/cpu/intel/socket_LGA4677 | |
parent | 4cf322eda50f67ee948b9153e6d45904a813a661 (diff) |
cpu/intel: Add socket types
Add socket types for LGA1700, LGA3647_1, LGA4189, LGA4677.
Select the socket type for different boards.
For the socket types which are not defined in SMBIOS type4,
CPU_INTEL_SOCKET_OTHER could be used.
Change-Id: Ida3315694f3ce397b9ad9d676d3195da5f096cb7
Signed-off-by: Jincheng Li <jincheng.li@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/83329
Reviewed-by: Jérémy Compostella <jeremy.compostella@intel.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/cpu/intel/socket_LGA4677')
-rw-r--r-- | src/cpu/intel/socket_LGA4677/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_LGA4677/Kconfig b/src/cpu/intel/socket_LGA4677/Kconfig new file mode 100644 index 0000000000..321a0abf29 --- /dev/null +++ b/src/cpu/intel/socket_LGA4677/Kconfig @@ -0,0 +1,2 @@ +config CPU_INTEL_SOCKET_LGA4677 + bool |