aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_nand.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_flash.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_sf.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_eeprom.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_embedded.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_mmc.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_nvram.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_onenand.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_dataflash.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_mgdisk.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean env_nowhere.c checkpatch and code styleIgor Grinberg
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg
2011-11-22env: move extern environment[] to environment.hIgor Grinberg
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg
2011-11-22Fix warnings in cmd_nvedit.cSimon Glass
2011-11-16Revert "sandbox: Change md command to use map_physmem"Kumar Gala
2011-11-16common: tsi148 - fix gcc 4.6 compiler warningKim Phillips
2011-11-16common/cmd_universe.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-16common/cmd_fdc.c: Fix GCC 4.6 build warningsWolfgang Denk
2011-11-16Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk
2011-11-16Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-11-16Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk
2011-11-15font: split font data from video_font.hChe-Liang Chiou
2011-11-15tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou
2011-11-15lcd: add clear and draw bitmap declarationChe-Liang Chiou
2011-11-15GCC4.6: Fix common/usb.c on xscaleMarek Vasut
2011-11-13Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black
2011-11-13Add some missing endian conversions in fdt_support.cGabe Black
2011-11-08env: allow to export only selected variablesWolfgang Denk
2011-11-07common/cmd_flash.c: Fix GCC 4.6 build warningsWolfgang Denk
2011-11-07common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-03sandbox: Change md command to use map_physmemSimon Glass
2011-11-03common/cmd_ide.c: fix GCC 4.6 build warningsWolfgang Denk
2011-11-03common/cmd_ide.c: CodingStyle cleanupWolfgang Denk
2011-10-28Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk
2011-10-27GCC4.6: Squash undefined variable in cmd_mtdparts.cMarek Vasut
2011-10-27GCC4.6: Squash subsequent warnings in usb_storage.cMarek Vasut
2011-10-27GCC4.6: Squash warning in usb_storage.cMarek Vasut
2011-10-27GCC4.6: Squash warning in cmd_ide.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in common/usb.cMarek Vasut
2011-10-27omap: spl: fix build break due to changes in FATAneesh V
2011-10-27ARM: orion5x: reduce dependence of including platform fileLei Wen
2011-10-27arm, logbuffer: make it compilecleanHeiko Schocher
2011-10-26net: tftpput: add tftpput commandSimon Glass
2011-10-26tftpput: add save_addr and save_size global variablesSimon Glass
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass