summaryrefslogtreecommitdiffstats
path: root/board/esd/pci405
Commit message (Collapse)AuthorAgeFilesLines
...
* Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk2006-10-091-2/+2
| | | | Based on patch by Mike Frysinger, 20 Jun 2006
* Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-6/+13
| | | | | | | | | | | | | | | | | | | | | 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-6/+1
|
* (no commit message)Wolfgang Denk2005-12-121-0/+1
|
* Cleanup for GCC-4.xWolfgang Denk2005-10-132-5/+5
|
* Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk2005-08-311-0/+2
| | | | | Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
* Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese2005-08-161-1/+0
| | | | | now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
* esd PCI405 board updatedStefan Roese2005-08-121-11/+56
| | | | Patch by Matthias Fuchs, 28 Jul 2005
* * Code cleanup, mostly for GCC-3.3.xwdenk2004-12-311-1/+1
| | | | | | | | | | | | * Cleanup confusing use of CONFIG_ETH*ADDR - ust his only to pre-define a MAC address; use CONFIG_HAS_ETH* to enable support for additional ethernet addresses. * Cleanup drivers/i82365.c - avoid duplication of code * Fix bogus "cannot span across banks" flash error message * Add support for CompactFlash for the CPC45 Board.
* One more code cleanup.stroese2004-12-171-1/+1
|
* Code cleanup.wdenk2004-12-162-98/+86
|
* PCI405 board updatestroese2004-12-161-0/+235
|
* PCI405 board updatestroese2004-12-163-10/+1022
|
* * Patch by Detlev Zundel, 08 Sep 2004:wdenk2004-09-081-2/+2
| | | | | | | | | | | Update etags build target * Improve NetConsole support: add support for broadcast destination address and buffered input. * Cleanup compiler warnings for GCC 3.3.x and later * Fix problem in cmd_jffs2.c introduced by CFG_JFFS_SINGLE_PART patch
* * The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk2004-01-201-1/+1
| | | | | | | | | | | | before we can access it; add delay in case we are faster (with no CF card inserted) * Cleanup of some init functions * Make sure SCC Ethernet is always stopped by the time we boot Linux to avoid Linux crashes by early packets coming in. * Accelerate flash accesses on LWMON board by using buffered writes
* PCI405 update.stroese2003-09-122-746/+751
|
* * Code cleanup:wdenk2003-06-275-20/+24
| | | | | | | | | - remove trailing white space, trailing empty lines, C++ comments, etc. - split cmd_boot.c (separate cmd_bdinfo.c and cmd_load.c) * Patches by Kenneth Johansson, 25 Jun 2003: - major rework of command structure (work done mostly by Michal Cendrowski and Joakim Kristiansen)
* * Header file cleanup for ARMwdenk2003-06-251-0/+1
| | | | | | * Patch by Murray Jensen, 24 Jun 2003: - make sure to use only U-boot provided header files - fix problems with ".rodata.str1.4" section as used by GCC-3.x
* * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthwdenk2003-05-301-1/+1
| | | | | | | | instead CFG_MONITOR_LEN is now only used to determine _at_compile_ _time_ (!) if the environment is embedded within the U-Boot image, or in a separate flash sector. * Cleanup CFG_DER #defines in config files (wd maintained only)
* Code cleanup.stroese2003-05-231-121/+2
|
* New FPGA image with 527 support.stroese2003-05-231-749/+746
|
* Local Bus Timeout increased.stroese2003-05-231-1/+6
|
* Make compile clean, fix the usual small problems.wdenk2003-03-261-1/+0
|
* esd PCI405 updated.stroese2003-03-261-0/+32
|
* esd PCI405 updated.stroese2003-03-254-782/+1015
|
* Initial revisionwdenk2002-11-031-0/+254
|
* Initial revisionwdenk2002-08-171-0/+101
|
* Initial revisionwdenk2002-07-201-0/+142
|
* Initial revisionwdenk2002-07-071-0/+46
|
* Initial revisionwdenk2002-06-072-0/+772
OpenPOWER on IntegriCloud