From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:400c:c09::241; helo=mail-wm0-x241.google.com; envelope-from=leif.lindholm@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (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 D451D210D6916 for ; Thu, 2 Aug 2018 03:13:01 -0700 (PDT) Received: by mail-wm0-x241.google.com with SMTP id o11-v6so1835871wmh.2 for ; Thu, 02 Aug 2018 03:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=bPPOJ8AK79Fqh2P9PvQMEMF+JL54fVOYyoPgw7J5or4=; b=ZYUhKoyiqfGwQNKgFe2CT8SFaBvqFb4aNRCnWjfFs6PCAY+TAO6NIW1SW/CoebRvr3 falXYrlX6LKwM7n6pIJa1VeQ/0STPM3dVqooPq7FszYGoTFLEQGE8kN7iKYJnCWbKGhB f1Jn4yFa1D5hpyjlLLjYtwqyTCCQGtj+jj324= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=bPPOJ8AK79Fqh2P9PvQMEMF+JL54fVOYyoPgw7J5or4=; b=RvKLMYqPKBIw0Yw6o3vHvqc7CStgFQHQVMk0iHxsBOhro93LO7RdvMlJ5zmy3GkZx5 aDDka4OUhf89uXEs22jrZb0auCLqKmDM6VPLmdyuZtCopQzkNTo0JZcpMduqxnSBZ5A0 S7ahFnbuJ9TdjwDXjQ+jJMrYz2ibgOh1gBm1UvWQYWRU+3sk1KkEo/+eh3v7oWVPTZW8 DgVzte5/cennMAhe8XuTxPK2adbJuEkKVHunCsejzsXjUQIDQQZlSYZmjcHbnBoehfD1 /BRokRmkg/UQ66RzR+G1t3mi4dONJTVteh6qT5eULEL6ECijf51B1vw1hcT/3A/ZBpHx BW4w== X-Gm-Message-State: AOUpUlH8Cr/CjPCybWPYHcYf86GU3s+Kj9Mk1IYw5eGBbhCK7thETRb5 TILRMvJY4fXr87ZBOXLpRXzpKg== X-Google-Smtp-Source: AAOMgpeJfGJaOEppQP6Ujsn9FzMI9ilIBBDuPErPumYIiAX13PO0Vj4LDgfAqlOA7n+oQFchCx79HA== X-Received: by 2002:a1c:4182:: with SMTP id o124-v6mr1442176wma.101.1533204779980; Thu, 02 Aug 2018 03:12:59 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [46.235.226.95]) by smtp.gmail.com with ESMTPSA id y206-v6sm1593423wmg.45.2018.08.02.03.12.58 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 02 Aug 2018 03:12:58 -0700 (PDT) Date: Thu, 2 Aug 2018 11:12:56 +0100 From: Leif Lindholm To: Ming Cc: linaro-uefi@lists.linaro.org, edk2-devel@lists.01.org, graeme.gregory@linaro.org, ard.biesheuvel@linaro.org, guoheyi@huawei.com, wanghuiqiang@huawei.com, huangming23@huawei.com, zhangjinsong2@huawei.com, huangdaode@hisilicon.com, john.garry@huawei.com, xinliang.liu@linaro.org Message-ID: <20180802101256.u4v6r7ubvsgtp7sl@bivouac.eciton.net> References: <20180724070922.63362-1-ming.huang@linaro.org> <20180801215640.5o364hnk2qd4diwn@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH edk2-platforms v1 00/38] Upload for D06 platform X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2018 10:13:02 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Thu, Aug 02, 2018 at 09:46:13AM +0800, Ming wrote: > I am sorry for the first issue, the modify FIRMWARE_VER patch is add > alone just befor send out the patchset. > > For generating acpi table, I use acpica-tools 20180508 version and it works. > I think acpica-tools are not backward compatibility and confused about acpica-tools. Yes, it's a real pain. We used to have lots of issues with this, but the last couple of years have been less bad. Some platforms moved from .asl to .aslc to get around this. I can confirm using 20180508 version resolves this issue. And that 20180629 does not work :( Unfortunately that won't currently work with our AMD overdrive platforms. But we'll have to live with that for now. However, I notice the D02 build is now broken, due to the removal of Silicon/Hisilicon/Drivers/PciHostBridgeDxe. I guess this is not a huge issue, and maybe it is time to retire that platform anyway. If so, could you create a set removing D02 and the bits only used by it? / Leif