All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target
Date: Thu, 06 Nov 2008 15:06:37 -0600	[thread overview]
Message-ID: <49135C5D.2010309@freescale.com> (raw)
In-Reply-To: <1225998249-29301-1-git-send-email-becky.bruce@freescale.com>

Becky Bruce wrote:
> This will enable CONFIG_PHYS_36BIT for MPC8641HPCN.
> 
> Signed-off-by: Becky Bruce <becky.bruce@freescale.com>
> ---
>  Makefile |    8 +++++++-
>  1 files changed, 7 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 983a3cd..09e671d 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -2436,8 +2436,14 @@ TQM8560_config:		unconfig
>  MPC8610HPCD_config:	unconfig
>  	@$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8610hpcd freescale
>  
> +MPC8641HPCN_36BIT_config \
>  MPC8641HPCN_config:    unconfig
> -	@$(MKCONFIG) $(@:_config=) ppc mpc86xx mpc8641hpcn freescale
> +	@mkdir -p $(obj)include
> +	@if [ "$(findstring _36BIT_,$@)" ] ; then \
> +		echo "#define CONFIG_PHYS_64BIT" >>$(obj)include/config.h ; \
> +		$(XECHO) "... enabling 36-bit physical addressing." ; \
> +	fi
> +	@$(MKCONFIG) -a MPC8641HPCN ppc mpc86xx mpc8641hpcn freescale
>  
>  sbc8641d_config:	unconfig
>  	@$(MKCONFIG) $(@:_config=) ppc mpc86xx sbc8641d

When would you ever not turn this on?

-Scott

  reply	other threads:[~2008-11-06 21:06 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-05 20:55 [U-Boot] [PATCH 0/9] MPC8641 memory map changes/cleanup/36-bit Becky Bruce
2008-11-05 20:55 ` [U-Boot] [PATCH 1/9] mpc8641: Remove extra "0" from BR2 define Becky Bruce
2008-11-05 20:55   ` [U-Boot] [PATCH 2/9] mpc86xx: Move setup_bats into cpu_init_f Becky Bruce
2008-11-05 20:55     ` [U-Boot] [PATCH 3/9] mpc8641: only define CONFIG_ENV_SIZE once Becky Bruce
2008-11-05 20:55       ` [U-Boot] [PATCH 4/9] mpc8641: Drop imaginary second flash bank, map 8MB Becky Bruce
2008-11-05 20:55         ` [U-Boot] [PATCH 5/9] mpc8641: make DIAG_ADDR == FLASH_BASE Becky Bruce
2008-11-05 20:55           ` [U-Boot] [PATCH 6/9] mpc86xx: Use SRR0/1/rfi to enable address translation, not blr Becky Bruce
2008-11-05 20:55             ` [U-Boot] [PATCH 7/9] mpc86xx: Change early FLASH mapping to 1M at CONFIG_MONITOR_BASE_EARLY Becky Bruce
2008-11-05 20:55               ` [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map Becky Bruce
2008-11-05 20:55                 ` [U-Boot] [PATCH 9/9] mpc8641: Support 36-bit physical addressing Becky Bruce
2008-11-05 21:42                   ` Kumar Gala
2008-11-06 19:04                     ` [U-Boot] [PATCH] toplevel Makefile: Add MPC8641HPCN_36BIT target Becky Bruce
2008-11-06 21:06                       ` Scott Wood [this message]
2008-11-06 21:40                         ` Becky Bruce
2008-11-06 21:59                           ` Scott Wood
2008-11-06 22:07                             ` Becky Bruce
2008-11-06 23:37                   ` [U-Boot] [PATCH 9/9 V2] mpc8641: Support 36-bit physical addressing Becky Bruce
2008-11-06 19:28                 ` [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map Scott Wood
2008-11-06 22:12                   ` Becky Bruce
2008-11-06 22:16                     ` Scott Wood
2008-11-06 22:24                       ` Becky Bruce
2008-11-06 22:26                         ` Scott Wood
2008-11-07 19:45                           ` [U-Boot] [PATCH] mpc8641: Try to detect old .dts files Becky Bruce
2008-11-10 22:58                             ` Scott Wood
2008-11-10 23:09                               ` Becky Bruce
2008-11-06 22:30                       ` [U-Boot] [PATCH 8/9] mpc8641: Change 32-bit memory map Jon Loeliger
2008-11-06 22:39                         ` Becky Bruce
2008-11-06 23:36                           ` [U-Boot] [PATCH 8/9 V2] " Becky Bruce
2008-11-06 20:04                 ` [U-Boot] [PATCH 8/9] " Jon Loeliger
2008-11-06 22:14                   ` Becky Bruce
2008-11-06 23:41                   ` Becky Bruce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49135C5D.2010309@freescale.com \
    --to=scottwood@freescale.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.