| Commit message (Expand) | Author | Age | Lines |
* | common: fix missing function pointer relocation in fixup_cmdtable() | Daniel Schwierzeck | 2011-10-15 | -0/+6 |
* | fdt: update fdt_alloc_phandle to use fdt_get_phandle | Timur Tabi | 2011-10-15 | -5/+2 |
* | fdt: check for fdt errors in fdt_create_phandle | Timur Tabi | 2011-10-15 | -2/+9 |
* | common/usb.c: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | -7/+13 |
* | common/cmd_usb.c: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | -2/+1 |
* | CFI: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | -2/+7 |
* | cmd_time: add time command | Che-liang Chiou | 2011-10-09 | -0/+91 |
* | common/image.c: remove duplicated IH_TYPE entries. | Wolfgang Denk | 2011-10-09 | -6/+3 |
* | serial: uartlite: Support for SERIAL_MULTI | Michal Simek | 2011-10-09 | -0/+14 |
* | cmd_sf: Fix compiler warning | Kumar Gala | 2011-10-05 | -3/+3 |
* | image: push default arch values to arch headers | Mike Frysinger | 2011-10-05 | -25/+1 |
* | console: Implement pre-console buffer | Graeme Russ | 2011-10-05 | -2/+41 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2011-10-04 | -18/+57 |
|\ |
|
| * | NAND: Make page, erase, oob size available via cmd_nand | Marek Vasut | 2011-10-03 | -3/+19 |
| * | NAND: Add -y option to nand scrub command | Marek Vasut | 2011-10-03 | -15/+19 |
| * | NAND: Add nand read.raw and write.raw commands | Marek Vasut | 2011-10-03 | -0/+19 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-10-04 | -7/+32 |
|\ \ |
|
| * | | powerpc/mpc83xx: Migrate from spd_sdram to unified DDR driver | York Sun | 2011-09-29 | -1/+7 |
| * | | powerpc/mp: add support for discontiguous cores | Timur Tabi | 2011-09-29 | -3/+2 |
| * | | fdt: Add new fdt_create_phandle helper | Kumar Gala | 2011-09-29 | -0/+20 |
| * | | fdt: Rename fdt_create_phandle to fdt_set_phandle | Kumar Gala | 2011-09-29 | -3/+3 |
* | | | Revert "GCC4.6: Convert various empty macros to inline functions" | Wolfgang Denk | 2011-10-04 | -3/+3 |
| |/
|/| |
|
* | | GCC4.6: Squash warning in cmd_ubi.c: | Marek Vasut | 2011-10-01 | -2/+1 |
* | | GCC4,6: Squash warning in cmd_nand.c | Marek Vasut | 2011-10-01 | -4/+0 |
* | | GCC4.6: Squash warning in cmd_mem.c | Marek Vasut | 2011-10-01 | -4/+4 |
* | | GCC4.6: Squash warnings in lcd.c | Marek Vasut | 2011-10-01 | -4/+5 |
* | | GCC4.6: Squash warning in cmd_nvedit.c | Marek Vasut | 2011-10-01 | -2/+1 |
* | | GCC4.6: Squash warning in cmd_flash.c | Marek Vasut | 2011-10-01 | -4/+6 |
* | | GCC4.6: Convert various empty macros to inline functions | Marek Vasut | 2011-10-01 | -3/+3 |
* | | console: Squelch pre-console output in console functions | Graeme Russ | 2011-10-01 | -0/+18 |
* | | IDE: Fix complaints about strict aliasing in cmd_ide.c | Marek Vasut | 2011-10-01 | -26/+25 |
* | | Small refactor to remove duplicate serial code | Simon Glass | 2011-10-01 | -44/+20 |
* | | cmd_sf: add "update" subcommand to do smart SPI flash update | Simon Glass | 2011-09-29 | -3/+83 |
|/ |
|
* | led: remove camel casing of led identifiers globally | Jason Kridner | 2011-09-13 | -4/+4 |
* | utx8245: fix build breakage due to assert() | Wolfgang Denk | 2011-09-10 | -6/+0 |
* | Add assert() for debug assertions | Simon Glass | 2011-09-10 | -7/+0 |
* | YAFFS2: cmd_yaffs2.c - fix build warnings | Wolfgang Denk | 2011-09-10 | -1/+1 |
* | common: fix behavior of ROUND macro when input is already rounded | Anton Staaf | 2011-09-07 | -1/+1 |
* | ARM: remove broken "evb4510" board. | Wolfgang Denk | 2011-09-07 | -11/+0 |
* | Flush cache after the OS image is loaded into the memory. | Diana CRACIUN | 2011-09-05 | -0/+3 |
* | stdio: Fix a possible buffer overflow | Bradley Bolen | 2011-09-04 | -2/+2 |
* | led: Remove state-saving of led for toggle functionality and add toggle optio... | Joel A Fernandes | 2011-09-04 | -24/+40 |
* | led: Fixed setting of STATUS_LED_BIT1 when led_name is 'all' | Joel A Fernandes | 2011-09-04 | -1/+3 |
* | led: correct off/on locations in structure | Jason Kridner | 2011-09-04 | -2/+2 |
* | led: added cmd_led to Makefile | Jason Kridner | 2011-09-04 | -0/+1 |
* | Corrected LED name match finding avoiding extraneous Usage printouts | Jason Kridner | 2011-09-04 | -2/+3 |
* | USB: Move USB_PRINTF() out of ifdef in usb_scan_devices() | Marek Vasut | 2011-08-08 | -1/+1 |
* | USB: Set portnr so USB1.1 and 1.0 devices work on EHCI controllers | Marek Vasut | 2011-08-08 | -0/+1 |
* | Convert ISO-8859 files to UTF-8 | Albert ARIBAUD | 2011-08-04 | -1/+1 |
* | hwmon: do not init sensors on startup | Heiko Schocher | 2011-08-04 | -2/+14 |