[dts] [PATCH] add x86_x32 abi target support

Qiu, Michael michael.qiu at intel.com
Fri Feb 6 06:05:22 CET 2015


On 2/6/2015 10:02 AM, Haifeng Tang wrote:
> From: tanghaix <haifengx.tang at intel.com>

Better to explain, what x86_x32 abi target is,  also better to add some
commit log here.


>
> Signed-off-by: tanghaix <haifengx.tang at intel.com>
> ---
>  framework/dut.py |    3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/framework/dut.py b/framework/dut.py
> index 9879335..1db6722 100644
> --- a/framework/dut.py
> +++ b/framework/dut.py
> @@ -195,6 +195,9 @@ class Dut(Crb):
>                  arch_huge_pages = hugepages if hugepages > 0 else 1024
>              elif self.architecture == "i686":
>                  arch_huge_pages = hugepages if hugepages > 0 else 512
> +            #set huge pagesize for x86_x32 abi target
> +            elif self.architecture == "x86_x32":

Where you get "x86_x32"? from "uname"?

Thanks,
Michael


> +                arch_huge_pages = hugepages if hugepages > 0 else 256
>  
>              total_huge_pages = self.get_total_huge_pages()
>  



More information about the dts mailing list