Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457624 > unrolled thread
| Started by | Alexander Stein <alexander.stein@systec-electronic.com> |
|---|---|
| First post | 2016-08-08 11:00 +0200 |
| Last post | 2016-08-08 18:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [Patch v3 10/11] driver/edac/layerscape_edac: Add Layerscape EDAC support Alexander Stein <alexander.stein@systec-electronic.com> - 2016-08-08 11:00 +0200
Re: [Patch v3 10/11] driver/edac/layerscape_edac: Add Layerscape EDAC support york sun <york.sun@nxp.com> - 2016-08-08 18:00 +0200
| From | Alexander Stein <alexander.stein@systec-electronic.com> |
|---|---|
| Date | 2016-08-08 11:00 +0200 |
| Subject | Re: [Patch v3 10/11] driver/edac/layerscape_edac: Add Layerscape EDAC support |
| Message-ID | <s3OzD-7xb-7@gated-at.bofh.it> |
On Thursday 04 August 2016 15:58:35, York Sun wrote:
> Add DDR EDAC for ARM-based compatible controllers. Both big-endian
> and little-endian are supported.
>
> Signed-off-by: York Sun <york.sun@nxp.com>
>
> ---
> Change log
> v3: no change
> v2: Create new driver using shared DDR object
>
> arch/arm64/Kconfig.platforms | 1 +
> arch/{arm => arm64}/include/asm/edac.h | 21 +++++------
> arch/arm64/include/asm/irq.h | 4 ++
> drivers/edac/Kconfig | 7 ++++
> drivers/edac/Makefile | 3 ++
> drivers/edac/fsl_ddr_edac.c | 1 +
> drivers/edac/layerscape_edac.c | 67
> ++++++++++++++++++++++++++++++++++ 7 files changed, 92 insertions(+), 12
> deletions(-)
> copy arch/{arm => arm64}/include/asm/edac.h (79%)
> create mode 100644 drivers/edac/layerscape_edac.c
This only adds EDAC support for ARM64. What would be necessary for ARM
support, e.g. LS1021A?
Best regards,
Alexander
[toc] | [next] | [standalone]
| From | york sun <york.sun@nxp.com> |
|---|---|
| Date | 2016-08-08 18:00 +0200 |
| Subject | Re: [Patch v3 10/11] driver/edac/layerscape_edac: Add Layerscape EDAC support |
| Message-ID | <s3V85-3gZ-1@gated-at.bofh.it> |
| In reply to | #1457624 |
On 08/08/2016 01:57 AM, Alexander Stein wrote:
> On Thursday 04 August 2016 15:58:35, York Sun wrote:
>> Add DDR EDAC for ARM-based compatible controllers. Both big-endian
>> and little-endian are supported.
>>
>> Signed-off-by: York Sun <york.sun@nxp.com>
>>
>> ---
>> Change log
>> v3: no change
>> v2: Create new driver using shared DDR object
>>
>> arch/arm64/Kconfig.platforms | 1 +
>> arch/{arm => arm64}/include/asm/edac.h | 21 +++++------
>> arch/arm64/include/asm/irq.h | 4 ++
>> drivers/edac/Kconfig | 7 ++++
>> drivers/edac/Makefile | 3 ++
>> drivers/edac/fsl_ddr_edac.c | 1 +
>> drivers/edac/layerscape_edac.c | 67
>> ++++++++++++++++++++++++++++++++++ 7 files changed, 92 insertions(+), 12
>> deletions(-)
>> copy arch/{arm => arm64}/include/asm/edac.h (79%)
>> create mode 100644 drivers/edac/layerscape_edac.c
>
> This only adds EDAC support for ARM64. What would be necessary for ARM
> support, e.g. LS1021A?
>
It should be just one step away. I haven't got a chance to verify/debug
it on LS1021A.
York
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web