summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2008-12-07cmd_elf.c: Cleanup bootvx and handle new CONFIG_SYS_VXWORKS parametersNiklaus Giger1-47/+30
2008-12-07lcd: Let the board code show board-specific info cleanupPeter Tyser1-1/+0
2008-12-06FPGA: move fpga drivers to drivers/fpgaJean-Christophe PLAGNIOL-VILLARD10-3715/+0
2008-12-05Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2-299/+337
2008-12-02OneNAND: Add missing mtd info struct before calling onenand_erase()Stefan Roese1-0/+1
2008-11-28Remove obsolete command (apply afte USB style patch, 80 chars strict)Michael Trimarchi1-9/+0
2008-11-28USB style patch, 80 chars strictMichael Trimarchi2-294/+341
2008-11-24UBI: Add proof-of-concept CFI flash supportPiotr Ziecik1-1/+9
2008-11-24UBI: Change parsing of size in commands to default to hexStefan Roese1-32/+4
2008-11-19UBI: Add UBI command supportKyungmin Park2-0/+629
2008-11-02common/Makefile: create others group for non core, environment and command filesJean-Christophe PLAGNIOL-VILLARD1-2/+5
2008-11-02Consolidate MAX/MIN definitionsAndy Fleming2-8/+0
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk1-6/+0
2008-10-31fdt_resize(): ensure minimum paddingPeter Korsgaard1-2/+5
2008-10-29NAND: Align right column of the shorthelp with other commands.Scott Wood1-1/+1
2008-10-29bootm: Added CONFIG_BOOTM_{LINUX, NETBSD, RTEMS}Kumar Gala1-0/+20
2008-10-29bootm: Add subcommandsKumar Gala1-1/+167
2008-10-29bootm: Move to using a function pointer table for the boot os functionKumar Gala1-37/+31
2008-10-28Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk1-80/+20
2008-10-27lcd: Let the board code show board-specific infoHaavard Skinnemoen1-79/+5
2008-10-26lcd: Set lcd_is_enabled before clearing the screenHaavard Skinnemoen1-1/+1
2008-10-26lcd: Implement lcd_printf()Haavard Skinnemoen1-0/+14
2008-10-25fdt: Added helper to set PCI dma-ranges propertyKumar Gala1-0/+69
2008-10-25fdt: Add fdt_getprop_u32_default helpersKumar Gala1-0/+27
2008-10-21Merge git://git.denx.de/u-boot into x1Markus Klotzbuecher62-647/+1343
2008-10-18Added arch_lmb_reserve to allow arch specific memory regions protectionKumar Gala1-0/+7
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD59-598/+598
2008-10-18Expose command table search for sub-commandsKumar Gala1-4/+10
2008-10-18hush: add showvar command for hush shell.Heiko Schocher2-8/+56
2008-10-18I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher1-0/+267
2008-10-18I2C: add new command i2c reset.Heiko Schocher1-0/+9
2008-10-18CONFIG_EFI_PARTITION: Added support for EFI partition in cmd_ext2fs.crichardretanubun1-2/+2
2008-10-18FIT: output image load address for type 'firmware', fix message while thereBartlomiej Sieka1-3/+9
2008-10-18Automatic software update from TFTP serverBartlomiej Sieka3-0/+323
2008-10-18flash: factor out adjusting of Flash address to the end of sectorBartlomiej Sieka1-33/+42
2008-10-18Adds two more ethernet interface to 83xxrichardretanubun3-0/+26
2008-10-15cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUSPeter Tyser1-4/+4
2008-10-14fix USB initialisation procedureRemy Bohmer1-28/+28
2008-10-14cmd_spi: remove broken signed casting for displayMike Frysinger1-2/+1
2008-10-14strings cmd: drop old CONFIG_CFG_STRINGS defineMike Frysinger1-4/+0
2008-10-13Fix lzma uncompress call (image_start wrongly used instead image_len)Luigi 'Comio' Mantellini1-1/+1
2008-09-17USB layer of U-Boot causes USB protocol errors while using USB memory sticksRemy Bohmer1-20/+30
2008-09-17Refactoring parts of the common USB OHCI codeRemy Bohmer1-236/+306
2008-09-17Fix for USB sticks not working on ARM while using GCC 4.x compilersRemy Bohmer1-27/+46
2008-09-13powerpc: Fix bootm to boot up again with a RamdiskHeiko Schocher2-4/+3
2008-09-13Add support for LZMA uncompression algorithm.Luigi 'Comio' Mantellini2-0/+24
2008-09-11rename CFG_ENV macros to CONFIG_ENVJean-Christophe PLAGNIOL-VILLARD11-133/+133
2008-09-11nvedit: rename error comment to CONFIG_ENV_IS_IN_Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-09-11cmd_mem: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2-5/+1
2008-09-11move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD6-36/+24