aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-12-07Fix SPI build errors in exports.cSimon Glass1-0/+1
2011-12-07Revert "mii: miiphy register address width change"Wolfgang Denk1-4/+4
2011-12-06Add a cli command to test the TPM device.Vadim Bendebury2-0/+104
2011-12-06pxe: make the first label the implicit defaultJason Hobbs1-3/+14
2011-12-06cmd_bdinfo: simplify local static funcs a bitMike Frysinger1-58/+31
2011-12-06mii: miiphy register address width changeChandan Nath1-4/+4
2011-12-06env_nand: Remove DEBUG definitionThomas Weber1-2/+0
2011-12-05common/menu.c: Fix build warningAnatolij Gustschin1-1/+1
2011-12-05serial: constify serial_assign()Gerlando Falauto1-1/+1
2011-12-05serial: cosmetic checkpatch complianceGerlando Falauto1-26/+25
2011-12-05miiphy: Note that miiphy_* API is deprecatedAndy Fleming1-0/+10
2011-12-02Merge branch 'sr@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2-2/+13
2011-12-01image: Don't detect XIP images as overlapping.Stephen Warren1-1/+3
2011-12-01image: Implement IH_TYPE_KERNEL_NOLOADStephen Warren2-1/+10
2011-11-29x86: Provide more configuration granularityGraeme Russ1-1/+2
2011-11-28menu.c: use puts() instead of printf() where possibleWolfgang Denk1-6/+10
2011-11-27cmd_nvedit.c: Fix compiler warning introduced by checkpatch cleanupKumar Gala1-1/+1
2011-11-23Merge branch 'hs@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk1-1/+2
2011-11-23common/cmd_bootm.c: Fix GCC 4.6 warningsAnatolij Gustschin1-1/+2
2011-11-22env: clean env_common.c checkpatch and code styleIgor Grinberg1-34/+18
2011-11-22env: clean env_nand.c checkpatch and code styleIgor Grinberg1-53/+46
2011-11-22env: clean env_flash.c checkpatch and code styleIgor Grinberg1-91/+84
2011-11-22env: clean env_sf.c checkpatch and code styleIgor Grinberg1-28/+20
2011-11-22env: clean env_eeprom.c checkpatch and code styleIgor Grinberg1-58/+46
2011-11-22env: clean env_embedded.c checkpatch and code styleIgor Grinberg1-24/+23
2011-11-22env: clean env_mmc.c checkpatch and code styleIgor Grinberg1-49/+23
2011-11-22env: clean env_nvram.c checkpatch and code styleIgor Grinberg1-12/+12
2011-11-22env: clean env_onenand.c checkpatch and code styleIgor Grinberg1-7/+5
2011-11-22env: clean env_dataflash.c checkpatch and code styleIgor Grinberg1-20/+12
2011-11-22env: clean env_mgdisk.c checkpatch and code styleIgor Grinberg1-2/+2
2011-11-22env: clean env_nowhere.c checkpatch and code styleIgor Grinberg1-5/+5
2011-11-22env: clean cmd_nvedit.c checkpatch and code styleIgor Grinberg1-52/+47
2011-11-22env: move extern environment[] to environment.hIgor Grinberg4-12/+4
2011-11-22env: move extern default_environment[] to environment.hIgor Grinberg9-23/+0
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg8-8/+0
2011-11-22Fix warnings in cmd_nvedit.cSimon Glass1-2/+2
2011-11-16Revert "sandbox: Change md command to use map_physmem"Kumar Gala1-7/+2
2011-11-16common: tsi148 - fix gcc 4.6 compiler warningKim Phillips1-5/+2
2011-11-16common/cmd_universe.c: Fix GCC 4.6 build warningWolfgang Denk1-3/+1
2011-11-16common/cmd_fdc.c: Fix GCC 4.6 build warningsWolfgang Denk1-12/+17
2011-11-16Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2-9/+13
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-videoWolfgang Denk2-9/+13
2011-11-16Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-4/+9
2011-11-16Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-4/+9
2011-11-16Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk1-4/+4
2011-11-15font: split font data from video_font.hChe-Liang Chiou1-0/+1
2011-11-15tools: logo: split bmp arrays from bmp_logo.hChe-Liang Chiou1-0/+1
2011-11-15lcd: add clear and draw bitmap declarationChe-Liang Chiou2-9/+11
2011-11-15GCC4.6: Fix common/usb.c on xscaleMarek Vasut1-4/+9
2011-11-13Fix constness of the fdt void pointer in fdt_getprop_u32_defaultGabe Black1-2/+2