summaryrefslogtreecommitdiffstats
path: root/common/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* add module.o and module.lds to MakefileSascha Hauer2007-10-111-0/+2
|
* add dependency to include/uboot_default_env.h for startup.cSascha Hauer2007-10-041-0/+3
|
* Add module handling (mostly copied from Linux kernel and stripped downSascha Hauer2007-09-281-0/+2
| | | | for U-Boot)
* add directory handling for environmentSascha Hauer2007-09-251-1/+1
|
* - teach hush to honour PATH variableSascha Hauer2007-09-241-3/+2
| | | | - remove common/main.c. This is now handled in the different shells.
* add default environmentSascha Hauer2007-09-131-0/+9
|
* Remove all unused files from common. They can be added later fromSascha Hauer2007-09-051-60/+0
| | | | U-Boot 1.x when needed.
* compile common/memsize.cSascha Hauer2007-07-121-1/+1
|
* svn_rev_682Sascha Hauer2007-07-051-1/+0
| | | | remove double entry
* svn_rev_653Sascha Hauer2007-07-051-1/+0
| | | | restructure tree, add reginfo command
* svn_rev_650Sascha Hauer2007-07-051-1/+0
|
* svn_rev_643Sascha Hauer2007-07-051-25/+1
| | | | structure cleanup
* svn_rev_582Sascha Hauer2007-07-051-1/+0
| | | | remove miiphyutil.o
* svn_rev_568Sascha Hauer2007-07-051-1/+0
| | | | remove cmd_console.c. It's obsoleted
* svn_rev_538Sascha Hauer2007-07-051-1/+1
| | | | several powerpc fixes
* svn_rev_511Sascha Hauer2007-07-051-0/+1
|
* svn_rev_502Sascha Hauer2007-07-051-1/+1
| | | | complete multiple console support
* svn_rev_500Sascha Hauer2007-07-051-1/+1
|
* svn_rev_435Sascha Hauer2007-07-051-1/+1
| | | | rename
* svn_rev_384Sascha Hauer2007-07-051-0/+1
|
* svn_rev_350Sascha Hauer2007-07-051-4/+7
|
* svn_rev_307Sascha Hauer2007-07-051-2/+5
| | | | | | | some main.c cleanup: - move the parser used when hush is disabled to parser.c - move readline related functions to readline.c (with cmdline editing) and readline_simple.c (no cmdline editing)
* svn_rev_303Sascha Hauer2007-07-051-42/+40
| | | | add CMD_EDIT and DYNAMIC_CRC_TABLE
* svn_rev_302Sascha Hauer2007-07-051-0/+1
|
* svn_rev_297Sascha Hauer2007-07-051-0/+1
|
* svn_rev_294Sascha Hauer2007-07-051-1/+2
|
* svn_rev_268Sascha Hauer2007-07-051-0/+3
| | | | WIP
* svn_rev_207Sascha Hauer2007-07-051-0/+1
| | | | move several config options to kconfig
* svn_rev_166Sascha Hauer2007-07-051-1/+2
| | | | ppc startup cleaunup
* svn_rev_147Sascha Hauer2007-07-051-9/+4
| | | | remove env_*.o, add env.o
* svn_rev_118Sascha Hauer2007-07-051-1/+1
| | | | thousands of things
* svn_rev_109Sascha Hauer2007-07-051-10/+9
| | | | do not know anymore
* svn_rev_069Sascha Hauer2007-07-051-66/+66
| | | | comment out all not essetially needed stuff
* svn_rev_049Sascha Hauer2007-07-051-7/+8
| | | | Kconfig WIP
* svn_rev_031Sascha Hauer2007-07-051-0/+1
| | | | add clocksource stuff from kernel and first implementation (imx) (WIP)
* svn_rev_016Sascha Hauer2007-07-051-7/+8
| | | | update Makefiles to kbuild
* svn_rev_014Sascha Hauer2007-07-051-3/+3
|
* svn_rev_009Sascha Hauer2007-07-051-81/+93
| | | | add autogenerated links
* Merge with /home/stefan/git/u-boot/denxStefan Roese2006-11-101-2/+2
|\
| * Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-10-101-1/+1
| |\
| | * 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
| * | Merge branch 'master' of http://www.denx.de/git/u-bootJon Loeliger2006-09-191-11/+12
| |\| | | | | | | | | | | | | | | | Conflicts: board/stxxtc/Makefile
| * | Add support for reading and writing mac addresses to or from ID EEPROM.Haiying Wang2006-07-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added code for reading and writing Mac addresses to/from ID EEPROM(0x57). With attached patch, we can use command "mac/mac read/mac save/" to read and write EEPROM under u-boot prompt. U-boot will calculate the checksum of EEPROM while bootup, if it is right, then u-boot will check whether the mac address of eTSEC0/1/2/3 is availalbe (non-zero). If there is mac address availabe in EEPROM, u-boot will use it, otherewise, u-boot will use the mac address defined in MPC8641HPCN.h. This matches the requirement to set unique mac address for each TSEC port. Signed-off-by: Haiying Wang <haiying.wang@freescale.com> Signed-off-by: York Sun <yorksun@freescale.com>
* | | Merge with /home/stefan/git/u-boot/denxStefan Roese2006-09-181-11/+12
|\ \ \ | | |/ | |/|
| * | Add support for a saving build objects in a separate directory.Marian Balakowicz2006-09-011-11/+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.
* / Add FPGA Altera Cyclone 2 supportStefan Roese2006-08-151-1/+1
|/ | | | Patch by Heiko Schocher, 15 Aug 2006
* Add support for ymodem protocol (loady command).Markus Klotzbuecher2006-03-301-1/+1
| | | | Patch by Stefano Babic, 29 Mar 2006
* Support passing of OF flat trees to the kernel.Wolfgang Denk2005-10-131-1/+1
| | | | Patch by Pantelis Antoniou, 04 Sep 2005
* Add Xilinx Spartan3 family FPGA supportWolfgang Denk2005-09-251-1/+1
| | | | Patch by Kurt Stremerch, 14 February 2005
* Add keyboard and dot matrix display support for HMI1001 board.Wolfgang Denk2005-08-301-3/+6
|