summaryrefslogtreecommitdiffstats
path: root/board/netx
Commit message (Collapse)AuthorAgeFilesLines
* netx: enable second ethernet deviceSascha Hauer2009-12-181-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-2/+2
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* boards: use recently introduced protect_file functionSascha Hauer2009-10-021-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* register env as env0 and not as envSascha Hauer2009-09-291-2/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* remove id fields from struct device_dSascha Hauer2009-07-211-5/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* register sdram devices correctlySascha Hauer2009-07-211-3/+7
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_CONSOLE usageSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_DRAM usageSascha Hauer2009-07-211-2/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* dev_add_partition -> devfs_add_partitionSascha Hauer2009-07-211-4/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [netx] compile fixes, update netx defconfigSascha Hauer2008-07-033-5/+7
|
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-2/+4
| | | | | | | Memory layout can now be specified via kconfig options. Two possibilities exist: default layout means the layout is stack / malloc heap / U-Boot. The user can also specify fixed addresses for each TEXT_BASE / stack / malloc heap.
* [general] Move include/configs/* to board/*/config.hSascha Hauer2008-04-071-0/+2
|
* [ARM] Remove CONFIG_ARCH_NUMBER from Kconfig system. Putting too manySascha Hauer2008-02-261-0/+4
| | | | | | | | | | | | values into kconfig which are not user configurable at all only encourages people to put even more stuff in there. This is not good because people tend to have board patches lying around and these patches won't apply regularly if they all change the same file (arch/arm/Kconfig) Instead, introduce a function armlinux_set_architecture() which everyone can call during board setup. Similarly introduce armlinux_set_bootparams() for the boot parameter pointer.
* netx doc added and some typos fixedJuergen Beisert2007-10-191-0/+9
|
* - Implement tree structure for devicessascha2007-10-191-2/+2
| | | | | | | - Use device tree structure to implement partitions - Let devinfo print a nice tree - Introduce 'fixed' partitions which are not removable - Fix mount: It was not possible to mount on a relative path.
* Linking: Remove linker scripts from (arm based-) boards and addsascha2007-10-172-66/+0
| | | | | | | | a generic linker script to arch/arm/lib/u-boot.lds.S. If a board wants to overwrite a linker script it can do so using CONFIG_BOARD_LINKER_SCRIPT. There is no generic linker script for ppc and blackfin yet, so still use the board specific one.
* arm: use text_entry for reset vector instead of hardcoded filenamesascha2007-10-171-1/+3
| | | | (once again)
* changing function name for board specific initJuergen Beisert2007-10-161-6/+2
|
* whitespace cleanupSascha Hauer2007-09-131-3/+3
|
* add hilscher netx supportSascha Hauer2007-09-054-0/+208