All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: OMAP2PLUS: Enable HIGHMEM
@ 2012-05-02 18:28 Jon Hunter
  2012-05-08 23:59 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Hunter @ 2012-05-02 18:28 UTC (permalink / raw)
  To: linux-omap; +Cc: Santosh Shilimkar, Jon Hunter

From: Santosh Shilimkar <santosh.shilimkar@ti.com>

HIGMEM support in kernel is quite mature now and we have boards
like ZOOM, PANDA, SDP where 1 GB memories are installed. With
HIGHMEM disabled not all of the 1GB of RAM (only ~700MB) can be
accessed. Hence, enable HIGMEM to make use of the entire memory.

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. Hence, there should be no impact by enabling HIGHMEM
for boards that do not need it.

Tested on OMAP4460 Panda-ES.

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Signed-off-by: Jon Hunter <jon-hunter@ti.com>
Tested-by: Jon Hunter <jon-hunter@ti.com>
---
 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 8141b76..964ee67 100644
--- a/arch/arm/mach-omap2/Kconfig
+++ b/arch/arm/mach-omap2/Kconfig
@@ -17,6 +17,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.7.5.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: OMAP2PLUS: Enable HIGHMEM
  2012-05-02 18:28 [PATCH] ARM: OMAP2PLUS: Enable HIGHMEM Jon Hunter
@ 2012-05-08 23:59 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2012-05-08 23:59 UTC (permalink / raw)
  To: Jon Hunter; +Cc: linux-omap, Santosh Shilimkar

* Jon Hunter <jon-hunter@ti.com> [120502 11:34]:
> From: Santosh Shilimkar <santosh.shilimkar@ti.com>
> 
> HIGMEM support in kernel is quite mature now and we have boards
> like ZOOM, PANDA, SDP where 1 GB memories are installed. With
> HIGHMEM disabled not all of the 1GB of RAM (only ~700MB) can be
> accessed. Hence, enable HIGMEM to make use of the entire memory.
> 
> 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. Hence, there should be no impact by enabling HIGHMEM
> for boards that do not need it.
> 
> Tested on OMAP4460 Panda-ES.
> 
> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
> Signed-off-by: Jon Hunter <jon-hunter@ti.com>
> Tested-by: Jon Hunter <jon-hunter@ti.com>
> ---
>  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 8141b76..964ee67 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -17,6 +17,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

Thanks applying into board branch.

Regards,

Tony

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-05-08 23:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-02 18:28 [PATCH] ARM: OMAP2PLUS: Enable HIGHMEM Jon Hunter
2012-05-08 23:59 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.