[U-Boot-Users] [PATCH] MPC85xx, MPC83xx: Add/Fix UPM configuration support
Wolfgang Denk
wd at denx.de
Thu Feb 7 17:19:23 CET 2008
In message <B27D27F93BC429468DBC3B0DA043AA4401D5082E at ilptex01.ecitele.com> you wrote:
> Add support for UPM configuration on the 85xx platform.
> In addition, on the MPC83xx, remove MPC834x precompiler condition, in
> order to support all MPC83xx processors.
>
> Signed-off-by: David Saada <david.saada at ecitele.com>
>
> --- a/include/mpc85xx.h 2008-02-07 12:11:35.873966000 +0200
> +++ b/include/mpc85xx.h 2008-02-07 13:13:34.255165000 +0200
> @@ -35,7 +35,10 @@
> #define BRx_MS_UPMA 0x00000080 /* U.P.M.A Machine Select
> */
^^^^^^
> #define BRx_MS_UPMB 0x000000a0 /* U.P.M.B Machine Select
> */
^^^^^^
> #define BRx_MS_UPMC 0x000000c0 /* U.P.M.C Machine Select
> */
^^^^^^
> +#define BRx_MS_MSK 0x000000e0 /* Machine select mask */
> +#define BRx_MS_SHIFT 5 /* Machine select shift */
> #define BRx_PS_8 0x00000800 /* 8 bit port size
> */
^^^^^^
> +#define BRx_PS_16 0x00001000 /* 16 bit port size
> */
^^^^^^
etc. Your patch is line-wrapped. Please fix your mailer setupo before
resubmitting.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"I believe the use of noise to make music will increase until we
reach a music produced through the aid of electrical instruments
which will make available for musical purposes any and all sounds
that can be heard." - composer John Cage, 1937
More information about the U-Boot
mailing list