aboutsummaryrefslogtreecommitdiff
path: root/common/Makefile
AgeCommit message (Expand)Author
2012-03-30Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin
2012-03-27Add cmd_spl commandSimon Schwarz
2012-03-26SPL: Add YMODEM over UART load supportMatt Porter
2012-03-18bootstage: Implement core microsecond boot time measurementSimon Glass
2012-03-03USB: Separate out USB hub driverMarek Vasut
2011-12-10sandbox: Add improved RAM simulationMatthias Weisser
2011-12-06Add a cli command to test the TPM device.Vadim Bendebury
2011-10-27omap: spl: fix build break due to changes in FATAneesh V
2011-10-17sandbox: Disable built-in mallocSimon Glass
2011-10-17Add pxe commandJason Hobbs
2011-10-17Add generic, reusable menu codeJason Hobbs
2011-10-09cmd_time: add time commandChe-liang Chiou
2011-09-29powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun
2011-09-04led: added cmd_led to MakefileJason Kridner
2011-07-26add command fitupd to run an update from a FIT imageAndreas Pretzsch
2011-07-26scaled down version of generic libraries for SPLAneesh V
2011-06-22ARM: drop unsupported 'trab' boardWolfgang Denk
2011-04-20Merge branch 'phylib' of git://git.denx.de/u-boot-mmcWolfgang Denk
2011-04-20Merge branch 'misc' of git://git.denx.de/u-boot-blackfinWolfgang Denk
2011-04-20Add mdio command for new PHY infrastructureAndy Fleming
2011-04-20Create PHY Lib for U-BootAndy Fleming
2011-04-13gpio: generalize for all generic gpio providersMike Frysinger
2011-04-13md5sum/sha1sum/unzip: split out of mondo mem fileMike Frysinger
2011-04-13mmc: add generic mmc spi driverThomas Chou
2011-04-08Blackfin: ldrinfo: new commandMike Frysinger
2011-01-09config_cmd_defaults.h: new header for common u-boot command defaultsMike Frysinger
2010-11-26common/Makefile: don't include env_embedded.o into libcommonWolfgang Denk
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier
2010-09-19Save environment data to mmc.Terry Lv
2010-01-18CRAMFS: support cramfs in RAMHeiko Schocher
2010-01-18kgdb: add default generic stubsRobin Getz
2009-12-05Merge branch 'master' into nextWolfgang Denk
2009-12-02circbuf: Move to lib_generic and conditionally compilePeter Tyser
2009-11-23command.c: Break commands out to appropriate cmd_*.c filesPeter Tyser
2009-11-13cmd_nand: Move conditional compilation to MakefilePeter Tyser
2009-10-27Revert "env: only build env_embedded and envcrc when needed"Wolfgang Denk
2009-10-18env: only build env_embedded and envcrc when neededMike Frysinger
2009-07-19Add support for the Tundra TSI148 VME-bridgeReinhard Arlt
2009-07-19Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk
2009-07-18stdio/device: rework function naming conventionJean-Christophe PLAGNIOL-VILLARD
2009-07-16Remove legacy NAND and disk on chip code.Scott Wood
2009-07-16Add simple hwconfig infrastructureAnton Vorontsov
2009-06-14Blackfin: new spibootldr commandMike Frysinger
2009-06-12Add support for Linux-like kallsysmsMike Frysinger
2009-06-12make MODEM SUPPORT generic instead of duplicate itJean-Christophe PLAGNIOL-VILLARD
2009-04-05One more fix for building env_embedded.oWolfgang Denk
2009-04-04add dataflash mmc mux missing supportJean-Christophe PLAGNIOL-VILLARD
2009-04-04Fix building of env_embedded.oWolfgang Denk
2009-04-04common/Makefile: Conditionally compile env_embedded.oPeter Tyser
2009-04-03mflash: Initial mflash supportunsik Kim