| Commit message (Expand) | Author | Age | Lines |
* | CRAMFS: support cramfs in RAM | Heiko Schocher | 2010-01-18 | -0/+1 |
* | kgdb: add default generic stubs | Robin Getz | 2010-01-18 | -1/+1 |
* | Merge branch 'master' into next | Wolfgang Denk | 2009-12-05 | -1/+0 |
|\ |
|
| * | circbuf: Move to lib_generic and conditionally compile | Peter Tyser | 2009-12-02 | -1/+0 |
* | | command.c: Break commands out to appropriate cmd_*.c files | Peter Tyser | 2009-11-23 | -0/+5 |
* | | cmd_nand: Move conditional compilation to Makefile | Peter Tyser | 2009-11-13 | -1/+1 |
|/ |
|
* | Revert "env: only build env_embedded and envcrc when needed" | Wolfgang Denk | 2009-10-27 | -0/+3 |
* | env: only build env_embedded and envcrc when needed | Mike Frysinger | 2009-10-18 | -3/+0 |
* | Add support for the Tundra TSI148 VME-bridge | Reinhard Arlt | 2009-07-19 | -0/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2009-07-19 | -2/+0 |
|\ |
|
| * | Remove legacy NAND and disk on chip code. | Scott Wood | 2009-07-16 | -2/+0 |
* | | stdio/device: rework function naming convention | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-18 | -1/+1 |
|/ |
|
* | Add simple hwconfig infrastructure | Anton Vorontsov | 2009-07-16 | -0/+1 |
* | Blackfin: new spibootldr command | Mike Frysinger | 2009-06-14 | -0/+1 |
* | Add support for Linux-like kallsysms | Mike Frysinger | 2009-06-12 | -0/+1 |
* | make MODEM SUPPORT generic instead of duplicate it | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -0/+1 |
* | One more fix for building env_embedded.o | Wolfgang Denk | 2009-04-05 | -0/+2 |
* | add dataflash mmc mux missing support | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -0/+1 |
* | Fix building of env_embedded.o | Wolfgang Denk | 2009-04-04 | -0/+1 |
* | common/Makefile: Conditionally compile env_embedded.o | Peter Tyser | 2009-04-04 | -1/+1 |
* | mflash: Initial mflash support | unsik Kim | 2009-04-03 | -0/+2 |
* | Add "source" command; prepare removal of "autoscr" command | Wolfgang Denk | 2009-04-03 | -2/+2 |
* | UBIFS: Add UBIFS commands | Stefan Roese | 2009-03-20 | -0/+1 |
* | Separate mtdparts command from jffs2 | Stefan Roese | 2009-03-20 | -0/+1 |
* | common/{hush, kgdb, serial}.c: build by COBJS-$(...) in Makefile | Mike Frysinger | 2009-02-11 | -3/+3 |
* | IOMUX: Add console multiplexing support. | Gary Jennejohn | 2008-12-07 | -0/+1 |
* | FPGA: move fpga drivers to drivers/fpga | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-05 | -11/+0 |
* | UBI: Add UBI command support | Kyungmin Park | 2008-11-19 | -0/+1 |
* | common/Makefile: create others group for non core, environment and command files | Jean-Christophe PLAGNIOL-VILLARD | 2008-11-02 | -2/+5 |
* | Automatic software update from TFTP server | Bartlomiej Sieka | 2008-10-18 | -0/+1 |
* | cmd_mem: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | env_flash: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | rename environment.c in env_embedded.c to reflect is functionality | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -3/+3 |
* | env_nowhere: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | env_sf: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | env_onenand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | env_nvram: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | env_nand: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | env_dataflash: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | cmd_eeprom: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+2 |
* | env_eeprom: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | cmd_mac: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | cmd_fdc: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | common/Makefile: add core command section | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -3/+5 |
* | cmd_vfd: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-09-10 | -1/+1 |
* | Makefile: fix bug introduced by commit 47ffd6c2 | Wolfgang Denk | 2008-09-09 | -1/+1 |
* | Makefile: compile and link each module just once | Wolfgang Denk | 2008-09-09 | -4/+5 |
* | devices: merge to list_head | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-31 | -1/+0 |
* | common/Makefile: order by functionality | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | -33/+37 |
* | miiphyutil: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2008-08-29 | -1/+1 |