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
* 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
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
>>
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
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/
* 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
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
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