From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: Design doc of adding ACPI support for arm64 on Xen - version 5 Date: Wed, 2 Sep 2015 13:52:32 +0100 Message-ID: <55E6F110.7010704@citrix.com> References: <55E02DC5.4090202@huawei.com> <55E05A2F.1090305@citrix.com> <55E1042C.6000308@linaro.org> <55E43E36.90108@citrix.com> <55E4428C.7020308@huawei.com> <55E449DA.6080309@citrix.com> <55E525A8.3010302@huawei.com> <55E58BC7.7090403@citrix.com> <55E59B77.2090905@huawei.com> <55E5AADB.70503@citrix.com> <55E690DC.6000303@huawei.com> <55E6D8EA.4020008@citrix.com> <55E6E56C.80100@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <55E6E56C.80100@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Shannon Zhao , Shannon Zhao , xen-devel Cc: Hangaohuai , Ian Campbell , Stefano Stabellini , andrew@fubar.geek.nz, "Huangpeng (Peter)" , Stefano Stabellini , David Vrabel , Jan Beulich , Boris Ostrovsky , Parth Dixit , Christoffer Dall , Roger Pau Monne List-Id: xen-devel@lists.xenproject.org On 02/09/15 13:02, Shannon Zhao wrote: >> Hold on, this is about Linux able to use the memory for his own usage. >> ACPI table are not part of this memory because they are marked reserved >> by the firmware. >> >> If we follow your logic, all ACPI tables always should be above the >> kernel. I don't believe this is the case and it would be buggy on Xen >> because of the DOM0 direct RAM mapping (i.e the first RAM bank can be >> very high and the kernel too). >> > > It looks weird. But from the booting.txt, it says the memory below base > address is unusable and from early_init_dt_add_memory_arch in Linux, it > really ignores the memblock below the PAGE_OFFSET. It's unusable in the sense that Linux can't use them to store its own data. Having the ACPI table outside of the System RAM is valid because they are marked as reserved and ioremap will be used to map them. > >> I think the problem is how you reserved this region in the EFI memory >> table. From what I saw, you marked this new memory with EFI_MEMORY_WB >> (which means that the region can be usable by Linux). >> > Yes, I mark it with EFI_MEMORY_WB. Is this right? I would say no, but it's only because I looked at the kernel code quickly. You have to looks how ACPI region/UEFI tables are described in the host EFI memory map and mimicking for the DOM0 EFI memory map. Regards, -- Julien Grall