aboutsummaryrefslogtreecommitdiff
path: root/board/esd/cpci405
AgeCommit message (Collapse)AuthorFilesLines
2007-07-04Minor coding style cleanup. Rebuild CHANGELOG file.Wolfgang Denk1-20/+0
2007-06-25ppc4xx: Add pci_pre_init() for 405 boardsStefan Roese1-2/+2
This patch removes the CFG_PCI_PRE_INIT option completely, since it's not needed anymore with the patch from Matthias Fuchs with the "weak" pci_pre_init() implementation. Signed-off-by: Stefan Roese <sr@denx.de>
2007-06-25ppc4xx: Maintenance patch for esd's CPCI405 derivatsMatthias Fuchs1-21/+55
-add pci_pre_init() for pci interrupt fixup code -disable phy sleep mode via reset_phy() function -use correct io accessors -cleanup Signed-off-by: Matthias Fuchs <matthias.fuchs@esd-electronics.com>
2006-10-09Move "ar" flags to config.mk to allow for silent "make -s"Wolfgang Denk1-1/+1
Based on patch by Mike Frysinger, 20 Jun 2006
2006-09-01Add support for a saving build objects in a separate directory.Marian Balakowicz1-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.
2006-04-12Merge with /home/m8/git/u-bootWolfgang Denk1-3/+0
2006-04-08Fix JFFS2 support for legacy NAND driver.Marian Balakowicz1-3/+0
Some more NAND cleanup and small fixes.
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-8/+2
2006-03-06Minor code cleanupWolfgang Denk1-1/+0
2006-03-05Re-factoring the legacy NAND code (legacy NAND now only in board-specificBartlomiej Sieka1-0/+4
code and in SoC code). Boards using the old way have CFG_NAND_LEGACY and BOARDLIBS = drivers/nand_legacy/libnand_legacy.a added. Build breakage for NETTA.ERR and NETTA_ISDN - will go away when the new NAND support is implemented for these boards.
2005-12-12(no commit message)Wolfgang Denk1-0/+1
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-8/+8
2005-08-31Fix problems with ld version 2.16 (dot outside sections problem)Wolfgang Denk1-0/+2
Pointed out by Gerhard Jaeger, 31 Aug 2005; cf. http://sourceware.org/ml/binutils/2005-08/msg00412.html
2005-08-16Merged 405gp_enet.c and 440gx_enet.c to generic 4xx_enet.cStefan Roese1-1/+0
now handling all 4xx cpu's. Patch by Stefan Roese, 16 Aug 2005
2004-12-16Code cleanup.wdenk1-3/+3
2004-12-16CPCI405 board updatestroese4-1312/+1442
2004-09-08* Patch by Detlev Zundel, 08 Sep 2004:LABEL_2004_09_09_0000wdenk1-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
2004-01-20* The PS/2 mux on the BMS2003 board needs 450 ms after power onwdenk1-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
2003-09-12CPCI405(AB) update.stroese2-1093/+1437
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk3-3/+7
- 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)
2003-06-25* Header file cleanup for ARMLABEL_2003_06_26_2220wdenk1-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
2003-05-30* Get (mostly) rid of CFG_MONITOR_LEN definition; compute real lengthLABEL_2003_05_30_1450wdenk1-3/+3
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)
2003-05-23CPCI405AB (special version of esd CPCI405) board added.stroese4-10/+1121
2003-04-04Changed CPCI405 to use CTS instead of DSR on PPC405 UART1.stroese1-1/+7
2003-03-20CPCI4052 update (support for revision 3).stroese3-816/+888
2002-11-03Initial revisionwdenk1-0/+451
2002-09-20Initial revisionwdenk1-0/+738
2002-08-17Initial revisionwdenk1-0/+160
2002-07-20Initial revisionwdenk1-0/+142
2002-07-18Initial revisionwdenk1-0/+32
2002-07-07Initial revisionwdenk1-0/+46
2002-05-15Initial revisionwdenk1-0/+342