Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752596AbbELAU7 (ORCPT ); Mon, 11 May 2015 20:20:59 -0400 Received: from mail-qk0-f169.google.com ([209.85.220.169]:32997 "EHLO mail-qk0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752511AbbELAUz (ORCPT ); Mon, 11 May 2015 20:20:55 -0400 MIME-Version: 1.0 In-Reply-To: References: <1431007225-8513-1-git-send-email-bintian.wang@huawei.com> <7ha8xgi10e.fsf@linaro.org> Date: Mon, 11 May 2015 17:20:54 -0700 Message-ID: Subject: Re: [PATCH v5 0/6] arm64,hi6220: Enable Hisilicon Hi6220 SoC From: Kevin Hilman To: Brent Wang Cc: Bintian Wang , linux-arm-kernel , "linux-kernel@vger.kernel.org" , Catalin Marinas , Will Deacon , "devicetree@vger.kernel.org" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Mike Turquette , Rob Herring , Zhangfei Gao , Haojian Zhuang , Xu Wei , Jaehoon Chung , Olof Johansson , Haifeng Yan , Stephen Boyd , "xuejiancheng@huawei.com" , "sledge.yanwei@huawei.com" , Tomeu Vizoso , Russell King - ARM Linux , Guodong Xu , Jorge Ramirez-Ortiz , Tyler Baker , pebolle@tiscali.nl, Arnd Bergmann , Marc Zyngier , "xuyiping@hisilicon.com" , "wangbinghui@hisilicon.com" , "zhenwei.wang@hisilicon.com" , "victor.lixin@hisilicon.com" , "puck.chen@hisilicon.com" , "dan.zhao@hisilicon.com" , "huxinwei@huawei.com" , "z.liuxinliang@huawei.com" , "heyunlei@huawei.com" , XinWei Kong , "btw@mail.itp.ac.cn" , "w.f@huawei.com" , "Liguozhu (Kenneth)" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2017 Lines: 47 On Thu, May 7, 2015 at 4:11 PM, Brent Wang wrote: > Hello Kevin, > > 2015-05-08 4:30 GMT+08:00 Kevin Hilman : >> Bintian Wang writes: >> >>> Hi6220 is one mobile solution of Hisilicon, this patchset contains >>> initial support for Hi6220 SoC and HiKey development board, which >>> supports octal ARM Cortex A53 cores. Initial support is minimal and >>> includes just the arch configuration, clock driver, device tree >>> configuration. >>> >>> PSCI is enabled in device tree and there is no problem to boot all the >>> octal cores, and the CPU hotplug is also working now, you can download >>> and compile the latest firmware based on the following link to run this >>> patch set: >>> https://github.com/96boards/documentation/wiki/UEFI >> >> Do you have any tips for booting this using the HiSi bootloader? It >> seems that I need to add the magic hisi,boardid property for dtbTool to >> work. Could you share what that magic value is? > Yes, you need it. > Hisilicon has many different development boards and those boards have some > different hardware configuration, so we need different device tree > files for them. > the original hisi,boardid is used to distinguish different boards and > used by the > bootloader to judge which device tree to use at boot-up. > >> and maybe add it to the wiki someplace? > Maybe add to section "Known Issues" in > "https://github.com/96boards/documentation/wiki/UEFI" > is a good choice, I will update this section later. You updated the wiki, but you didn't specify what the value should be for this to work with the old bootloader. Can you please give the value of that property? Also, have you tested this series with the old bootloader as well? Kevin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/