From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::141; helo=mail-it1-x141.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it1-x141.google.com (mail-it1-x141.google.com [IPv6:2607:f8b0:4864:20::141]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F25DD211944A0 for ; Thu, 6 Dec 2018 08:55:13 -0800 (PST) Received: by mail-it1-x141.google.com with SMTP id b5so2520501iti.2 for ; Thu, 06 Dec 2018 08:55:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=m7erVGPHqv3T299wjAgN5q0+M3Q/4MGpHjf7PZp8794=; b=FrLlKjD08NKn5jJ5nJLrG4LSvrYXm9gEMaiTTayFj7Gw1Y0bljclDbtN1sWWDIbMi2 uqNZ5h/UCvHua1IHqZpAFgFU5V6mpGFeDcK2IJEY+9bUIIq00MYWCTX9LnOUIA9lCYk1 apwEgvzj3AcYQzlnovaLBFkFCos3HnwzMb5WI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=m7erVGPHqv3T299wjAgN5q0+M3Q/4MGpHjf7PZp8794=; b=p6Wqpgh8X5iaNI1GiWd8WOtx0KQbkjdO70qcAnECrSTP0OmOOIau+6R8yr+XVlFN6n JmswpLe6Hj9XFFBaIsUA4rmX3EIN6mwAlw7xE+xuMSxyN5mzyTFsSWgATV3V7c7O7AjA bgV7gYPYWXzQ1K0mgf0/QSp8OUHhDNJVHPyn66zW44oEREXVVTMjcQcAAlVeVEZQVBRM CjtR11RtlYi4MmGGrHJnvlD3tUajB/ncAuE3YSFy97hT4jRjA4uHtwaoIAvZ+FTO/QX5 uUGMsH9DCVItHyH5Mh4AdVcm0SCj8RvkYZThcQjHtbrG7+AZIqnas2PxPrPWwEZJvStG UxYg== X-Gm-Message-State: AA+aEWYIkMtx2iz/RADVv0SaqpyD5e4v6FmoVbSybSod+WExnZurYhqs q9wektqsO7Bnox2LxV+wjlA3N2jV40OtLlUW0BOWKQ== X-Google-Smtp-Source: AFSGD/VvYTCbP1RIRpirG3XeZcOJmhLKQDcUZwTCb3c+Yv3MPdFb43heK+RXv8HCVMy0LWSq1LUo9z7aLiEwRHz2nRU= X-Received: by 2002:a24:710:: with SMTP id f16mr17488012itf.121.1544115313300; Thu, 06 Dec 2018 08:55:13 -0800 (PST) MIME-Version: 1.0 References: <1543923378-16820-1-git-send-email-chandni.cherukuri@arm.com> <1543923378-16820-3-git-send-email-chandni.cherukuri@arm.com> In-Reply-To: From: Ard Biesheuvel Date: Thu, 6 Dec 2018 17:55:01 +0100 Message-ID: To: Thomas Panakamattam Abraham Cc: Chandni Cherukuri , "edk2-devel@lists.01.org" Subject: Re: [PATCH edk2-platforms 2/2] Platform/ARM/Sgi: Use NT_FW_CONFIG instead of HW_CONFIG X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2018 16:55:14 -0000 Content-Type: text/plain; charset="UTF-8" On Thu, 6 Dec 2018 at 16:50, Thomas Abraham wrote: > > Hi Ard, Leif, > > On Tue, Dec 4, 2018 at 5:31 PM Chandni Cherukuri > wrote: > > > > The hardware configuration in HW_CONFIG dts is not being > > passed onto the operating system but used and terminated > > at edk2 boot stage (BL33). So, as per the recommendations > > of the trusted-firmware design, the hardware description > > specified in NT_FW_CONFIG dts should be used instead of > > HW_CONFIG dts. > > The corresponding change in upstream trusted firmware has been merged. > So can you please have a look at this patch and let us know if any > changes are needed. Until this patch gets merged, the upstream master > branch of trusted firmware and edk2-platforms support for SGI > platforms is out of sync with each other. We will take care next time > to avoid causing dependencies like these between these two repos. > For the series Reviewed-by: Ard Biesheuvel Pushed as 07c6bc27730d..327ff4ae71ae