summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2009-01-28Command usage cleanupPeter Tyser
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser
2009-01-27SATA: do not auto-initialize during bootMike Frysinger
2009-01-27jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINETomasz Figa
2009-01-27saveenv: standardize enablementMike Frysinger
2009-01-27Fix gunzip in case of insufficient output bufferMatthias Fuchs
2009-01-24common: Iteration limit for memory test.Dirk Eibach
2009-01-24common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYEDPeter Korsgaard
2009-01-23Blackfin: use common strmhz() in system outputMike Frysinger
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger
2009-01-23nand read.jffs2 (nand_legacy) in common/cmd_nand.cSchlaegl Manfred jun
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon
2009-01-23OneNAND: Bad block aware read/write command supportStefan Roese
2009-01-17fdt_resize(): fix actualsize calculations with unaligned blobsPeter Korsgaard
2008-12-20usb_kbd: fix usb_kbd_deregister when DEVICE_DEREGISTER not enableJean-Christophe PLAGNIOL-VILLARD
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk
2008-12-16env_sf: support embedded environmentsMike Frysinger
2008-12-14cmd_mem: Remove unused variablePeter Tyser
2008-12-13Fix FIT and FDT support to have CONFIG_OF_LIBFDT and CONFIG_FIT independentJean-Christophe PLAGNIOL-VILLARD
2008-12-13Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk
2008-12-10UBI: Set ubi_dev.type back to DEV_TYPE_NONE upon failing initializationStefan Roese
2008-12-09jffs2: add sector_size field to part_info structureIlya Yanok
2008-12-09UBI: Fix size parsing in "ubi create"Stefan Roese
2008-12-09UBI: Enable re-initializing of the "ubi part" commandStefan Roese
2008-12-09Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk
2008-12-08jffs2: rename devices_init () in common/jffs2.cHeiko Schocher
2008-12-07common/cmd_ide.c: Corrected endian order printing for compact flash serial nu...Richard Retanubun
2008-12-07IOMUX: Add console multiplexing support.Gary Jennejohn
2008-12-07strings: use puts() rather than printf()Mike Frysinger
2008-12-07cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parametersNiklaus Giger
2008-12-07lcd: Let the board code show board-specific info cleanupPeter Tyser
2008-12-05FPGA: move fpga drivers to drivers/fpgaJean-Christophe PLAGNIOL-VILLARD
2008-12-04net: Fix download command parsingPeter Tyser
2008-12-05Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk
2008-12-02OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese
2008-11-28Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi
2008-11-28USB style patch, 80 chars strictMichael Trimarchi
2008-11-24UBI: Add proof-of-concept CFI flash supportPiotr Ziecik
2008-11-24UBI: Change parsing of size in commands to default to hexStefan Roese
2008-11-19UBI: Add UBI command supportKyungmin Park
2008-11-02common/Makefile: create others group for non core, environment and command filesJean-Christophe PLAGNIOL-VILLARD
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-10-30fdt_resize(): ensure minimum paddingPeter Korsgaard
2008-10-29NAND: Align right column of the shorthelp with other commands.Scott Wood
2008-10-29bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala
2008-10-29bootm: Add subcommandsKumar Gala
2008-10-29bootm: Move to using a function pointer table for the boot os functionKumar Gala
2008-10-28Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk
2008-10-27lcd: Let the board code show board-specific infoHaavard Skinnemoen