summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* usb: Optimize USB storage read/writeJim Shimer2012-09-011-12/+0
* usb_stor_BBB_transport: Do not delay when not requiredBenoît Thébaudeau2012-09-011-2/+9
* usb_storage: Remove EHCI constraintsBenoît Thébaudeau2012-09-011-18/+15
* usb_storage: Restore non-EHCI supportBenoît Thébaudeau2012-09-011-0/+4
* dfu:cmd: Support for DFU u-boot commandLukasz Majewski2012-09-012-0/+82
* cmd_spi: remove superfluous semicolonMarek Vasut2012-08-091-1/+1
* zfs: Add ZFS filesystem supportJorgen Lundman2012-08-092-0/+237
* u-boot: Update yaffs2 file systemCharles Manning2012-08-091-135/+248
* Consider CONFIG_ZERO_BOOTDELAY_CHECK when CONFIG_AUTOBOOT_KEYED is setDirk Eibach2012-08-091-0/+5
* Allow newlines within command environment varsSimon Glass2012-08-091-3/+3
* Add run_command_list() to run a list of commandsSimon Glass2012-08-093-65/+89
* env_onenand: set ONENAND_MAX_ENV_SIZE to CONFIG_ENV_SIZEDavid du Colombier2012-08-061-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2012-07-311-0/+1
|\
| * i2c: deblock i2c bus also if accessed before realocationHolger Brunck2012-07-311-0/+1
* | cmd_sf: add size checking to spi flash commandsGerlando Falauto2012-04-031-0/+14
|/
* usb_storage: fix ehci driver max transfer sizeStefan Herbrechtsmeier2012-07-181-17/+20
* usb: check return value of submit_{control, bulk}_msgIlya Yanok2012-07-181-2/+4
* usb: pass cache-aligned buffer to usb_get_descriptor()Ilya Yanok2012-07-181-2/+4
* common lcd: minor coding style changesNikita Kiryanov2012-07-101-121/+124
* Minor Coding Style cleanupWolfgang Denk2012-07-101-4/+0
* Add env vars describing U-Boot target boardStephen Warren2012-07-092-0/+22
* SPL: common/Makefile: Add image.c to SPL buildStefan Roese2012-07-071-1/+1
* 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
|\ \
OpenPOWER on IntegriCloud