[U-Boot-Users] [DNX#2006092142000024] [PATCH 2/2] Add support for the MPC8349E-mITX
DENX Support System
support at denx.de
Thu Sep 21 21:00:03 CEST 2006
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006092142000024] was created:
<snip>
> From: Timur Tabi <timur at freescale.com>
>
> PREREQUISITE PATCHES:
>
> * This patch can only be applied after the following patches have been
> applied:
>
> 1) DNX#2006090742000024 "Add support for multiple I2C buses"
> 2) DNX#2006090742000033 "Multi-bus I2C implementation of MPC834x"
> 3) DNX#2006091242000041 "Additional MPC8349 support for multibus i2c"
> 4) DNX#2006091242000078 "Add support for variable flash memory sizes
> on 83xx systems"
> 5) DNX#2006091242000069 "Add support for Errata DDR6 on MPC 834x
> systems"
>
> CHANGELOG:
>
> * Add support for the Freescale MPC8349E-mITX reference design platform.
> The second TSEC (Vitesse 7385 switch) is not supported at this time.
>
>
> Signed-off-by: Timur Tabi <timur at freescale.com>
> ---
> CREDITS | 5
> MAINTAINERS | 4
> MAKEALL | 2
> Makefile | 3
> README | 4
> cpu/mpc83xx/cpu.c | 81 ++++-
> cpu/mpc83xx/cpu_init.c | 31 ++
> cpu/mpc83xx/i2c.c | 2
> cpu/mpc83xx/spd_sdram.c | 21 +
> drivers/tsec.c | 4
> include/asm-ppc/immap_83xx.h | 16 +
> include/configs/MPC8349ITX.h | 753
> ++++++++++++++++++++++++++++++++++++++++++
> 12 files changed, 918 insertions(+), 8 deletions(-)
>
> diff --git a/CREDITS b/CREDITS
> index 32d3060..deede6b 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -461,3 +461,8 @@ N: James MacAulay
> E: james.macaulay at amirix.com
> D: Suppport for Amirix AP1000
> W: www.amirix.com
> +
> +N: Timur Tabi
> +E: timur at freescale.com
> +D: Support for MPC8349E-mITX
> +W: www.freescale.com
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4262719..9b54436 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -337,6 +337,10 @@ John Zhan <zhanz at sinovee.com>
>
> svm_sc8xx MPC8xx
>
> +Timur Tabi <timur at freescale.com>
> +
> + MPC8349E-mITX MPC8349
> +
> -------------------------------------------------------------------------
>
> Unknown / orphaned boards:
> diff --git a/MAKEALL b/MAKEALL
> index 2a334ff..cd2fc6f 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -130,7 +130,7 @@ ## MPC83xx Systems (includes 8349, etc.)
> #########################################################################
>
> LIST_83xx=" \
> - TQM834x MPC8349EMDS \
> + TQM834x MPC8349EMDS MPC8349ITX \
> "
>
>
> diff --git a/Makefile b/Makefile
> index ccf7f9f..e4d6ab5 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1557,6 +1557,9 @@ TQM834x_config: unconfig
> MPC8349EMDS_config: unconfig
> @$(MKCONFIG) $(@:_config=) ppc mpc83xx mpc8349emds
>
> +MPC8349ITX_config: unconfig
> + @$(MKCONFIG) $(@:_config=) ppc mpc83xx mpc8349itx
> +
> #########################################################################
> ## MPC85xx Systems
> #########################################################################
> diff --git a/README b/README
> index be3e0f6..ba53ffd 100644
> --- a/README
> +++ b/README
> @@ -2226,6 +2226,10 @@ Low Level (hardware related) configurati
> If SPD EEPROM is on an I2C bus other than the first one, specify
> here.
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list