On Thu, 31 Jan 2019 15:16:58 +0800
Tao Xu wrote:
> Per Igor's comment, rewrite NFIT code to build _HMA method.
>
> We rewirte the function nvdimm_build_common_dsm(Aml *dev) and
> nvdimm_build_fit(Aml *dev) in hw/acpi/nvdimm.c so that we can use
> method_number as input to decide to generate _FIT
Per Igor's comment, rewrite NFIT code to build _HMA method.
We rewirte the function nvdimm_build_common_dsm(Aml *dev) and
nvdimm_build_fit(Aml *dev) in hw/acpi/nvdimm.c so that we can use
method_number as input to decide to generate _FIT or _HMA method.
Reviewed-by: Liu Jingqi
Signed-off-by: Tao