From patchwork Sun Aug 25 14:09:57 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joel Stanley X-Patchwork-Id: 11113489 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3A1DC13B1 for ; Sun, 25 Aug 2019 14:10:12 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C8CB620850 for ; Sun, 25 Aug 2019 14:10:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="c4yXvGH3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C8CB620850 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+407+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Sun, 25 Aug 2019 07:10:10 -0700 X-Received: by mail.kernel.org (Postfix) id 177FB2173E; Sun, 25 Aug 2019 14:10:10 +0000 (UTC) X-Received: from mail-qt1-f193.google.com (mail-qt1-f193.google.com [209.85.160.193]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B042120850; Sun, 25 Aug 2019 14:10:09 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B042120850 X-Received: by mail-qt1-f193.google.com with SMTP id u34so15601780qte.2; Sun, 25 Aug 2019 07:10:09 -0700 (PDT) X-Gm-Message-State: APjAAAXRGYwnjVXzRYVWsON6z2QGtI+MA8LksIfReouQL15DavDVuueP grCYW1L8rpPIXMxNBb3b2Yt8JxSDArYJu9c0Zbjxsmvw X-Google-Smtp-Source: APXvYqzFrE96OFY5U5o+hgbd1rMHJJMXrR6dbp7JfVZKXs7/QspfFIISONVZdI96hmz4Ggr2nLLZh29Q8JdCic7ikC8= X-Received: by 2002:a0c:dd83:: with SMTP id v3mr11831705qvk.105.1566742208271; Sun, 25 Aug 2019 07:10:08 -0700 (PDT) MIME-Version: 1.0 From: Joel Stanley Date: Sun, 25 Aug 2019 14:09:57 +0000 Message-ID: Subject: [GIT PULL] ARM: aspeed: arch changes for 5.4 To: Linuxkernel+Patchwork-Soc via Email Integration Cc: Andrew Jeffery , linux-aspeed , Linux ARM Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1566742211; bh=IFEMoP7ABzs2ijCF7b5lsbP5XJeYHSoDYzPuG6Qlf5w=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=c4yXvGH3RDdIsPvRalQa+Z5VM3iK9UjDrY6SOyC5+hynwgvrShBizuPFwVAoojmJq5M 16x5y96FODTGqar+D8GYqJsXoerZRTAkTYuEbWtAPJW29qRGZsDqtaeiTmH/42otQ/XpN Bi6MnJssxayEv4sQQwq7K/B3r/EtRgqW5VU= Hello ARM Maintainers, Here's my first mach-aspeed pull request. We finally had to add some code here to support SMP on the shiny new ASPEED AST2600. The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joel/aspeed.git \ tags/aspeed-5.4-arch for you to fetch changes up to 87dfe49691a3aefd66ebe76a4a0cc9e872d2587b: ARM: aspeed: Enable SMP boot (2019-08-25 23:26:52 +0930) ---------------------------------------------------------------- ASPEED architecture updates for 5.4 This adds support for the new ASPEED AST2600 BMC SoC. ---------------------------------------------------------------- Joel Stanley (4): dt-bindings: arm: cpus: Add ASPEED SMP ARM: aspeed: Select timer in each SoC ARM: aspeed: Add ASPEED AST2600 architecture ARM: aspeed: Enable SMP boot Documentation/devicetree/bindings/arm/cpus.yaml | 1 + arch/arm/Makefile | 1 + arch/arm/mach-aspeed/Kconfig | 17 ++++++- arch/arm/mach-aspeed/Makefile | 5 ++ arch/arm/mach-aspeed/platsmp.c | 61 +++++++++++++++++++++++++ 5 files changed, 83 insertions(+), 2 deletions(-) create mode 100644 arch/arm/mach-aspeed/Makefile create mode 100644 arch/arm/mach-aspeed/platsmp.c -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#407): https://linux.kernel.org/g/patchwork-soc/message/407 Mute This Topic: https://linux.kernel.org/mt/33022141/1554929 Group Owner: patchwork-soc+owner@linux.kernel.org Unsubscribe: https://linux.kernel.org/g/patchwork-soc/unsub [patchwork-linux-kernel-org@patchwork.kernel.org] -=-=-=-=-=-=-=-=-=-=-=-