This is the sixth part of my Xilleon port.
This patch adds bootinfo constants for ATI's Xilleon family of SOCs.
Patch against 2.6.14-rc2 from linux-mips.org
Signed-off-by: David Daney <ddaney@avtrex.com>
Add Xilleon boot info constants.
---
commit 72de26a8574419f86b2459f9957bde08820ef50f
tree 0939dde47094e2fc7394c98ff87724b9dbbac4a3
parent 33019afad122415869a7a0b2f2a3600249c55704
author David Daney <daney@dl2.hq2.avtrex.com> Tue, 04 Oct 2005 13:45:14 -0700
committer David Daney <daney@dl2.hq2.avtrex.com> Tue, 04 Oct 2005 13:45:14 -0700
include/asm-mips/bootinfo.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/asm-mips/bootinfo.h b/include/asm-mips/bootinfo.h
--- a/include/asm-mips/bootinfo.h
+++ b/include/asm-mips/bootinfo.h
@@ -218,6 +218,10 @@
#define MACH_GROUP_TITAN 22 /* PMC-Sierra Titan */
#define MACH_TITAN_YOSEMITE 1 /* PMC-Sierra Yosemite */
+ /* Valid machtype for group ATI */
+#define MACH_GROUP_ATI 23
+#define MACH_ATI_XILLEON 0
+
#define CL_SIZE COMMAND_LINE_SIZE
const char *get_system_type(void);
|