summaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2011-10-10common/usb.c: fix warning: variable ... set but not usedWolfgang Denk1-7/+13
2011-10-10common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk1-2/+1
2011-10-10CFI: fix warning: variable ... set but not usedWolfgang Denk1-2/+7
2011-10-10cmd_time: add time commandChe-liang Chiou2-0/+91
2011-10-10common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk1-6/+3
2011-10-10serial: uartlite: Support for SERIAL_MULTIMichal Simek1-0/+14
2011-10-06cmd_sf: Fix compiler warningKumar Gala1-3/+3
2011-10-06image: push default arch values to arch headersMike Frysinger1-25/+1
2011-10-06console: Implement pre-console bufferGraeme Russ1-2/+41
2011-10-05Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-18/+57
2011-10-05Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk3-7/+32
2011-10-04Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2-3/+3
2011-10-04NAND: Make page, erase, oob size available via cmd_nandMarek Vasut1-3/+19
2011-10-04NAND: Add -y option to nand scrub commandMarek Vasut1-15/+19
2011-10-04NAND: Add nand read.raw and write.raw commandsMarek Vasut1-0/+19
2011-10-02GCC4.6: Squash warning in cmd_ubi.c:Marek Vasut1-2/+1
2011-10-02GCC4,6: Squash warning in cmd_nand.cMarek Vasut1-4/+0
2011-10-02GCC4.6: Squash warning in cmd_mem.cMarek Vasut1-4/+4
2011-10-02GCC4.6: Squash warnings in lcd.cMarek Vasut1-4/+5
2011-10-02GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut1-2/+1
2011-10-02GCC4.6: Squash warning in cmd_flash.cMarek Vasut1-4/+6
2011-10-02GCC4.6: Convert various empty macros to inline functionsMarek Vasut2-3/+3
2011-10-01console: Squelch pre-console output in console functionsGraeme Russ1-0/+18
2011-10-01IDE: Fix complaints about strict aliasing in cmd_ide.cMarek Vasut1-26/+25
2011-10-01Small refactor to remove duplicate serial codeSimon Glass1-44/+20
2011-09-30powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun1-1/+7
2011-09-30powerpc/mp: add support for discontiguous coresTimur Tabi1-3/+2
2011-09-30fdt: Add new fdt_create_phandle helperKumar Gala1-0/+20
2011-09-30fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala1-3/+3
2011-09-30cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass1-3/+83
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner1-4/+4
2011-09-10utx8245: fix build breakage due to assert()Wolfgang Denk1-6/+0
2011-09-10Add assert() for debug assertionsSimon Glass1-7/+0
2011-09-10YAFFS2: cmd_yaffs2.c - fix build warningsWolfgang Denk1-1/+1
2011-09-08common: fix behavior of ROUND macro when input is already roundedAnton Staaf1-1/+1
2011-09-07ARM: remove broken "evb4510" board.Wolfgang Denk1-11/+0
2011-09-05Flush cache after the OS image is loaded into the memory.Diana CRACIUN1-0/+3
2011-09-05stdio: Fix a possible buffer overflowBradley Bolen1-2/+2
2011-09-04led: Remove state-saving of led for toggle functionality and add toggle optio...Joel A Fernandes1-24/+40
2011-09-04led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'Joel A Fernandes1-1/+3
2011-09-04led: correct off/on locations in structureJason Kridner1-2/+2
2011-09-04led: added cmd_led to MakefileJason Kridner1-0/+1
2011-09-04Corrected LED name match finding avoiding extraneous Usage printoutsJason Kridner1-2/+3
2011-08-09USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut1-1/+1
2011-08-08USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut1-0/+1
2011-08-05Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-08-05hwmon: do not init sensors on startupHeiko Schocher1-2/+14
2011-08-03mkimage: Add OMAP boot image supportJohn Rigby1-1/+5
2011-08-02Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-0/+3
2011-08-01fpga: constify to fix build warningWolfgang Denk1-1/+1