9
0
Fork 0

adding first board doc

This commit is contained in:
Juergen Beisert 2007-10-19 20:26:21 +02:00
parent cd017b2439
commit 6a8e90c921
7 changed files with 65 additions and 4 deletions

View File

@ -1,7 +1,22 @@
/** @page supported_boards
/** @page supported_boards Supported Boards
This is a list of boards that are currently supported by UBootv2.
This is a list of boards that are currently supported by U-Bootv2.
PowerPC type:
- @subpage phycore_pcm030
ARM type:
- @subpage phycore_imx31
- @subpage phycore_pcm038
- @subpage scb9328
Blackfin type:
- @subpage ipe337
x86 type:
*/

View File

@ -1,4 +1,4 @@
/** @mainpage Unified Bootloader
/** @mainpage Universal Bootloader
@section uboot_v2_intro Introduction
@ -195,7 +195,7 @@ scripts / -> Kconfig system
Documentation / ->
@endverbatim
@section license UBoot's License
@section license U-Boot's License
@verbatim
This program is free software; you can redistribute it and/or

10
board/ipe337/ipe337.dox Normal file
View File

@ -0,0 +1,10 @@
/** @page ipe337 ipe337
This CPU card is based on an Analog Device Blackfin CPU. The card is shipped
with:
- 32MiB NOR type Flash Memory
- 128MiB synchronous dynamic RAM
- SMSC9xxx network controller
*/

View File

@ -0,0 +1,11 @@
/** @page phycore_imx31 Phytec's phyCORE-pcm037
This CPU card is based on a Freescale i.MX31 CPU. The card is shipped with:
- up to 64MiB NOR type Flash Memory
- up to 2MiB static RAM
- 64MiB NAND type Flash Memory
- SMSC 9217 network controller
- 128MiB synchronous dynamic RAM
*/

View File

@ -0,0 +1,8 @@
/** @page phycore_pcm030 Phytec's phyCORE-pcm030
This CPU card is based on a Freescale MPC5200B CPU. The card is shipped with:
- up to 16MiB NOR type Flash Memory
- 64MiB synchronous dynamic RAM
*/

View File

@ -0,0 +1,8 @@
/** @page phycore_pcm038 Phytec's phyCORE-pcm038
This CPU card is based on a Freescale i.MX27 CPU. The card is shipped with:
- up to 32MiB NOR type Flash Memory
- 32MiB synchronous dynamic RAM
*/

View File

@ -0,0 +1,9 @@
/** @page scb9328 Synertronixx scb9328
This CPU card is based on a Freescale i.MX1 CPU. The card is shipped with:
- up to 16MiB NOR type Flash Memory
- 16MiB synchronous dynamic RAM
- DM9000 network controller
*/