public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [Ticket#2007011742000331] [PATCH] Add support for the MPC8349E-mITX-GP
@ 2007-01-17 16:01 OTRS Notification Master
  2007-01-17 17:31 ` Timur Tabi
  0 siblings, 1 reply; 3+ messages in thread
From: OTRS Notification Master @ 2007-01-17 16:01 UTC (permalink / raw)
  To: u-boot

Hello list,

inside the automatic U-Boot patch tracking system a new ticket
[DNX#2007011742000331] was created:

<snip>
> From: Timur Tabi <timur@freescale.com>
> 
> Add support for the MPC8349E-mITX-GP, a stripped-down version of the
> MPC8349E-mITX.
> 
> Signed-off-by: Timur Tabi <timur@freescale.com>
> ---
>  MAINTAINERS                   |    1 +
>  Makefile                      |   16 ++-
>  board/mpc8349itx/config.mk    |    6 +-
>  board/mpc8349itx/mpc8349itx.c |  105 ++--------
>  include/configs/MPC8349ITX.h  |  463
> ++++++++++++++++-------------------------
>  include/mpc83xx.h             |   41 ++++
>  6 files changed, 264 insertions(+), 368 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index ce20def..e65699f 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -347,6 +347,7 @@ John Zhan <zhanz@sinovee.com>
>  Timur Tabi <timur@freescale.com>
>  
>  	MPC8349E-mITX		MPC8349
> +	MPC8349E-mITX-GP	MPC8349
>  
>  Kim Phillips <kim.phillips@freescale.com>
>  
> diff --git a/Makefile b/Makefile
> index 1dbdf4d..10d961f 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1624,8 +1624,20 @@ MPC8360EMDS_SLAVE_config:	unconfig
>  	fi ;
>  	@$(MKCONFIG) -a MPC8360EMDS ppc mpc83xx mpc8360emds
>  
> -MPC8349ITX_config:	unconfig
> -	@$(MKCONFIG) $(@:_config=) ppc mpc83xx mpc8349itx
> +MPC8349ITX_config \
> +MPC8349ITX_LOWBOOT_config \
> +MPC8349ITXGP_config:	unconfig
> +	@mkdir -p $(obj)include
> +	@mkdir -p $(obj)board/mpc8349itx
> +	@CTYPE=$(subst MPC,,$(@:_config=)); \
> +	echo "#define CONFIG_MPC$${CTYPE}" >> $(obj)include/config.h
> +	@if [ "$(findstring GP,$@)" ] ; then \
> +		echo "TEXT_BASE = 0xFE000000" >$(obj)board/mpc8349itx/config.tmp ; \
> +	fi
> +	@if [ "$(findstring LOWBOOT,$@)" ] ; then \
> +		echo "TEXT_BASE = 0xFE000000" >$(obj)board/mpc8349itx/config.tmp ; \
> +	fi
> +	@$(MKCONFIG) -a MPC8349ITX ppc mpc83xx mpc8349itx
>  
>  #########################################################################
>  ## MPC85xx Systems
> diff --git a/board/mpc8349itx/config.mk b/board/mpc8349itx/config.mk
> index 2e11311..1901fdc 100644
> --- a/board/mpc8349itx/config.mk
> +++ b/board/mpc8349itx/config.mk
> @@ -21,10 +21,14 @@
>  #
>  
>  #
> -# MPC8349ITX
> +# MPC8349E-mITX and MPC8349E-mITX-GP
>  #
>  
> +sinclude $(OBJTREE)/board/$(BOARDDIR)/config.tmp
> +
> +ifndef TEXT_BASE
>  TEXT_BASE  =   0xFEF00000
> +endif
>  
>  ifneq ($(OBJTREE),$(SRCTREE))
>  # We are building u-boot in a separate directory, use generated
> diff --git a/board/mpc8349itx/mpc8349itx.c
> b/board/mpc8349itx/mpc8349itx.c
> index 4838e70..aefdaf7 100644
> --- a/board/mpc8349itx/mpc8349itx.c
> +++ b/board/mpc8349itx/mpc8349itx.c
> @@ -134,88 +134,6 @@ volatile static struct pci_controller ho
>  };
>  #endif				/* CONFIG_PCI */
>  
> -/* If MPC8349E-mITX is soldered with SDRAM, then initialize it. */
> -
> -void sdram_init(void)
> -{
> -	volatile immap_t *immap = (immap_t *) CFG_IMMR;
> -	volatile lbus83xx_t *lbc = &immap->lbus;
> -
> -#if defined(CFG_BR2_PRELIM) \
> -	&& defined(CFG_OR2_PRELIM) \
> -	&& defined(CFG_LBLAWBAR2_PRELIM) \
> -	&& defined(CFG_LBLAWAR2_PRELIM) \
> -	&& !defined(CONFIG_COMPACT_FLASH)
> -
> -	uint *sdram_addr = (uint *) CFG_LBC_SDRAM_BASE;
> -
> -	puts("\n   SDRAM on Local Bus: ");
</snip>

Your U-Boot support team

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [U-Boot-Users] [Ticket#2007011742000331] [PATCH] Add support for the MPC8349E-mITX-GP
@ 2007-01-17 16:01 U-Boot patch tracking system
  0 siblings, 0 replies; 3+ messages in thread
From: U-Boot patch tracking system @ 2007-01-17 16:01 UTC (permalink / raw)
  To: u-boot

Dear Mr. U. Boot,

thank you for your contribution to the U-Boot project.

Your e-mail was registered at our system under the ticket
number [DNX#2007011742000331].

Please keep this ticket ID string in the subject line of
any e-mail replies!!!

Your U-Boot support team

Powered by OTRS (http://otrs.org/)

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

end of thread, other threads:[~2007-01-17 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-17 16:01 [U-Boot-Users] [Ticket#2007011742000331] [PATCH] Add support for the MPC8349E-mITX-GP OTRS Notification Master
2007-01-17 17:31 ` Timur Tabi
  -- strict thread matches above, loose matches on Subject: below --
2007-01-17 16:01 U-Boot patch tracking system

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox