diff options
author | Martin Roth <gaumless@gmail.com> | 2017-10-15 14:58:49 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-01-15 23:24:53 +0000 |
commit | f6af8943e23b8ffa27df6ddb8e4a654387be0cb6 (patch) | |
tree | d5b2cab4d1ba2b8de91fd1abedf07033a429b19a /src/cpu/intel/Kconfig | |
parent | 779b32beffae83ece727a43f2ce216513bf66c15 (diff) | |
download | coreboot-f6af8943e23b8ffa27df6ddb8e4a654387be0cb6.tar.gz coreboot-f6af8943e23b8ffa27df6ddb8e4a654387be0cb6.tar.bz2 coreboot-f6af8943e23b8ffa27df6ddb8e4a654387be0cb6.zip |
Intel i5000 board & chips: Remove - using LATE_CBMEM_INIT
All boards and chips that are still using LATE_CBMEM_INIT are being
removed as previously discussed.
If these boards and chips are updated to not use LATE_CBMEM_INIT, they
can be restored to the active codebase from the 4.7 branch.
chips:
northbridge/intel/i5000
Mainboards:
mainboard/supermicro/x7db8
mainboard/asus/dsbf
Change-Id: I6614c0033b4439d196f26819998d3f85e6d11c00
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/22030
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/cpu/intel/Kconfig')
-rw-r--r-- | src/cpu/intel/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig index bd4e690b40b9..612b62e85b4f 100644 --- a/src/cpu/intel/Kconfig +++ b/src/cpu/intel/Kconfig @@ -39,7 +39,6 @@ source src/cpu/intel/socket_mPGA604/Kconfig source src/cpu/intel/socket_PGA370/Kconfig source src/cpu/intel/socket_441/Kconfig source src/cpu/intel/socket_LGA1155/Kconfig -source src/cpu/intel/socket_LGA771/Kconfig source src/cpu/intel/socket_LGA775/Kconfig source src/cpu/intel/socket_rPGA988B/Kconfig source src/cpu/intel/socket_rPGA989/Kconfig |