public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] cpu_misc_init support for ARM architectures
@ 2009-05-29 19:43 Prafulla Wadaskar
  2009-05-29 16:28 ` Mike Frysinger
                   ` (2 more replies)
  0 siblings, 3 replies; 34+ messages in thread
From: Prafulla Wadaskar @ 2009-05-29 19:43 UTC (permalink / raw)
  To: u-boot

This patch is required for Kirkwood support
may be used by other ARM architectures

Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
---
 include/asm-arm/u-boot-arm.h |    1 +
 lib_arm/board.c              |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/asm-arm/u-boot-arm.h b/include/asm-arm/u-boot-arm.h
index 76f1ffa..6d2f8bc 100644
--- a/include/asm-arm/u-boot-arm.h
+++ b/include/asm-arm/u-boot-arm.h
@@ -42,6 +42,7 @@ int	cleanup_before_linux(void);
 
 /* cpu/.../arch/cpu.c */
 int	arch_cpu_init(void);
+int	arch_misc_init(void);
 
 /* board/.../... */
 int	board_init(void);
diff --git a/lib_arm/board.c b/lib_arm/board.c
index e081fbc..5c3bfec 100644
--- a/lib_arm/board.c
+++ b/lib_arm/board.c
@@ -399,6 +399,10 @@ void start_armboot (void)
 
 	console_init_r ();	/* fully init console as a device */
 
+#if defined(CONFIG_ARCH_MISC_INIT)
+	/* miscellaneous arch dependent initialisations */
+	arch_misc_init ();
+#endif
 #if defined(CONFIG_MISC_INIT_R)
 	/* miscellaneous platform dependent initialisations */
 	misc_init_r ();
-- 
1.5.3.3

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

end of thread, other threads:[~2009-06-28 11:31 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 19:43 [U-Boot] [PATCH] cpu_misc_init support for ARM architectures Prafulla Wadaskar
2009-05-29 16:28 ` Mike Frysinger
2009-05-30  5:40   ` Prafulla Wadaskar
2009-05-29 19:43 ` [U-Boot] [PATCH] arm: generic cache.h " Prafulla Wadaskar
2009-05-29 19:43   ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Prafulla Wadaskar
2009-05-29 19:43     ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Prafulla Wadaskar
2009-05-29 19:43       ` [U-Boot] [PATCH] nand: Add Marvell Kirkwood NAND driver Prafulla Wadaskar
2009-05-29 19:40         ` Scott Wood
2009-06-08  4:57           ` Prafulla Wadaskar
2009-05-29 19:43         ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Prafulla Wadaskar
2009-05-29 19:43           ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE Board support Prafulla Wadaskar
2009-05-29 19:43             ` [U-Boot] [PATCH] Marvell Sheevaplug " Prafulla Wadaskar
2009-05-30  6:25               ` Prafulla Wadaskar
2009-05-31 21:37               ` Wolfgang Denk
2009-05-31 21:34             ` [U-Boot] [PATCH] Marvell MV88F6281GTW_GE " Wolfgang Denk
2009-05-29 22:29           ` [U-Boot] [PATCH] net: Add Marvell Kirkwood gigabit ethernet driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 23:21             ` Ben Warren
2009-05-30  6:41               ` Prafulla Wadaskar
2009-06-01  3:55                 ` Ben Warren
2009-05-31 21:28           ` Wolfgang Denk
2009-05-29 22:24       ` [U-Boot] [PATCH] spi: Add Marvell Kirkwood SPI driver Jean-Christophe PLAGNIOL-VILLARD
2009-05-29 22:45         ` Andy Fleming
2009-05-31 21:21       ` Wolfgang Denk
2009-06-25 22:59       ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-26  5:57         ` Prafulla Wadaskar
2009-06-27  3:52           ` Prafulla Wadaskar
2009-06-27  5:39             ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-28 11:31               ` Prafulla Wadaskar
2009-05-29 22:22     ` [U-Boot] [PATCH] arm: Kirkwood: Basic SOCs support Jean-Christophe PLAGNIOL-VILLARD
2009-05-30  7:16       ` Prafulla Wadaskar
2009-05-31 11:52         ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-04  9:21   ` [U-Boot] [PATCH] arm: generic cache.h for ARM architectures Prafulla Wadaskar
2009-06-07 11:56   ` Jean-Christophe PLAGNIOL-VILLARD
2009-05-31 21:29 ` [U-Boot] [PATCH] cpu_misc_init support " Wolfgang Denk

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