aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2010-08-09miiphy: constify device nameMike Frysinger2-21/+22
2010-08-09fdt: Fix bug in size calculation in fdt_resize() with initrd useFeng Wang1-3/+4
2010-08-09various cmd_* files: fixed layout a little bitFrans Meulenbroeks12-13/+26
2010-08-09various cmd_* files: remove the command name from the help messageFrans Meulenbroeks4-5/+7
2010-08-09flash_protect: check for NULL flash infoMike Frysinger1-3/+6
2010-08-09getenv_f(): fix handling of too short buffersWolfgang Denk1-6/+12
2010-08-09dataflash mmc mux: use common cmd_usage functionMike Frysinger1-2/+1
2010-08-09mflash: use common cmd_usage functionMike Frysinger1-2/+1
2010-08-09cmd editing: optimize/shrink output blankingMike Frysinger1-5/+3
2010-08-08fdt relocate: have more attention to use a bootmap or notStephan Linz1-0/+2
2010-08-07LZMA and LZO causes compile errorMatthias Weisser1-2/+5
2010-08-07Fix condition where bootm_size not set and wrong memory size reportedMatthew McClintock1-3/+9
2010-08-04Rename getenv_r() into getenv_f()Wolfgang Denk1-1/+1
2010-08-04bootm: fix pointer warning with lzmaMike Frysinger1-2/+5
2010-07-26fdt: Add function to alloc phandle valuesKumar Gala1-0/+18
2010-07-24fs/fat: Big code cleanup.Wolfgang Denk1-172/+38
2010-07-24usb_storage.c: change progress output in debug() messageWolfgang Denk1-3/+3
2010-07-24usb_storage.c: initialize device typeWolfgang Denk1-1/+2
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk47-498/+270
2010-07-20fdt: Add fdt_node_offset_by_compat_reg helperKumar Gala1-0/+27
2010-07-20fdt: Add fdt_translate_address to convert reg node to cpu phys addrKumar Gala1-0/+264
2010-07-17Drop support for GTH boardWolfgang Denk1-1/+1
2010-07-16Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2-129/+5
2010-07-16mpc85xx: Add reginfo commandBecky Bruce1-0/+5
2010-07-16fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.cKim Phillips1-129/+0
2010-07-14Enable PXAFB for PXA27X and PXA3XXMarek Vasut1-6/+6
2010-07-12NAND: formatting cleanups from env.oob supportScott Wood2-40/+40
2010-07-12NAND: environment offset in OOB (CONFIG_ENV_OFFSET_OOB)Ben Gardiner2-1/+152
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk83-267/+268
2010-07-04Redundant environment: move flag definitions to header fileWolfgang Denk2-8/+0
2010-07-04Make *printf() return "int" instead of "void"Wolfgang Denk1-4/+8
2010-07-04exports.c: fix warning: 'dummy' defined but not usedWolfgang Denk1-1/+1
2010-07-04cmd_ide.c: fix unused variable warning for SC3 boardWolfgang Denk1-1/+0
2010-07-04shannon/INFERNO: fix special handling of environment configurationWolfgang Denk2-16/+0
2010-06-30add redundant environment for env_sf.cWolfgang Wegner1-0/+232
2010-06-30Merge branch 'master' into nextWolfgang Denk1-1/+1
2010-06-29Fix #if chain and added AVR32 case in cmd_bdinfo.cReinhard Meyer1-9/+35
2010-06-29hwconfig: Add some unit testsAnton Vorontsov1-0/+55
2010-06-29hwconfig: Fix stop characters parsing for subkeysAnton Vorontsov1-9/+10
2010-06-29Fix console_buffer size conflict error.Remy Bohmer1-1/+1
2010-06-23Remove AmigaOneG3SE boardWolfgang Denk8-253/+7
2010-06-23Prepare v2010.06-rc3v2010.06-rc3Wolfgang Denk1-1/+1
2010-05-30fdt_support: add entry for sec3.1 and fix sec3.3Kim Phillips1-1/+2
2010-05-28nios: remove nios-32 archThomas Chou3-22/+0
2010-05-21Fix "par[t]ition" typo.Wolfgang Denk2-4/+4
2010-05-12Enabled support for Rev 1.3 SPD for DDR2 DIMMsYork Sun1-1/+5
2010-05-06cmd_usb.c: show cmd usage if no args givenSerge Ziryukin1-0/+5
2010-05-06Move test for unnecessary memmove to memmove_wd()Larry Johnson2-5/+5
2010-05-06command.c: Enable auto tab for the editenv commandTrübenbach, Ralf1-0/+3
2010-05-06x86: Use CONFIG_SERIAL_MULTIGraeme Russ1-1/+2