From patchwork Tue May 17 02:37:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Timothy Pearson X-Patchwork-Id: 622853 X-Patchwork-Delegate: hdegoede@redhat.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 3r84JW2zJgz9t3v for ; Tue, 17 May 2016 14:35:39 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=raptorengineering.com header.i=@raptorengineering.com header.b=dew6G8Cw; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 142EFA75C8; Tue, 17 May 2016 06:35:37 +0200 (CEST) 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 B3vs0xwsuL5B; Tue, 17 May 2016 06:35:36 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 9398BA7746; Tue, 17 May 2016 06:34:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 419B7A74C3 for ; Tue, 17 May 2016 04:44:50 +0200 (CEST) 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 cBF3xc_9NkBH for ; Tue, 17 May 2016 04:44:50 +0200 (CEST) X-Greylist: delayed 438 seconds by postgrey-1.34 at theia; Tue, 17 May 2016 04:44:45 CEST 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.pearsoncomputing.net (pearsoncomputing.net [192.119.205.242]) by theia.denx.de (Postfix) with ESMTPS id 23172A7519 for ; Tue, 17 May 2016 04:44:44 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.pearsoncomputing.net (Postfix) with ESMTP id ABBDC6403AF for ; Mon, 16 May 2016 21:37:55 -0500 (CDT) Received: from mail.pearsoncomputing.net ([127.0.0.1]) by localhost (vali.starlink.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id nlUIEfKBQwXJ for ; Mon, 16 May 2016 21:37:55 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by mail.pearsoncomputing.net (Postfix) with ESMTP id 18236641112 for ; Mon, 16 May 2016 21:37:55 -0500 (CDT) DKIM-Filter: OpenDKIM Filter v2.9.2 mail.pearsoncomputing.net 18236641112 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raptorengineering.com; s=B8E824E6-0BE2-11E6-931D-288C65937AAD; t=1463452675; bh=7gKceqFxXnLSCvzGwa8GPVs15hlzpNqyvC33rdjameA=; h=Message-ID:Date:Subject:From:To:MIME-Version:Content-Type: Content-Transfer-Encoding; b=dew6G8CwnrnNLkcr1o7Rh9eL5Gzh1+ufsAMBrfjyxqx3olVyg+trWK8a4CeeqbUC9 PQbXU4HSW8Nsn4QAaMKDDxAAfdYQzaD2PBcLcck1Rlzj1ddlsSqlEuV6UEijK2+rPx bIdL2KYf1/y+r68Nxj25Q37aILjeampv7CGZB+RA= X-Virus-Scanned: amavisd-new at pearsoncomputing.net Received: from mail.pearsoncomputing.net ([127.0.0.1]) by localhost (vali.starlink.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 2gc5BYQZCDbN for ; Mon, 16 May 2016 21:37:54 -0500 (CDT) Received: from vali.starlink.edu (localhost [127.0.0.1]) by mail.pearsoncomputing.net (Postfix) with ESMTP id D5ACA6403AF for ; Mon, 16 May 2016 21:37:54 -0500 (CDT) Received: from 192.168.3.91 (proxying for 192.168.3.1) (SquirrelMail authenticated user tpearson@raptorengineeringinc.com) by vali.starlink.edu with HTTP; Mon, 16 May 2016 21:37:54 -0500 Message-ID: <1f80d757011f480385a5b0925cc3cc50.squirrel@vali.starlink.edu> Date: Mon, 16 May 2016 21:37:54 -0500 From: tpearson@raptorengineering.com To: u-boot@lists.denx.de User-Agent: SquirrelMail/1.4.22 MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal X-Mailman-Approved-At: Tue, 17 May 2016 06:33:16 +0200 Subject: [U-Boot] [PATCH 1/8] sun8i: Add A83t SMP definitions 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: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Signed-off-by: Timothy Pearson --- include/configs/sun8i.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/configs/sun8i.h b/include/configs/sun8i.h index b9a8731..b239548 100644 --- a/include/configs/sun8i.h +++ b/include/configs/sun8i.h @@ -26,7 +26,6 @@ #define CONFIG_SUNXI_USB_PHYS 2 #endif -#ifndef CONFIG_MACH_SUN8I_A83T #define CONFIG_ARMV7_PSCI 1 #if defined(CONFIG_MACH_SUN8I_A23) #define CONFIG_ARMV7_PSCI_NR_CPUS 2 @@ -34,10 +33,12 @@ #define CONFIG_ARMV7_PSCI_NR_CPUS 4 #elif defined(CONFIG_MACH_SUN8I_H3) #define CONFIG_ARMV7_PSCI_NR_CPUS 4 +#elif defined(CONFIG_MACH_SUN8I_A83T) +#define CONFIG_ARMV7_PSCI_NR_CPUS 8 +#define CONFIG_ARMV7_SECURE_BASE SUNXI_SRAM_B_BASE #else #error Unsupported sun8i variant #endif -#endif /* * Include common sunxi configuration where most the settings are