Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-24 Thread Aleksandar Markovic
18:38 Pon, 23.03.2020. Aurelien Jarno је написао/ла: > > Hi, > > Sorry for the delay, I just want to give some more details about the > Debian. > > On 2020-03-14 10:09, Philippe Mathieu-Daudé wrote: > > IIUC today all distributions supporting MIPS ports are building their MIPS > > packages on QEMU

Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-23 Thread Philippe Mathieu-Daudé
On 3/23/20 5:35 PM, Aurelien Jarno wrote: Hi, Sorry for the delay, I just want to give some more details about the Debian. On 2020-03-14 10:09, Philippe Mathieu-Daudé wrote: IIUC today all distributions supporting MIPS ports are building their MIPS packages on QEMU instances because it is fast

Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-23 Thread Aurelien Jarno
Hi, Sorry for the delay, I just want to give some more details about the Debian. On 2020-03-14 10:09, Philippe Mathieu-Daudé wrote: > IIUC today all distributions supporting MIPS ports are building their MIPS > packages on QEMU instances because it is faster than the native MIPS > hardware they h

Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-14 Thread Aleksandar Markovic
On Sat, Mar 14, 2020 at 1:28 PM Jiaxun Yang wrote: > > > > 在 星期六, 2020-03-14 17:09:08 Philippe Mathieu-Daudé > 撰写 > > Hi Aleksandar, > > > > > >> > > >> This is annoying, because the CoreLV/CoreFPGA core cards only have 4 > > >> DIMM slots for PC-100 SDRAM, and the Memory Control

Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-14 Thread Jiaxun Yang
在 星期六, 2020-03-14 17:09:08 Philippe Mathieu-Daudé 撰写 > Hi Aleksandar, > > >> > >> This is annoying, because the CoreLV/CoreFPGA core cards only have 4 > >> DIMM slots for PC-100 SDRAM, and the Memory Controller of the GT–64120A > >> north bridge accept at most 256 MiB per SC

Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-14 Thread Philippe Mathieu-Daudé
Hi Aleksandar, (+Aurelien for Debian) (+Peter regarding changing default) On 3/14/20 4:25 AM, Aleksandar Markovic wrote: On Thu, Mar 5, 2020 at 11:18 AM Philippe Mathieu-Daudé wrote: Please post new patches as v2, and do not post them as reply to v1. On 3/3/20 1:41 AM, Jiaxun Yang wrote: W

Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-13 Thread Aleksandar Markovic
On Thu, Mar 5, 2020 at 11:18 AM Philippe Mathieu-Daudé wrote: > > Please post new patches as v2, and do not post them as reply to v1. > > On 3/3/20 1:41 AM, Jiaxun Yang wrote: > > When malta is coupled with MIPS64 cpu which have 64bit > > address space, it is possible to have more than 2G RAM. > >

Re: [PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-05 Thread Philippe Mathieu-Daudé
Please post new patches as v2, and do not post them as reply to v1. On 3/3/20 1:41 AM, Jiaxun Yang wrote: When malta is coupled with MIPS64 cpu which have 64bit address space, it is possible to have more than 2G RAM. So we removed ram_size check and overwrite memory layout for these targets. S

[PATCH v1] mips/mips_malta: Allow more than 2G RAM

2020-03-02 Thread Jiaxun Yang
When malta is coupled with MIPS64 cpu which have 64bit address space, it is possible to have more than 2G RAM. So we removed ram_size check and overwrite memory layout for these targets. Signed-off-by: Jiaxun Yang Suggested-by: Yunqiang Su -- v1: Do not overwrite cmdline when we don't have high