aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2008-06-25 10:59:22 +0200
committerStefan Roese <sr@denx.de>2008-07-11 13:18:13 +0200
commit4fb25a3db3b3839094aa9ab748efd7a95924690b (patch)
treec2cc666e5d1ea4fb3d28fa70c63632e8d3f43535 /include
parent7ee2619c20ccecd57966d74d844e6329e141261c (diff)
ppc4xx: Consolidate PPC4xx UIC defines
This patch is the first step to consolidate the UIC related defines in the 4xx headers. Move header from asm-ppc/ppc4xx-intvec.h to asm-ppc/ppc4xx-uic.h as it will hold all UIC related defines in the next steps. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-ppc/ppc4xx-uic.h (renamed from include/asm-ppc/ppc4xx-intvec.h)51
-rw-r--r--include/ppc4xx.h1
2 files changed, 24 insertions, 28 deletions
diff --git a/include/asm-ppc/ppc4xx-intvec.h b/include/asm-ppc/ppc4xx-uic.h
index 5b45de433..1573b1eab 100644
--- a/include/asm-ppc/ppc4xx-intvec.h
+++ b/include/asm-ppc/ppc4xx-uic.h
@@ -1,35 +1,30 @@
/*
-* Copyright (C) 2002 Scott McNutt <smcnutt@artesyncp.com>
-*
-* See file CREDITS for list of people who contributed to this
-* project.
-*
-* This program is free software; you can redistribute it and/or
-* modify it under the terms of the GNU General Public License as
-* published by the Free Software Foundation; either version 2 of
-* the License, or (at your option) any later version.
-*
-* This program is distributed in the hope that it will be useful,
-* but WITHOUT ANY WARRANTY; without even the implied warranty of
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-* GNU General Public License for more details.
-*
-* You should have received a copy of the GNU General Public License
-* along with this program; if not, write to the Free Software
-* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
-* MA 02111-1307 USA
-*/
-
-/*
- * Interrupt vector number definitions to ease the
- * 405 -- 440 porting pain ;-)
+ * Copyright (C) 2002 Scott McNutt <smcnutt@artesyncp.com>
+ *
+ * (C) Copyright 2008
+ * Stefan Roese, DENX Software Engineering, sr@denx.de.
+ *
+ * See file CREDITS for list of people who contributed to this
+ * project.
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
*
- * NOTE: They're not all here yet ... update as needed.
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
*
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
+ * MA 02111-1307 USA
*/
-#ifndef _VECNUMS_H_
-#define _VECNUMS_H_
+#ifndef _PPC4xx_UIC_H_
+#define _PPC4xx_UIC_H_
#if defined(CONFIG_440EPX) || defined(CONFIG_440GRX)
@@ -471,4 +466,4 @@
#endif /* defined(CONFIG_440) */
-#endif /* _VECNUMS_H_ */
+#endif /* _PPC4xx_UIC_H_ */
diff --git a/include/ppc4xx.h b/include/ppc4xx.h
index ca0636ca8..d593b072f 100644
--- a/include/ppc4xx.h
+++ b/include/ppc4xx.h
@@ -54,6 +54,7 @@
#include <asm/ppc4xx-sdram.h>
#include <asm/ppc4xx-ebc.h>
+#include <asm/ppc4xx-uic.h>
/*
* Macro for generating register field mnemonics