From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.191]) by ozlabs.org (Postfix) with ESMTP id 49419DDE07 for ; Mon, 31 Dec 2007 02:36:10 +1100 (EST) Received: by rv-out-0910.google.com with SMTP id c27so2963610rvf.9 for ; Sun, 30 Dec 2007 07:36:09 -0800 (PST) Message-ID: Date: Sun, 30 Dec 2007 07:36:09 -0800 From: Vincitore To: "Michele Pallaro" Subject: Re: How can I support 2GB of memory in Linux kernel on 440SPe In-Reply-To: <47751456.7010600@alcatel-lucent.it> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 References: <47751456.7010600@alcatel-lucent.it> Cc: linuxppc-embedded@ozlabs.org List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Michele, I also tried this and it did not work. It also panics while unpacking rootfs Onced your system is up do you see all of the 2GB of Memory. # cat /proc/meminfo Thank You, Vincitore On 12/28/07, Michele Pallaro wrote: > CONFIG_ADVANCED_OPTIONS=y > # CONFIG_HIGHMEM_START_BOOL is not set > CONFIG_HIGHMEM_START=0xfe000000 > # CONFIG_LOWMEM_SIZE_BOOL is not set > CONFIG_LOWMEM_SIZE=0x30000000 > CONFIG_KERNEL_START_BOOL=y > CONFIG_KERNEL_START=0x80000000 > # CONFIG_TASK_SIZE_BOOL is not set > CONFIG_TASK_SIZE=0x80000000 > > I use ppc 8555E with 2G > > Michele > > > Vincitore wrote: > > Hi, > > > > I need to support 2GB of memory on a custom 440SPe board. > > > > I see to support 1GB of memory on the 440SPe yucca board the following > > configuration changes were done. > > > > # > > # Advanced setup > > # > > > > CONFIG_ADVANCED_OPTIONS=y > > CONFIG_HIGHMEM_START=0xfe000000 > > CONFIG_LOWMEM_SIZE_BOOL=y > > CONFIG_LOWMEM_SIZE=0x40000000 > > CONFIG_KERNEL_START_BOOL=y > > CONFIG_KERNEL_START=0xa0000000 > > # CONFIG_TASK_SIZE_BOOL is not set > > CONFIG_TASK_SIZE=0x80000000 > > # CONFIG_CONSISTENT_START_BOOL is not set CONFIG_CONSISTENT_START=0xff100000 > > # CONFIG_CONSISTENT_SIZE_BOOL is not set > > CONFIG_CONSISTENT_SIZE=0x00200000 # CONFIG_BOOT_LOAD_BOOL is not set > > CONFIG_BOOT_LOAD=0x01000000 > > > > It looks like the only thing I would need to do is modify the > > following for 2GB support. > > > > CONFIG_LOWMEM_SIZE=0x80000000 > > and > > CONFIG_KERNEL_START=0x60000000 > > > > But this does not work. It almost does, but right after I get to the > > Linux prompt, this system panics. If I scale back to one 1GB > > everything works great. > > > > Any ideas? > > > > Thank You, > > > > Vincitore > > _______________________________________________ > > Linuxppc-embedded mailing list > > Linuxppc-embedded@ozlabs.org > > https://ozlabs.org/mailman/listinfo/linuxppc-embedded > > > >