[U-Boot] [PATCH 5/8] APM82xxx: Add UIC support

From: Tirumala Marri tmarri@apm.com
This patch adds Universal Interrupt Controller support for APM82XXX processor.
Signed-off-by: Tirumala R Marri tmarri@apm.com --- arch/powerpc/include/asm/ppc4xx-uic.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/include/asm/ppc4xx-uic.h b/arch/powerpc/include/asm/ppc4xx-uic.h index 782d045..238b70b 100644 --- a/arch/powerpc/include/asm/ppc4xx-uic.h +++ b/arch/powerpc/include/asm/ppc4xx-uic.h @@ -31,7 +31,7 @@ */ #if defined(CONFIG_440GX) || defined(CONFIG_440SPE) || \ defined(CONFIG_460EX) || defined(CONFIG_460GT) || \ - defined(CONFIG_460SX) + defined(CONFIG_460SX) || defined(CONFIG_APM82XXX) #define UIC_MAX 4 #elif defined(CONFIG_440EPX) || defined(CONFIG_440GRX) || \ defined(CONFIG_405EX) @@ -252,7 +252,8 @@ #define VECNUM_ETH0 (32 + 28) #endif /* CONFIG_440SPE */
-#if defined(CONFIG_460EX) || defined(CONFIG_460GT) +#if defined(CONFIG_460EX) || defined(CONFIG_460GT) ||\ + defined(CONFIG_APM82XXX) /* UIC 0 */ #define VECNUM_UIC2NCI 10 #define VECNUM_UIC2CI 11

Hello.
tmarri@apm.com wrote:
From: Tirumala Marri tmarri@apm.com
This patch adds Universal Interrupt Controller support for APM82XXX processor.
Signed-off-by: Tirumala R Marri tmarri@apm.com
[...]
diff --git a/arch/powerpc/include/asm/ppc4xx-uic.h b/arch/powerpc/include/asm/ppc4xx-uic.h index 782d045..238b70b 100644 --- a/arch/powerpc/include/asm/ppc4xx-uic.h +++ b/arch/powerpc/include/asm/ppc4xx-uic.h
[...]
@@ -252,7 +252,8 @@ #define VECNUM_ETH0 (32 + 28) #endif /* CONFIG_440SPE */
-#if defined(CONFIG_460EX) || defined(CONFIG_460GT) +#if defined(CONFIG_460EX) || defined(CONFIG_460GT) ||\
Please add space before \ to keep the style consistent.
- defined(CONFIG_APM82XXX)
WBR, Sergei

This patch adds Universal Interrupt Controller support for APM82XXX processor.
Signed-off-by: Tirumala R Marri tmarri@apm.com
[...]
diff --git a/arch/powerpc/include/asm/ppc4xx-uic.h
b/arch/powerpc/include/asm/ppc4xx-uic.h
index 782d045..238b70b 100644 --- a/arch/powerpc/include/asm/ppc4xx-uic.h +++ b/arch/powerpc/include/asm/ppc4xx-uic.h
[...]
@@ -252,7 +252,8 @@ #define VECNUM_ETH0 (32 + 28) #endif /* CONFIG_440SPE */
-#if defined(CONFIG_460EX) || defined(CONFIG_460GT) +#if defined(CONFIG_460EX) || defined(CONFIG_460GT) ||\
Please add space before \ to keep the style consistent.
[Marri] Sure will fix it.
Regards, Marri

Dear tmarri@apm.com,
In message 1282856765-24544-1-git-send-email-tmarri@apm.com you wrote:
From: Tirumala Marri tmarri@apm.com
This patch adds Universal Interrupt Controller support for APM82XXX processor.
Again. This is NOT a separate, independent commit. Please reread the documentation andfix your patch splitting.
Best regards,
Wolfgang Denk

-----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Sunday, August 29, 2010 1:57 AM To: tmarri@apm.com Cc: u-boot@lists.denx.de; open-source-review@apm.com Subject: Re: [U-Boot] [PATCH 5/8] APM82xxx: Add UIC support
Dear tmarri@apm.com,
In message 1282856765-24544-1-git-send-email-tmarri@apm.com you wrote:
From: Tirumala Marri tmarri@apm.com
This patch adds Universal Interrupt Controller support for APM82XXX processor.
Again. This is NOT a separate, independent commit. Please reread the documentation andfix your patch splitting.
Mr Wolfgang, Sure will fix it. Regards, Marri
participants (4)
-
Sergei Shtylyov
-
Tirumala Marri
-
tmarriļ¼ apm.com
-
Wolfgang Denk