From patchwork Wed Nov 25 08:45:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 548438 X-Patchwork-Delegate: bmeng.cn@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id C78C01401DE for ; Wed, 25 Nov 2015 19:43:10 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=ReraaW25; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 765134B99D; Wed, 25 Nov 2015 09:43:02 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9cHxhM58p2CW; Wed, 25 Nov 2015 09:43:02 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id CA37C4B98A; Wed, 25 Nov 2015 09:43:00 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id EBC474B94E for ; Wed, 25 Nov 2015 09:42:45 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id R_geTcwbmTpT for ; Wed, 25 Nov 2015 09:42:45 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pa0-f41.google.com (mail-pa0-f41.google.com [209.85.220.41]) by theia.denx.de (Postfix) with ESMTPS id 36AC74B94C for ; Wed, 25 Nov 2015 09:42:42 +0100 (CET) Received: by padhx2 with SMTP id hx2so50989254pad.1 for ; Wed, 25 Nov 2015 00:42:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=FITKTNoiQ54D1TH9cUAyPIuUKmlRHqft/i0MFqWPnTg=; b=ReraaW25+tK2maz0ffSfBRuzMwxlk4oLBFfVWj6E8uBgCa4LG14ozkfodX01JjIuTa HxYWTS2IL96oYyCzkwy+/R855wn361I4A4HLBzgeab6mPWje9WvqIbi2uKbt6FZtUM9z atngDxhIo/tFQhsxAuiGXBTcQEALC3/sNQ6Wsd8o6O+1tMM+/zx1WDzJI643A55LioPv 1opVvseEgQ5HkqwGEdfQkgWPNpBo/VLYNEakwrSczOWasEqevpMzAWVqtVxkoweIYqHh 2rkC8EZykVbuY13+7o2hBIOMKTpCE3/+f0rcYsh6LVECGttBTo29vtJaCHFUN7upWfnk 3QEQ== X-Received: by 10.98.0.140 with SMTP id 134mr30003217pfa.6.1448440961138; Wed, 25 Nov 2015 00:42:41 -0800 (PST) Received: from ala-d2121-lx1.wrs.com (unknown-157-139.windriver.com. [147.11.157.139]) by smtp.gmail.com with ESMTPSA id 81sm19174810pfk.56.2015.11.25.00.42.40 (version=TLS1_1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 Nov 2015 00:42:40 -0800 (PST) From: Bin Meng To: Simon Glass , U-Boot Mailing List Date: Wed, 25 Nov 2015 00:45:28 -0800 Message-Id: <1448441129-23142-3-git-send-email-bmeng.cn@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1448441129-23142-1-git-send-email-bmeng.cn@gmail.com> References: <1448441129-23142-1-git-send-email-bmeng.cn@gmail.com> Subject: [U-Boot] [PATCH 3/4] x86: Remove CPU_INTEL_SOCKET_RPGA989 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" This Kconfig option name indicates it has something to do with cpu socket, however it is actually not the case. Remove it and move options inside it to NORTHBRIDGE_INTEL_IVYBRIDGE. Signed-off-by: Bin Meng Acked-by: Simon Glass --- arch/x86/cpu/ivybridge/Kconfig | 15 ++++----------- board/google/chromebook_link/Kconfig | 1 - board/google/chromebox_panther/Kconfig | 1 - 3 files changed, 4 insertions(+), 13 deletions(-) diff --git a/arch/x86/cpu/ivybridge/Kconfig b/arch/x86/cpu/ivybridge/Kconfig index 0970382..56abd8f 100644 --- a/arch/x86/cpu/ivybridge/Kconfig +++ b/arch/x86/cpu/ivybridge/Kconfig @@ -11,6 +11,10 @@ config NORTHBRIDGE_INTEL_IVYBRIDGE if NORTHBRIDGE_INTEL_IVYBRIDGE +config CACHE_MRC_BIN + bool + default n + config CACHE_MRC_SIZE_KB int default 512 @@ -69,14 +73,3 @@ config ENABLE_VMX slowly. endif - -config CPU_INTEL_SOCKET_RPGA989 - bool - -if CPU_INTEL_SOCKET_RPGA989 - -config CACHE_MRC_BIN - bool - default n - -endif diff --git a/board/google/chromebook_link/Kconfig b/board/google/chromebook_link/Kconfig index 3843517..ce976db 100644 --- a/board/google/chromebook_link/Kconfig +++ b/board/google/chromebook_link/Kconfig @@ -18,7 +18,6 @@ config SYS_TEXT_BASE config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select X86_RESET_VECTOR - select CPU_INTEL_SOCKET_RPGA989 select NORTHBRIDGE_INTEL_IVYBRIDGE select HAVE_ACPI_RESUME select BOARD_ROMSIZE_KB_8192 diff --git a/board/google/chromebox_panther/Kconfig b/board/google/chromebox_panther/Kconfig index 88afff3..c1cf89c 100644 --- a/board/google/chromebox_panther/Kconfig +++ b/board/google/chromebox_panther/Kconfig @@ -19,7 +19,6 @@ config SYS_TEXT_BASE config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select X86_RESET_VECTOR - select CPU_INTEL_SOCKET_RPGA989 select NORTHBRIDGE_INTEL_IVYBRIDGE select HAVE_ACPI_RESUME select BOARD_ROMSIZE_KB_8192