summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: fix missing function pointer relocation in fixup_cmdtable()Daniel Schwierzeck2011-10-151-0/+6
* fdt: update fdt_alloc_phandle to use fdt_get_phandleTimur Tabi2011-10-151-5/+2
* fdt: check for fdt errors in fdt_create_phandleTimur Tabi2011-10-151-2/+9
* common/usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-7/+13
* common/cmd_usb.c: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-2/+1
* CFI: fix warning: variable ... set but not usedWolfgang Denk2011-10-091-2/+7
* cmd_time: add time commandChe-liang Chiou2011-10-092-0/+91
* common/image.c: remove duplicated IH_TYPE entries.Wolfgang Denk2011-10-091-6/+3
* serial: uartlite: Support for SERIAL_MULTIMichal Simek2011-10-091-0/+14
* cmd_sf: Fix compiler warningKumar Gala2011-10-051-3/+3
* image: push default arch values to arch headersMike Frysinger2011-10-051-25/+1
* console: Implement pre-console bufferGraeme Russ2011-10-051-2/+41
* Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2011-10-041-18/+57
|\
| * NAND: Make page, erase, oob size available via cmd_nandMarek Vasut2011-10-031-3/+19
| * NAND: Add -y option to nand scrub commandMarek Vasut2011-10-031-15/+19
| * NAND: Add nand read.raw and write.raw commandsMarek Vasut2011-10-031-0/+19
* | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2011-10-043-7/+32
|\ \
| * | powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driverYork Sun2011-09-291-1/+7
| * | powerpc/mp: add support for discontiguous coresTimur Tabi2011-09-291-3/+2
| * | fdt: Add new fdt_create_phandle helperKumar Gala2011-09-291-0/+20
| * | fdt: Rename fdt_create_phandle to fdt_set_phandleKumar Gala2011-09-291-3/+3
* | | Revert "GCC4.6: Convert various empty macros to inline functions"Wolfgang Denk2011-10-042-3/+3
| |/ |/|
* | GCC4.6: Squash warning in cmd_ubi.c:Marek Vasut2011-10-011-2/+1
* | GCC4,6: Squash warning in cmd_nand.cMarek Vasut2011-10-011-4/+0
* | GCC4.6: Squash warning in cmd_mem.cMarek Vasut2011-10-011-4/+4
* | GCC4.6: Squash warnings in lcd.cMarek Vasut2011-10-011-4/+5
* | GCC4.6: Squash warning in cmd_nvedit.cMarek Vasut2011-10-011-2/+1
* | GCC4.6: Squash warning in cmd_flash.cMarek Vasut2011-10-011-4/+6
* | GCC4.6: Convert various empty macros to inline functionsMarek Vasut2011-10-012-3/+3
* | console: Squelch pre-console output in console functionsGraeme Russ2011-10-011-0/+18
* | IDE: Fix complaints about strict aliasing in cmd_ide.cMarek Vasut2011-10-011-26/+25
* | Small refactor to remove duplicate serial codeSimon Glass2011-10-011-44/+20
* | cmd_sf: add "update" subcommand to do smart SPI flash updateSimon Glass2011-09-291-3/+83
|/
* led: remove camel casing of led identifiers globallyJason Kridner2011-09-131-4/+4
* utx8245: fix build breakage due to assert()Wolfgang Denk2011-09-101-6/+0
* Add assert() for debug assertionsSimon Glass2011-09-101-7/+0
* YAFFS2: cmd_yaffs2.c - fix build warningsWolfgang Denk2011-09-101-1/+1
* common: fix behavior of ROUND macro when input is already roundedAnton Staaf2011-09-071-1/+1
* ARM: remove broken "evb4510" board.Wolfgang Denk2011-09-071-11/+0
* Flush cache after the OS image is loaded into the memory.Diana CRACIUN2011-09-051-0/+3
* stdio: Fix a possible buffer overflowBradley Bolen2011-09-041-2/+2
* led: Remove state-saving of led for toggle functionality and add toggle optio...Joel A Fernandes2011-09-041-24/+40
* led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all'Joel A Fernandes2011-09-041-1/+3
* led: correct off/on locations in structureJason Kridner2011-09-041-2/+2
* led: added cmd_led to MakefileJason Kridner2011-09-041-0/+1
* Corrected LED name match finding avoiding extraneous Usage printoutsJason Kridner2011-09-041-2/+3
* USB: Move USB_PRINTF() out of ifdef in usb_scan_devices()Marek Vasut2011-08-081-1/+1
* USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllersMarek Vasut2011-08-081-0/+1
* Convert ISO-8859 files to UTF-8Albert ARIBAUD2011-08-041-1/+1
* hwmon: do not init sensors on startupHeiko Schocher2011-08-041-2/+14
OpenPOWER on IntegriCloud