summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-07-31 15:13:02 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-07-31 15:13:02 +0200
commitecfac0f3025d7e35d791f72475b4547a04743eb0 (patch)
tree573f1c7bcd563f9188429518d786e5e880b1202a /board
parentdd8087e1f68213de82afc84082f5ef25df49b690 (diff)
parentfeef285639dbc8d909f55f05f28182e199bc8783 (diff)
downloadbarebox-ecfac0f3025d7e35d791f72475b4547a04743eb0.tar.gz
barebox-ecfac0f3025d7e35d791f72475b4547a04743eb0.tar.xz
Merge branch 'docu_update' of octopus:/home/jbe/work/u-boot-v2 into jbe
Diffstat (limited to 'board')
-rw-r--r--board/a9m2410/a9m2410.c15
-rw-r--r--board/a9m2440/a9m2440.c16
-rw-r--r--board/board.dox4
3 files changed, 35 insertions, 0 deletions
diff --git a/board/a9m2410/a9m2410.c b/board/a9m2410/a9m2410.c
index bc10241fc6..8d41291b9c 100644
--- a/board/a9m2410/a9m2410.c
+++ b/board/a9m2410/a9m2410.c
@@ -258,4 +258,19 @@ This CPU card is based on a Samsung S3C2410 CPU. The card is shipped with:
- SPI interface
- JTAG interface
+How to get the binary image:
+
+Using the default configuration:
+
+@code
+make ARCH=arm a9m2410_defconfig
+@endcode
+
+Build the binary image:
+
+@code
+make ARCH=arm CROSS_COMPILE=armv4compiler
+@endcode
+
+@note replace the armv4compiler with your ARM v4 cross compiler.
*/
diff --git a/board/a9m2440/a9m2440.c b/board/a9m2440/a9m2440.c
index 43ec75b932..4f52a85b26 100644
--- a/board/a9m2440/a9m2440.c
+++ b/board/a9m2440/a9m2440.c
@@ -235,4 +235,20 @@ This CPU card is based on a Samsung S3C2440 CPU. The card is shipped with:
- SPI interface
- JTAG interface
+How to get the binary image:
+
+Using the default configuration:
+
+@code
+make ARCH=arm a9m2440_defconfig
+@endcode
+
+Build the binary image:
+
+@code
+make ARCH=arm CROSS_COMPILE=armv4compiler
+@endcode
+
+@note replace the armv4compiler with your ARM v4 cross compiler.
+
*/
diff --git a/board/board.dox b/board/board.dox
index cd683dd3e6..466fc591ed 100644
--- a/board/board.dox
+++ b/board/board.dox
@@ -88,4 +88,8 @@ TBD
First, the new board should be visible in the menu.
+@section board_specific_cpu Porting hints for specific CPUs
+
+@li @subpage dev_s3c24xx_mach
+
*/