summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* env_mmc: align buffers using ALLOC_CACHE_ALIGN_BUFFERStephen Warren2012-07-071-5/+5
* pxe: add support for parsing local syslinux filesRob Herring2012-06-211-8/+133
* pxe: parse initrd file from append stringRob Herring2012-06-211-1/+14
* pxe: support absolute pathsRob Herring2012-06-211-11/+12
* pxe: support linux entries for labelsRob Herring2012-06-211-0/+3
* pxe: add support for label menu textRob Herring2012-06-211-4/+9
* pxe: support include files at top-levelRob Herring2012-06-211-0/+5
* menu: only timeout when menu is displayedRob Herring2012-06-211-32/+4
* Block: Remove MG DISK supportMarek Vasut2012-06-214-151/+1
* hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.cTom Rini2012-06-201-0/+3
* cmd_mem: cmp: convert while() to for() loopMike Frysinger2012-06-191-5/+2
* cmd_mem: cmp: unify size code pathsMike Frysinger2012-06-191-33/+19
* cmd_mem: replace custom PRINTF() with debug()Mike Frysinger2012-06-191-9/+3
* cmd_nand: fix crashing bug in nand read/writeSteve Sakoman2012-06-081-1/+1
* LCD: display 32bpp decompressed bitmap imageDonghwa Lee2012-05-251-3/+16
* common/lcd.c: reduce one CONFIG_LCD_LOGO ifdefAnatolij Gustschin2012-05-251-3/+3
* common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefsAnatolij Gustschin2012-05-251-10/+6
* common/lcd.c: use ARRAY_SIZEAnatolij Gustschin2012-05-251-2/+2
* cmd_bmp.c: make bmp_display() usable by drivers or board codeAnatolij Gustschin2012-05-251-2/+1
* net: Add link-local addressing supportJoe Hershberger2012-05-231-0/+31
* net: Don't write the "serverip" env var if configured not toJoe Hershberger2012-05-231-2/+6
* common/cmd_nand.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-221-2/+0
* common/cmd_nvedit.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-221-1/+0
* common/cmd_bootm.c: Fix GCC 4.6 warningAnatolij Gustschin2012-05-221-2/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk2012-05-204-57/+57
|\
| * USB: Align buffers at cachelinePuneet Saxena2012-05-204-56/+55
| * usb: use noinline defineMike Frysinger2012-05-201-1/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashWolfgang Denk2012-05-201-24/+71
|\ \
| * | nand: extend .raw accesses to work on multiple pagesScott Wood2012-05-181-24/+71
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2012-05-203-30/+15
|\ \
| * | net: punt bd->bi_ip_addrMike Frysinger2012-05-152-29/+15
| * | net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-151-1/+0
| |/
* | SATA: check for return value from sata functionsStefano Babic2012-05-151-3/+6
|/
* Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-stagingWolfgang Denk2012-04-302-2/+2
|\
| * linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-302-2/+2
* | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2012-04-304-1/+90
|\ \
| * \ Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk2012-04-304-1/+90
| |\ \ | | |/ | |/|
| | * cmd_bdinfo: display the address map size (32-bit vs. 36-bit)Timur Tabi2012-04-241-0/+8
| | * powerpc/corenet_ds: Slave reads ENV from master when boot from SRIOLiu Gang2012-04-243-1/+82
* | | image/fit: drop inline markings on parser codeMike Frysinger2012-04-301-2/+2
|/ /
* | GCC47: Fix warning in cmd_nand.cMarek Vasut2012-04-291-1/+1
|/
* Fix the behaviour of the 'run' commandTimo Ketola2012-04-231-1/+2
* Move bootstage timer out of lib/time.cSimon Glass2012-04-101-0/+17
* LMB: Fix undefined lmb_reserve() on non-lmb platformsMarek Vasut2012-04-091-0/+1
* RAMDISK: Fix unused variable issue caused by raw rd supportMarek Vasut2012-03-301-0/+2
* BOOT: Add RAW ramdisk support to bootzMarek Vasut2012-03-302-5/+16
* BOOT: Add "bootz" command to boot Linux zImage on ARMMarek Vasut2012-03-301-9/+132
* Add support for loading and saving the environment to a FAT partitionMaximilian Schwerin2012-03-303-1/+159
* cmd_log: print log->v2.con value in the "log info" commandHeiko Schocher2012-03-301-0/+1
* command, log: Coding Style cleanupHeiko Schocher2012-03-301-45/+51
OpenPOWER on IntegriCloud