Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-21 Thread Wolfgang Grandegger
Sebastian Siewior wrote: > * Wolfgang Grandegger | 2008-07-15 13:28:40 [+0200]: > >> Sebastian Siewior wrote: >>> * Andy Fleming | 2008-07-14 19:27:08 [-0500]: >>> On Mon, Jul 14, 2008 at 5:54 AM, Sebastian Siewior <[EMAIL PROTECTED]> wrote: > The default value for the MxMR register

Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-20 Thread Sebastian Siewior
* Wolfgang Grandegger | 2008-07-15 13:28:40 [+0200]: >Sebastian Siewior wrote: >>* Andy Fleming | 2008-07-14 19:27:08 [-0500]: >> >>>On Mon, Jul 14, 2008 at 5:54 AM, Sebastian Siewior >>><[EMAIL PROTECTED]> wrote: The default value for the MxMR register is not always the right one. This pa

Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-15 Thread Wolfgang Grandegger
Sebastian Siewior wrote: > * Andy Fleming | 2008-07-14 19:27:08 [-0500]: > >> On Mon, Jul 14, 2008 at 5:54 AM, Sebastian Siewior >> <[EMAIL PROTECTED]> wrote: >>> The default value for the MxMR register is not always the right one. >>> This patch adds the value of MxMR register as an additional >>

Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-15 Thread Sebastian Siewior
Wolfgang Grandegger wrote: >> +#define MXMR_OP_NORMAL(0x) >> +#define MXMR_OP_WRITE(0x1000) >> +#define MXMR_OP_READ(0x2000) >> +#define MXMR_OP_RUN(0x3000) > > Please use the the corresponding definitions from > "include/asm-ppc/fsl_lbc.h". Ach okey. I do this

Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-15 Thread Wolfgang Grandegger
Sebastian Siewior wrote: > The default value for the MxMR register is not always the right one. > This patch adds the value of MxMR register as an additional > parameter (plus a few defines instead of hex coded values). > > Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> > --- > cpu/mpc85xx/

Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-15 Thread Sebastian Siewior
* Andy Fleming | 2008-07-14 19:27:08 [-0500]: >On Mon, Jul 14, 2008 at 5:54 AM, Sebastian Siewior ><[EMAIL PROTECTED]> wrote: >> The default value for the MxMR register is not always the right one. >> This patch adds the value of MxMR register as an additional >> parameter (plus a few defines inst

Re: [U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-14 Thread Andy Fleming
On Mon, Jul 14, 2008 at 5:54 AM, Sebastian Siewior <[EMAIL PROTECTED]> wrote: > The default value for the MxMR register is not always the right one. > This patch adds the value of MxMR register as an additional > parameter (plus a few defines instead of hex coded values). > > Signed-off-by: Sebasti

[U-Boot-Users] [PATCH] mpc85xx: make the MxMR register in upmconfig as a parameter

2008-07-14 Thread Sebastian Siewior
The default value for the MxMR register is not always the right one. This patch adds the value of MxMR register as an additional parameter (plus a few defines instead of hex coded values). Signed-off-by: Sebastian Siewior <[EMAIL PROTECTED]> --- cpu/mpc85xx/cpu.c | 17 +++-- include