RE: [RFC PATCH v2 2/8] ACPI/IORT: Add support for RMR node parsing

2021-04-15 Thread Shameerali Kolothum Thodi
Linuxarm ; steven.pr...@arm.com; Guohanjun > (Hanjun Guo) ; sami.muja...@arm.com; > robin.mur...@arm.com; wanghuiqiang > Subject: Re: [RFC PATCH v2 2/8] ACPI/IORT: Add support for RMR node parsing > > Hi Shameer, > On 11/19/20 1:11 PM, Shameer Kolothum wrote: > > Add suppo

Re: [RFC PATCH v2 2/8] ACPI/IORT: Add support for RMR node parsing

2021-04-15 Thread Auger Eric
Hi Shameer, On 11/19/20 1:11 PM, Shameer Kolothum wrote: > Add support for parsing RMR node information from ACPI. > Find associated stream ids and smmu nodeĀ info from the > RMR node and populate a linked list with RMR memory > descriptors. > > Signed-off-by: Shameer Kolothum > --- > drivers/acp

[RFC PATCH v2 2/8] ACPI/IORT: Add support for RMR node parsing

2020-11-19 Thread Shameer Kolothum
Add support for parsing RMR node information from ACPI. Find associated stream ids and smmu nodeĀ info from the RMR node and populate a linked list with RMR memory descriptors. Signed-off-by: Shameer Kolothum --- drivers/acpi/arm64/iort.c | 122 +- 1 file chang