aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)AuthorFilesLines
2012-07-07env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFERStephen Warren1-5/+5
2012-06-21pxe: add support for parsing local syslinux filesRob Herring1-8/+133
2012-06-21pxe: parse initrd file from append stringRob Herring1-1/+14
2012-06-21pxe: support absolute pathsRob Herring1-11/+12
2012-06-21pxe: support linux entries for labelsRob Herring1-0/+3
2012-06-21pxe: add support for label menu textRob Herring1-4/+9
2012-06-21pxe: support include files at top-levelRob Herring1-0/+5
2012-06-21menu: only timeout when menu is displayedRob Herring1-32/+4
2012-06-21Block: Remove MG DISK supportMarek Vasut4-151/+1
2012-06-20hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.cTom Rini1-0/+3
2012-06-19cmd_mem: cmp: convert while() to for() loopMike Frysinger1-5/+2
2012-06-19cmd_mem: cmp: unify size code pathsMike Frysinger1-33/+19
2012-06-19cmd_mem: replace custom PRINTF() with debug()Mike Frysinger1-9/+3
2012-06-08cmd_nand: fix crashing bug in nand read/writeSteve Sakoman1-1/+1
2012-05-25LCD: display 32bpp decompressed bitmap imageDonghwa Lee1-3/+16
2012-05-25common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin1-3/+3
2012-05-25common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin1-10/+6
2012-05-25common/lcd.c: use ARRAY_SIZEAnatolij Gustschin1-2/+2
2012-05-25cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin1-2/+1
2012-05-23net: Add link-local addressing supportJoe Hershberger1-0/+31
2012-05-23net: Don't write the "serverip" env var if configured not toJoe Hershberger1-2/+6
2012-05-22common/cmd_nand.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+0
2012-05-22common/cmd_nvedit.c: Fix GCC 4.6 warningAnatolij Gustschin1-1/+0
2012-05-22common/cmd_bootm.c: Fix GCC 4.6 warningAnatolij Gustschin1-2/+1
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk4-57/+57
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk1-24/+71
2012-05-20Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk3-30/+15
2012-05-20USB: Align buffers at cachelinePuneet Saxena4-56/+55
2012-05-20usb: use noinline defineMike Frysinger1-1/+2
2012-05-18nand: extend .raw accesses to work on multiple pagesScott Wood1-24/+71
2012-05-15net: punt bd->bi_ip_addrMike Frysinger2-29/+15
2012-05-15net: cosmetic: net.c checkpatch complianceJoe Hershberger1-1/+0
2012-05-15SATA: check for return value from sata functionsStefano Babic1-3/+6
2012-04-30Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2-2/+2
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2-2/+2
2012-04-30Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk4-1/+90
2012-04-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk4-1/+90
2012-04-30image/fit: drop inline markings on parser codeMike Frysinger1-2/+2
2012-04-29GCC47: Fix warning in cmd_nand.cMarek Vasut1-1/+1
2012-04-24cmd_bdinfo: display the address map size (32-bit vs. 36-bit)Timur Tabi1-0/+8
2012-04-24powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang3-1/+82
2012-04-23Fix the behaviour of the 'run' commandTimo Ketola1-1/+2
2012-04-10Move bootstage timer out of lib/time.cSimon Glass1-0/+17
2012-04-09LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut1-0/+1
2012-03-30RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut1-0/+2
2012-03-30BOOT: Add RAW ramdisk support to bootzMarek Vasut2-5/+16
2012-03-30BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut1-9/+132
2012-03-30Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin3-1/+159
2012-03-30cmd_log: print log->v2.con value in the "log info" commandHeiko Schocher1-0/+1
2012-03-30command, log: Coding Style cleanupHeiko Schocher1-45/+51