* [PATCH RFC] OMAP2PLUS: Enable HIGHMEM
@ 2011-06-02 12:06 Santosh Shilimkar
2011-06-02 13:21 ` Santosh Shilimkar
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Santosh Shilimkar @ 2011-06-02 12:06 UTC (permalink / raw)
To: linux-omap; +Cc: Santosh Shilimkar
HIGMEM support is kernel is quite mature now and we have boards
like ZOOM, PANDA, SDP where 1 GB memories are installed.
Enable HIGMEM to make use of the additional memory.
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
---
This won't boards which doesn't have excess memory. Tested
on OMAP4430 SDP
arch/arm/mach-omap2/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
index 19d5891..25e819e 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -19,6 +19,7 @@ config ARCH_OMAP2PLUS_TYPICAL
select MENELAUS if ARCH_OMAP2
select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
+ select HIGHMEM
help
Compile a kernel suitable for booting most boards
--
1.6.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH RFC] OMAP2PLUS: Enable HIGHMEM
2011-06-02 12:06 [PATCH RFC] OMAP2PLUS: Enable HIGHMEM Santosh Shilimkar
@ 2011-06-02 13:21 ` Santosh Shilimkar
2011-06-02 13:21 ` Premi, Sanjeev
2011-08-25 8:42 ` Santosh
2 siblings, 0 replies; 5+ messages in thread
From: Santosh Shilimkar @ 2011-06-02 13:21 UTC (permalink / raw)
To: l-o; +Cc: Santosh Shilimkar
Fixing the change log ...
On 6/2/2011 5:36 PM, Santosh Shilimkar wrote:
> HIGMEM support is kernel is quite mature now and we have boards
HIGMEM support in kernel is quite mature now and we have boards
> like ZOOM, PANDA, SDP where 1 GB memories are installed.
>
> Enable HIGMEM to make use of the additional memory.
>
> Signed-off-by: Santosh Shilimkar<santosh.shilimkar@ti.com>
> ---
> This won't boards which doesn't have excess memory. Tested
This won't affect boards which doesn't have excess memory. Tested
> on OMAP4430 SDP
>
> arch/arm/mach-omap2/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 19d5891..25e819e 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -19,6 +19,7 @@ config ARCH_OMAP2PLUS_TYPICAL
> select MENELAUS if ARCH_OMAP2
> select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
> select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
> + select HIGHMEM
> help
> Compile a kernel suitable for booting most boards
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: [PATCH RFC] OMAP2PLUS: Enable HIGHMEM
2011-06-02 12:06 [PATCH RFC] OMAP2PLUS: Enable HIGHMEM Santosh Shilimkar
2011-06-02 13:21 ` Santosh Shilimkar
@ 2011-06-02 13:21 ` Premi, Sanjeev
2011-06-02 13:54 ` Santosh Shilimkar
2011-08-25 8:42 ` Santosh
2 siblings, 1 reply; 5+ messages in thread
From: Premi, Sanjeev @ 2011-06-02 13:21 UTC (permalink / raw)
To: Shilimkar, Santosh, linux-omap@vger.kernel.org
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org
> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of
> Shilimkar, Santosh
> Sent: Thursday, June 02, 2011 5:36 PM
> To: linux-omap@vger.kernel.org
> Cc: Shilimkar, Santosh
> Subject: [PATCH RFC] OMAP2PLUS: Enable HIGHMEM
>
> HIGMEM support is kernel is quite mature now and we have boards
[sp] ^^ replace with "in"
> like ZOOM, PANDA, SDP where 1 GB memories are installed.
>
> Enable HIGMEM to make use of the additional memory.
>
> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> ---
> This won't boards which doesn't have excess memory. Tested
> on OMAP4430 SDP
[sp] Comment is unclear on what happens on the boards with
lesser memories esp. since the change will impact all
boards. You may want to explain.
>
> arch/arm/mach-omap2/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index 19d5891..25e819e 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -19,6 +19,7 @@ config ARCH_OMAP2PLUS_TYPICAL
> select MENELAUS if ARCH_OMAP2
> select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
> select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
> + select HIGHMEM
> help
> Compile a kernel suitable for booting most boards
>
> --
> 1.6.0.4
>
> --
> To unsubscribe from this list: send the line "unsubscribe
> linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RFC] OMAP2PLUS: Enable HIGHMEM
2011-06-02 13:21 ` Premi, Sanjeev
@ 2011-06-02 13:54 ` Santosh Shilimkar
0 siblings, 0 replies; 5+ messages in thread
From: Santosh Shilimkar @ 2011-06-02 13:54 UTC (permalink / raw)
To: Premi, Sanjeev; +Cc: linux-omap@vger.kernel.org
On 6/2/2011 6:51 PM, Premi, Sanjeev wrote:
>> -----Original Message-----
>> From: linux-omap-owner@vger.kernel.org
>> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of
>> Shilimkar, Santosh
>> Sent: Thursday, June 02, 2011 5:36 PM
>> To: linux-omap@vger.kernel.org
>> Cc: Shilimkar, Santosh
>> Subject: [PATCH RFC] OMAP2PLUS: Enable HIGHMEM
>>
>> HIGMEM support is kernel is quite mature now and we have boards
> [sp] ^^ replace with "in"
yep. I sent that update in next email.
>
>> like ZOOM, PANDA, SDP where 1 GB memories are installed.
>>
>> Enable HIGMEM to make use of the additional memory.
>>
>> Signed-off-by: Santosh Shilimkar<santosh.shilimkar@ti.com>
>> ---
>> This won't boards which doesn't have excess memory. Tested
>> on OMAP4430 SDP
>
> [sp] Comment is unclear on what happens on the boards with
> lesser memories esp. since the change will impact all
> boards. You may want to explain.
>
On the boards which doesn't have more than 768 MB memory, all the memory
is directly mapped in "lowmem" and highmem isn't exercised.
>>
>> arch/arm/mach-omap2/Kconfig | 1 +
>> 1 files changed, 1 insertions(+), 0 deletions(-)
>>
>> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
>> index 19d5891..25e819e 100644
>> --- a/arch/arm/mach-omap2/Kconfig
>> +++ b/arch/arm/mach-omap2/Kconfig
>> @@ -19,6 +19,7 @@ config ARCH_OMAP2PLUS_TYPICAL
>> select MENELAUS if ARCH_OMAP2
>> select TWL4030_CORE if ARCH_OMAP3 || ARCH_OMAP4
>> select TWL4030_POWER if ARCH_OMAP3 || ARCH_OMAP4
>> + select HIGHMEM
>> help
>> Compile a kernel suitable for booting most boards
>>
>> --
>> 1.6.0.4
>>
>> --
>> To unsubscribe from this list: send the line "unsubscribe
>> linux-omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH RFC] OMAP2PLUS: Enable HIGHMEM
2011-06-02 12:06 [PATCH RFC] OMAP2PLUS: Enable HIGHMEM Santosh Shilimkar
2011-06-02 13:21 ` Santosh Shilimkar
2011-06-02 13:21 ` Premi, Sanjeev
@ 2011-08-25 8:42 ` Santosh
2 siblings, 0 replies; 5+ messages in thread
From: Santosh @ 2011-08-25 8:42 UTC (permalink / raw)
To: Tony Lindgren, linux-omap@vger.kernel.org
Tony,
On Thursday 02 June 2011 05:36 PM, Santosh Shilimkar wrote:
> HIGMEM support is kernel is quite mature now and we have boards
> like ZOOM, PANDA, SDP where 1 GB memories are installed.
>
> Enable HIGMEM to make use of the additional memory.
>
> Signed-off-by: Santosh Shilimkar<santosh.shilimkar@ti.com>
> ---
> This won't boards which doesn't have excess memory. Tested
> on OMAP4430 SDP
>
> arch/arm/mach-omap2/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
Any comments.
I almost forgot about the post. Thanks to imx patch on LAKML, i
looked at it again.
If you are ok, I can repost it with LAKML in CC.
Regards
Santosh
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-08-25 8:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-02 12:06 [PATCH RFC] OMAP2PLUS: Enable HIGHMEM Santosh Shilimkar
2011-06-02 13:21 ` Santosh Shilimkar
2011-06-02 13:21 ` Premi, Sanjeev
2011-06-02 13:54 ` Santosh Shilimkar
2011-08-25 8:42 ` Santosh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox