summaryrefslogtreecommitdiffstats
path: root/board/scb9328
Commit message (Collapse)AuthorAgeFilesLines
* cfi_flash: move include/cfi_flash.c next to driverSascha Hauer2010-02-081-1/+0
| | | | | | | | This file has no useful things for others than the driver, so move it next to the driver and remove the corresponding include from other files. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* scb9328: setup chipselect the correct waySascha Hauer2009-12-181-3/+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-222-3/+3
| | | | 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>
* remove id fields from struct device_dSascha Hauer2009-07-211-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* register sdram devices correctlySascha Hauer2009-07-211-1/+0
| | | | 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-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* introduce cdevSascha Hauer2009-07-211-5/+9
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [memory layout]: streamline memory layoutSascha Hauer2008-06-041-4/+0
| | | | | | | 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/+34
|
* add missing includeSascha Hauer2008-03-011-0/+1
|
* [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-1/+1
|
* adding first board docJuergen Beisert2007-10-191-0/+9
|
* add temporary default environment for scb9328sascha2007-10-191-0/+3
|
* - 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-73/+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/+1
| | | | (once again)
* update scb9328 configsascha2007-10-161-6/+61
|
* move dm9000 specific stuff to platform_datasascha2007-10-161-1/+10
|
* scb9328: Move all not critical register initializationssascha2007-10-162-122/+46
| | | | like chipselect setups from assembler to C.
* __u_boot__symtab -> __usymtabSascha Hauer2007-10-071-3/+3
|
* update linker scripts:Sascha Hauer2007-10-011-1/+9
| | | | | - add _stext and _etext symbols - add symtabd section
* whitespace cleanupSascha Hauer2007-09-131-14/+14
|
* use text_entry instead of hardcoded start.S for scb9328Sascha Hauer2007-09-051-1/+1
|
* arm: use linker section for reset vectorSascha Hauer2007-07-251-1/+1
| | | | | | | | | Put the reset vector at the beginning of the binary by creating its own section in the linker script rather than specifying the file. Signed-off-by: Juergen Beisert <jbe@pengutronix.de> Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
* enable flash protection for monitorSascha Hauer2007-07-161-0/+3
|
* fix compiler warningSascha Hauer2007-07-151-0/+1
|
* move gpio setup functions to board codeSascha Hauer2007-07-051-0/+4
|
* svn_rev_664Sascha Hauer2007-07-051-1/+0
|
* svn_rev_495Sascha Hauer2007-07-051-1/+1
|
* svn_rev_470Sascha Hauer2007-07-051-1/+1
|
* svn_rev_447Sascha Hauer2007-07-051-0/+22
| | | | add console device
* svn_rev_430Sascha Hauer2007-07-051-12/+0
|
* svn_rev_270Sascha Hauer2007-07-051-1/+1
| | | | WIP FS support
* svn_rev_222Sascha Hauer2007-07-051-5/+1
| | | | remove unneeded cfi_platform_data
* svn_rev_213Sascha Hauer2007-07-051-0/+26
| | | | move defines from global config here
* svn_rev_149Sascha Hauer2007-07-051-13/+2
| | | | no need for bi_dram in global data (untested)
* svn_rev_145Sascha Hauer2007-07-051-13/+12
| | | | add env spec
* svn_rev_122Sascha Hauer2007-07-051-38/+0
| | | | rmeove. It is autogenerated
* svn_rev_120Sascha Hauer2007-07-054-56/+105
| | | | implement initcalls
* svn_rev_115Sascha Hauer2007-07-051-18/+30
| | | | make scb9328 work
* svn_rev_112Sascha Hauer2007-07-054-0/+336
|
* svn_rev_002Sascha Hauer2007-07-057-813/+0
| | | | | Consider all boards containing it's own flash.c as unmaintained and remove them.
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-1/+1
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-8/+12
| | | | | | | | | | | | | | | | | | | | | Modifications are based on the linux kernel approach and support two use cases: 1) Add O= to the make command line 'make O=/tmp/build all' 2) Set environement variable BUILD_DIR to point to the desired location 'export BUILD_DIR=/tmp/build' 'make' The second approach can also be used with a MAKEALL script 'export BUILD_DIR=/tmp/build' './MAKEALL' Command line 'O=' setting overrides BUILD_DIR environent variable. When none of the above methods is used the local build is performed and the object files are placed in the source directory.
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-311-19/+18
|
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-311-0/+1
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html