public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARMV7: OMAP3: BeagleBoard: add more expansionboard IDs
@ 2010-11-05  5:46 Jason Kridner
  2010-11-05  5:46 ` [U-Boot] [PATCH] ARMV7: OMAP3: BeagleBoard: add xM rev B to ID table Jason Kridner
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Jason Kridner @ 2010-11-05  5:46 UTC (permalink / raw)
  To: u-boot

From: Koen Kooi <koen@dominion.thruhere.net>

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Jason Kridner <jkridner@beagleboard.org>
---
 board/ti/beagle/beagle.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/board/ti/beagle/beagle.c b/board/ti/beagle/beagle.c
index d9b6f01..520e57d 100644
--- a/board/ti/beagle/beagle.c
+++ b/board/ti/beagle/beagle.c
@@ -48,6 +48,10 @@
 #define TINCANTOOLS_TRAINER		0x04000100
 #define TINCANTOOLS_SHOWDOG		0x03000100
 #define KBADC_BEAGLEFPGA		0x01000600
+#define LW_BEAGLETOUCH			0x01000700
+#define LCDOG_BRAINMUX			0x01000800
+#define LCDOG_BRAINMUXTOUCH		0x02000800
+#define SF_HARDHAT			0x01000900
 
 #define BEAGLE_NO_EEPROM		0xffffffff
 
@@ -223,6 +227,18 @@ int misc_init_r(void)
 		MUX_KBADC_BEAGLEFPGA();
 		setenv("buddy", "beaglefpga");
 		break;
+	case LW_BEAGLETOUCH:
+		printf("Recognized Liquidware Beagletouch board\n");
+		setenv("buddy", "beagletouch");
+		break;
+	case LCDOG_BRAINMUX:
+		printf("Recognized Brainmux LCDog board\n");
+		setenv("buddy", "lcdog");
+		break;
+	case LCDOG_BRAINMUXTOUCH:
+		printf("Recognized Brainmux LCDog Touch board\n");
+		setenv("buddy", "lcdogtouch");
+		break;
 	case BEAGLE_NO_EEPROM:
 		printf("No EEPROM on expansion board\n");
 		setenv("buddy", "none");
-- 
1.5.6.4

^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2011-04-18 21:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-05  5:46 [U-Boot] [PATCH] ARMV7: OMAP3: BeagleBoard: add more expansionboard IDs Jason Kridner
2010-11-05  5:46 ` [U-Boot] [PATCH] ARMV7: OMAP3: BeagleBoard: add xM rev B to ID table Jason Kridner
2010-11-05 17:54   ` Nishanth Menon
2010-11-06  3:05     ` Steve Sakoman
2010-11-06  4:40       ` Nishanth Menon
2010-11-07  9:16       ` Premi, Sanjeev
2010-11-07 14:56         ` Nishanth Menon
2010-11-07 17:00           ` Steve Sakoman
2010-11-07 17:30             ` Nishanth Menon
2011-03-03 17:14   ` [U-Boot] [PATCH v2] " Jason Kridner
2011-04-18 21:36     ` Paulraj, Sandeep
2010-11-05  6:37 ` [U-Boot] [PATCH] ARMV7: OMAP3: BeagleBoard: add more expansionboard IDs Wolfgang Denk
2010-11-05  8:12 ` Premi, Sanjeev
2011-03-03 19:51 ` [U-Boot] [PATCH v2] " Jason Kridner
2011-04-18 21:37   ` Paulraj, Sandeep

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox