Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-05 Thread Khem Raj
we need to define a new machine config for qemumipsel.conf something like below #@TYPE: Machine #@NAME: mti_malta32_le MIPS #@DESCRIPTION: mti_malta32_le require conf/machine/include/qemu.inc require conf/machine/include/tune-mips32r2.inc require conf/machine/include/qemuboot-mips.inc DEFAULTTUN

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-05 Thread He Zhe
On 2018年07月04日 21:29, Khem Raj wrote: > i think you can squash both patches into one. Additionally we should > be able to cover mipsel case as well I started a build with latest poky and only set DEFAULTTUE=mipsel. Is this the right way to use little endian? Then I got the following error and

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-04 Thread Khem Raj
i think you can squash both patches into one. Additionally we should be able to cover mipsel case as well On Tue, Jul 3, 2018 at 11:57 PM He Zhe wrote: > > OE uses qemumips to simulate a Malta board by default. > > As upstream qemu introduced: > https://git.qemu.org/?p=qemu.git;a=commit;h=94c2b6af

[OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-07-03 Thread He Zhe
OE uses qemumips to simulate a Malta board by default. As upstream qemu introduced: https://git.qemu.org/?p=qemu.git;a=commit;h=94c2b6aff43cdfcfdfb552773a6b6b973a72ef0b The Malta board can support up to 2GiB of RAM which should be able to boot a Linux kernel built with CONFIG_HIGHMEM enabled and

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2018-01-31 Thread Hongxu Jia
On 2017年12月20日 09:53, Hongxu Jia wrote: Ping Ross Ping //Hongxu //Hongxu On 2017年12月06日 10:46, Hongxu Jia wrote: OE uses qemumips to simulate a Malta board by default. As upstream qemu introduced: https://git.qemu.org/?p=qemu.git;a=commit;h=94c2b6aff43cdfcfdfb552773a6b6b973a72ef0b Th

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2017-12-19 Thread Hongxu Jia
Ping Ross //Hongxu On 2017年12月06日 10:46, Hongxu Jia wrote: OE uses qemumips to simulate a Malta board by default. As upstream qemu introduced: https://git.qemu.org/?p=qemu.git;a=commit;h=94c2b6aff43cdfcfdfb552773a6b6b973a72ef0b The Malta board can support up to 2GiB of RAM which should be abl

Re: [OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2017-12-05 Thread Hongxu Jia
On 2017年12月06日 10:46, Hongxu Jia wrote: OE uses qemumips to simulate a Malta board by default. As upstream qemu introduced: https://git.qemu.org/?p=qemu.git;a=commit;h=94c2b6aff43cdfcfdfb552773a6b6b973a72ef0b The Malta board can support up to 2GiB of RAM which should be able to boot a Linux ker

[OE-core] [PATCH 1/2] scripts/runqemu: qemumips support up to 2GiB RAM

2017-12-05 Thread Hongxu Jia
OE uses qemumips to simulate a Malta board by default. As upstream qemu introduced: https://git.qemu.org/?p=qemu.git;a=commit;h=94c2b6aff43cdfcfdfb552773a6b6b973a72ef0b The Malta board can support up to 2GiB of RAM which should be able to boot a Linux kernel built with CONFIG_HIGHMEM enabled and