diff --git a/Documentation/boards.dox b/Documentation/boards.dox index 9810262f6..1d7a9b0dc 100644 --- a/Documentation/boards.dox +++ b/Documentation/boards.dox @@ -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: */ diff --git a/Documentation/uboot-main.dox b/Documentation/uboot-main.dox index 377f5943c..70529a413 100644 --- a/Documentation/uboot-main.dox +++ b/Documentation/uboot-main.dox @@ -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 diff --git a/board/ipe337/ipe337.dox b/board/ipe337/ipe337.dox new file mode 100644 index 000000000..4d7925af9 --- /dev/null +++ b/board/ipe337/ipe337.dox @@ -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 + +*/ \ No newline at end of file diff --git a/board/phycore_imx31/phycore_imx31.dox b/board/phycore_imx31/phycore_imx31.dox new file mode 100644 index 000000000..d6c0010fe --- /dev/null +++ b/board/phycore_imx31/phycore_imx31.dox @@ -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 + +*/ diff --git a/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.dox b/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.dox new file mode 100644 index 000000000..f43c093f1 --- /dev/null +++ b/board/phycore_mpc5200b_tiny/phycore_mpc5200b_tiny.dox @@ -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 + +*/ diff --git a/board/phycore_pcm038/phycore_pcm038.dox b/board/phycore_pcm038/phycore_pcm038.dox new file mode 100644 index 000000000..95294beb8 --- /dev/null +++ b/board/phycore_pcm038/phycore_pcm038.dox @@ -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 + +*/ diff --git a/board/scb9328/scb9328.dox b/board/scb9328/scb9328.dox new file mode 100644 index 000000000..1b385414a --- /dev/null +++ b/board/scb9328/scb9328.dox @@ -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 + +*/