From patchwork Fri Jan 9 03:30:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Glass X-Patchwork-Id: 426901 X-Patchwork-Delegate: sjg@chromium.org 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 B5B2B14012F for ; Fri, 9 Jan 2015 14:32:09 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2BFA14B622; Fri, 9 Jan 2015 04:31:59 +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 18m+2-VDQqc3; Fri, 9 Jan 2015 04:31:58 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BD0B94B65A; Fri, 9 Jan 2015 04:31:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id C0C874B5FA for ; Fri, 9 Jan 2015 04:31:33 +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 Ydtv9Igt0pDm for ; Fri, 9 Jan 2015 04:31:33 +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-f73.google.com (mail-pa0-f73.google.com [209.85.220.73]) by theia.denx.de (Postfix) with ESMTPS id 3A7A44B5E9 for ; Fri, 9 Jan 2015 04:31:30 +0100 (CET) Received: by mail-pa0-f73.google.com with SMTP id rd3so2310707pab.0 for ; Thu, 08 Jan 2015 19:31:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=5cEE5sNAczcDR5dG8ETSe8o8WhkrCBX4MQC3Bzmfxmg=; b=GmFU0bCoplh0UBqh04R31RsADrEMmZwlIOASfH4PNmh5btbQv0F+T/mujQRO6cC7DW xXaN8PUY3B1Lfn68aQdv0Z1yXbhV7YDLEn4G+rXPc+e/UgUQSGg3fGsHvP3bqXNYOtzT 7DttEzwHUs6V8zadsgj8XAJQw9XelI4y2GDfSkMT0JbmLDDzD5MhSda9JsIQ4ul2lzej HKM1jqip+CAtYBXuLjSqOzdFme4VlM6Q18g6TSR+nLBqtypMgC9SEINTHGZbUq0FoW4U YNHPBHhlXG0fLb2uyb0NwXnZW4dKjFSiaD8yupQKMfhVsALW+UFaoJ9RbvYtS/67f6c3 qcxg== X-Gm-Message-State: ALoCoQnmzxTLMc0/xL9HGyhsShCXCTSMXK1ldjRHfZtvpgglhz5UMyLV6B16OAUXgpzhYnslqA2t X-Received: by 10.68.236.230 with SMTP id ux6mr9466107pbc.4.1420774288872; Thu, 08 Jan 2015 19:31:28 -0800 (PST) Received: from corpmail-nozzle1-1.hot.corp.google.com ([100.108.1.104]) by gmr-mx.google.com with ESMTPS id r25si93681yhf.2.2015.01.08.19.31.28 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 08 Jan 2015 19:31:28 -0800 (PST) Received: from kaki.bld.corp.google.com ([172.29.216.32]) by corpmail-nozzle1-1.hot.corp.google.com with ESMTP id RcB33ru4.1; Thu, 08 Jan 2015 19:31:28 -0800 Received: by kaki.bld.corp.google.com (Postfix, from userid 121222) id F0DBA2209E1; Thu, 8 Jan 2015 20:31:27 -0700 (MST) From: Simon Glass To: U-Boot Mailing List Date: Thu, 8 Jan 2015 20:30:54 -0700 Message-Id: <1420774255-702-11-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c In-Reply-To: <1420774255-702-1-git-send-email-sjg@chromium.org> References: <1420774255-702-1-git-send-email-sjg@chromium.org> Cc: Graeme Russ Subject: [U-Boot] [PATCH v2 10/11] x86: ivybridge: Drop the Kconfig MRC cache information X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de This is now stored in the device tree. Signed-off-by: Simon Glass --- Changes in v2: None arch/x86/cpu/ivybridge/Kconfig | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/arch/x86/cpu/ivybridge/Kconfig b/arch/x86/cpu/ivybridge/Kconfig index afca957..e4595be 100644 --- a/arch/x86/cpu/ivybridge/Kconfig +++ b/arch/x86/cpu/ivybridge/Kconfig @@ -26,20 +26,6 @@ config CACHE_MRC_SIZE_KB int default 256 -config MRC_CACHE_BASE - hex - default 0xff800000 - -config MRC_CACHE_LOCATION - hex - depends on !CHROMEOS - default 0x1ec000 - -config MRC_CACHE_SIZE - hex - depends on !CHROMEOS - default 0x10000 - config DCACHE_RAM_BASE hex default 0xff7f0000 @@ -64,20 +50,6 @@ config CACHE_MRC_SIZE_KB int default 512 -config MRC_CACHE_BASE - hex - default 0xff800000 - -config MRC_CACHE_LOCATION - hex - depends on !CHROMEOS - default 0x370000 - -config MRC_CACHE_SIZE - hex - depends on !CHROMEOS - default 0x10000 - config DCACHE_RAM_BASE hex default 0xff7e0000