[U-Boot-Users] [DNX#2006072842000079] [PATCH 01/08]: General code modification for mpc74 [...]
DENX Support System
support at denx.de
Fri Jul 28 12:00:05 CEST 2006
Hello list,
inside the automatic U-Boot patch tracking system a new ticket
[DNX#2006072842000079] was created:
<snip>
> General code modification for mpc7448hpc2 board support. The
> modification do not
> affect other board behavior.
>
> Signed-off-by: Alexandre Bounine <alexandreb at tundra.com>
> Signed-off-by: Roy Zang <tie-fei.zang at freescale.com>
>
> ---
> MAKEALL | 4 +--
> Makefile | 3 ++
> README | 22 ++++++++--------
> cpu/74xx_7xx/cpu.c | 22 ++++++++++++++--
> cpu/74xx_7xx/cpu_init.c | 2 +
> cpu/74xx_7xx/speed.c | 55
> ++++++++++++++++++++++++++++++++++++++---
> include/74xx_7xx.h | 1 +
> include/asm-ppc/global_data.h | 3 ++
> lib_ppc/extable.c | 11 ++++++++
> net/eth.c | 4 +++
> 10 files changed, 107 insertions(+), 20 deletions(-)
>
> diff --git a/MAKEALL b/MAKEALL
> index 467a9be..2f41936 100755
> --- a/MAKEALL
> +++ b/MAKEALL
> @@ -139,8 +139,8 @@ ## 74xx/7xx Systems
>
> ########################################################################
> #
>
> LIST_74xx=" \
> - DB64360 DB64460 EVB64260 P3G4
> \
> - PCIPPC2 PCIPPC6 ZUMA
> \
> + DB64360 DB64460 EVB64260 mpc7448hpc2
> \
> + P3G4 PCIPPC2 PCIPPC6 ZUMA
> \
> "
>
> LIST_7xx=" \
> diff --git a/Makefile b/Makefile
> index 128ae59..c910f39 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1489,6 +1489,9 @@ EVB64260_config \
> EVB64260_750CX_config: unconfig
> @./mkconfig EVB64260 ppc 74xx_7xx evb64260
>
> +mpc7448hpc2_config: unconfig
> + @./mkconfig $(@:_config=) ppc 74xx_7xx mpc7448hpc2
> +
> P3G4_config: unconfig
> @./mkconfig $(@:_config=) ppc 74xx_7xx evb64260
>
> diff --git a/README b/README
> index e772c1a..f7f53d1 100644
> --- a/README
> +++ b/README
> @@ -2289,17 +2289,17 @@ configurations; the following names are
> csb272_config lwmon_config sbc8260_config
> CU824_config MBX860T_config
> sbc8560_33_config
> DUET_ADS_config MBX_config
> sbc8560_66_config
> - EBONY_config MPC8260ADS_config SM850_config
> - ELPT860_config MPC8540ADS_config SPD823TS_config
> - ESTEEM192E_config MPC8540EVAL_config stxgp3_config
> - ETX094_config MPC8560ADS_config SXNI855T_config
> - FADS823_config NETVIA_config TQM823L_config
> - FADS850SAR_config omap1510inn_config TQM850L_config
> - FADS860T_config omap1610h2_config TQM855L_config
> - FPS850L_config omap1610inn_config TQM860L_config
> - omap5912osk_config walnut_config
> - omap2420h4_config Yukon8220_config
> - ZPC1900_config
> + EBONY_config mpc7448hpc2_config SM850_config
> + ELPT860_config MPC8260ADS_config SPD823TS_config
> + ESTEEM192E_config MPC8540ADS_config stxgp3_config
> + ETX094_config MPC8540EVAL_config SXNI855T_config
> + FADS823_config NMPC8560ADS_config TQM823L_config
> + FADS850SAR_config NETVIA_config TQM850L_config
> + FADS860T_config omap1510inn_config TQM855L_config
> + FPS850L_config omap1610h2_config TQM860L_config
> + omap1610inn_config walnut_config
> + omap5912osk_config Yukon8220_config
> + omap2420h4_config ZPC1900_config
>
> Note: for some board special configuration names may exist; check if
> additional information is available from the board vendor; for
> diff --git a/cpu/74xx_7xx/cpu.c b/cpu/74xx_7xx/cpu.c
> index ca45e17..4e112dc 100644
> --- a/cpu/74xx_7xx/cpu.c
> +++ b/cpu/74xx_7xx/cpu.c
> @@ -101,6 +101,14 @@ get_cpu_type(void)
> type = CPU_7457;
> break;
>
> + case 0x8003:
</snip>
Your U-Boot support team
More information about the U-Boot
mailing list