From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id AC59EC433EF for ; Sat, 12 Mar 2022 02:32:18 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id BB0E983BBE; Sat, 12 Mar 2022 03:31:36 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=chromium.org header.i=@chromium.org header.b="EvxNuQm2"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B8A4B83B08; Sat, 12 Mar 2022 03:29:31 +0100 (CET) Received: from mail-ot1-x32a.google.com (mail-ot1-x32a.google.com [IPv6:2607:f8b0:4864:20::32a]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 3609B83B1A for ; Sat, 12 Mar 2022 03:25:43 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=chromium.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=sjg@google.com Received: by mail-ot1-x32a.google.com with SMTP id a7-20020a9d5c87000000b005ad1467cb59so7574918oti.5 for ; Fri, 11 Mar 2022 18:25:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=Z+7dMHclKijRumBd7d1tm63YnniaMl/SjY/jZxsGl0k=; b=EvxNuQm2sikTZ3A6bDAdpj34zrDMQsQcXlWVnf+RbQPD/p9nvkzW8/4x6t0jF31xEc HSYIing2PiHtCwW1aNCuyLhUSoGZr8SJ7veCea0fO7T2kjelcUUsFrKEC3lYKF2tZlli hp3zI96knrxWBDLlIjrDq0H4zsyG3GaXzBg3U= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Z+7dMHclKijRumBd7d1tm63YnniaMl/SjY/jZxsGl0k=; b=0M0/mmJNTIfjoP7uk4ZgtVxFDhE5EIN7cnvbkcgJdLMd9U1b4iBbFqk8EQUwxqGCzl 5wssRB6X/TjPzLBw6JmZh69wmSfxiHenKl4rpcC7gvE/BYK89R7yJCQbUxdj2j8m6OTR HFvd8ngaOUpu8Fdc/gBrxJXB+/Q6+agcn7fBdGcSlutoOCOVzKwwVqZqBn4ZvWnjEu+G RZo30pvPZluZOVVezo/bVNSsWvhjZb97HrD2BY68DjmNoaxkL6LrB0U/DOBNaURMWnsP uu5M+kQ7d0VsoVUaiWf8vTqMEWTi9nWVItOb+mXprY9tlunaI1gKpgdJo7QYkkJgKlTQ VTaw== X-Gm-Message-State: AOAM532Yu4w8MYcU/iJv96jY2s7q/j9P5orXx0e+I7itpu+4o3lSiIof ZqdxeNU32B/ewK1YD3dB2mEVxA7uIIW8tJl/IMbfHA== X-Google-Smtp-Source: ABdhPJz3hru8eeYM0X2M8ryDu43w+BgeAbRc8Chr3hFa8BDnvgbTVrXw5IM0C1u65+f/0qW+E5NTUBvTuGEF9/8mWNo= X-Received: by 2002:a9d:20ca:0:b0:5ad:3241:47f0 with SMTP id x68-20020a9d20ca000000b005ad324147f0mr6361631ota.269.1647051941564; Fri, 11 Mar 2022 18:25:41 -0800 (PST) MIME-Version: 1.0 References: <20220227141035.37088-1-agraf@csgraf.de> In-Reply-To: <20220227141035.37088-1-agraf@csgraf.de> From: Simon Glass Date: Fri, 11 Mar 2022 19:25:09 -0700 Message-ID: Subject: Re: [PATCH] lib/acpi: Enable QEMU special cases for ARM To: Alex Graf Cc: U-Boot Mailing List , Tuomas Tynkkynen , Mark Kettenis Content-Type: text/plain; charset="UTF-8" X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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" X-Virus-Scanned: clamav-milter 0.103.5 at phobos.denx.de X-Virus-Status: Clean On Sun, 27 Feb 2022 at 07:10, Alexander Graf wrote: > > With QEMU, we receive ACPI tables from the hypervisor rather than build > them ourselves in U-Boot. That logic however hard codes the target to the > x86 QEMU target, leaving ARM out on the fun. > > Let's add the ARM QEMU config as well to the ifdefs so that we can consume > QEMU provided firmware tables there as well. > > Signed-off-by: Alexander Graf > --- > lib/acpi/Makefile | 2 ++ > lib/acpi/acpi_writer.c | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) Reviewed-by: Simon Glass