summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeLines
* Block: Remove MG DISK supportMarek Vasut2012-06-21-151/+1
* hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.cTom Rini2012-06-20-0/+3
* cmd_mem: cmp: convert while() to for() loopMike Frysinger2012-06-19-5/+2
* cmd_mem: cmp: unify size code pathsMike Frysinger2012-06-19-33/+19
* cmd_mem: replace custom PRINTF() with debug()Mike Frysinger2012-06-19-9/+3
* cmd_nand: fix crashing bug in nand read/writeSteve Sakoman2012-06-08-1/+1
* LCD: display 32bpp decompressed bitmap imageDonghwa Lee2012-05-25-3/+16
* common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin2012-05-25-3/+3
* common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin2012-05-25-10/+6
* common/lcd.c: use ARRAY_SIZEAnatolij Gustschin2012-05-25-2/+2
* cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin2012-05-25-2/+1
* net: Add link-local addressing supportJoe Hershberger2012-05-23-0/+31
* net: Don't write the "serverip" env var if configured not toJoe Hershberger2012-05-23-2/+6
* common/cmd_nand.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-22-2/+0
* common/cmd_nvedit.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-22-1/+0
* common/cmd_bootm.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-22-2/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2012-05-20-57/+57
|\
| * USB: Align buffers at cachelinePuneet Saxena2012-05-20-56/+55
| * usb: use noinline defineMike Frysinger2012-05-20-1/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2012-05-20-24/+71
|\ \
| * | nand: extend .raw accesses to work on multiple pagesScott Wood2012-05-18-24/+71
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2012-05-20-30/+15
|\ \
| * | net: punt bd->bi_ip_addrMike Frysinger2012-05-15-29/+15
| * | net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-15-1/+0
| |/
* | SATA: check for return value from sata functionsStefano Babic2012-05-15-3/+6
|/
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-04-30-2/+2
|\
| * linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-30-2/+2
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2012-04-30-1/+90
|\ \
| * \ Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2012-04-30-1/+90
| |\ \ | | |/ | |/|
| | * cmd_bdinfo: display the address map size (32-bit vs. 36-bit)Timur Tabi2012-04-24-0/+8
| | * powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang2012-04-24-1/+82
* | | image/fit: drop inline markings on parser codeMike Frysinger2012-04-30-2/+2
|/ /
* | GCC47: Fix warning in cmd_nand.cMarek Vasut2012-04-29-1/+1
|/
* Fix the behaviour of the 'run' commandTimo Ketola2012-04-23-1/+2
* Move bootstage timer out of lib/time.cSimon Glass2012-04-10-0/+17
* LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut2012-04-09-0/+1
* RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut2012-03-30-0/+2
* BOOT: Add RAW ramdisk support to bootzMarek Vasut2012-03-30-5/+16
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-30-9/+132
* Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin2012-03-30-1/+159
* cmd_log: print log->v2.con value in the "log info" commandHeiko Schocher2012-03-30-0/+1
* command, log: Coding Style cleanupHeiko Schocher2012-03-30-45/+51
* command, log: print with "log show" a full logbufferHeiko Schocher2012-03-30-1/+3
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-03-30-8/+65
|\
| * cmd_pxe.c: fix strict-aliasing warningsJason Hobbs2012-03-27-8/+8
| * cmd_fat: add FAT write commandDonggeun Kim2012-03-26-0/+57
* | Add cmd_spl commandSimon Schwarz2012-03-27-0/+189
* | SPL: Add YMODEM over UART load supportMatt Porter2012-03-26-0/+3
|/
* Revert "Add board_pre_console_putc to deal with early console output"Simon Glass2012-03-23-9/+1
* usb: replace wait_ms() with mdelay()Mike Frysinger2012-03-19-26/+16