aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-06cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config headerMasahiro Yamada3-6/+2
2013-09-06config.mk: Delete unnecessary codeMasahiro Yamada1-16/+0
2013-09-06fw_env: fix writing environment for mtd devicesOliver Metz1-28/+42
2013-09-06fw_env: add redundant env support for MTD_ABSENTOliver Metz1-0/+3
2013-09-06mail: Fix email addressMarek Vasut1-1/+1
2013-09-06Always build u-boot.img when using CONFIG_SPL_FRAMEWORKHenrik Nordström1-0/+1
2013-09-06ahci: convert to use libata functions and definitionsRob Herring9-79/+31
2013-09-06ahci: increase spin-up timeout to 20 secRob Herring1-1/+1
2013-09-06ahci: handle COMINIT received during spin-upRob Herring1-0/+12
2013-09-06ahci: move link bring-up handling to separate functionRob Herring1-15/+25
2013-09-06ahci: add defines for PORT_SCR_STAT register bitsRob Herring2-2/+8
2013-09-06ahci: fix memory leak in ata_scsiop_inquiryRob Herring1-0/+1
2013-09-06ahci: fix unaligned accessRob Herring1-1/+1
2013-09-06ahci: use ports implemented map instead of num_portsRichard Gibbs1-0/+4
2013-09-06standalone-examples: support custom GCC libJack Mitchell1-2/+13
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh1-3/+5
2013-09-06compiler_gcc: do not redefine __gnu_attributesJeroen Hofstee2-4/+12
2013-09-06git-mailrc: Update MMC custodianPantelis Antoniou1-1/+2
2013-09-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini1-0/+1
2013-09-06am335x_evm.h: Add back the actual load of the kernel imageRobert P. J. Day1-1/+3
2013-09-06nios2: fix missing comment terminator from SPDX License commitThomas Chou1-0/+1
2013-09-03bootm: allow correct bounds-check of destinationKees Cook1-1/+1
2013-09-03lzo: correctly bounds-check output bufferKees Cook1-1/+7
2013-09-03lzma: correctly bounds-check output bufferKees Cook1-2/+6
2013-09-03gzip: correctly bounds-check output bufferKees Cook1-2/+2
2013-09-03documentation: add more compression configsKees Cook1-0/+9
2013-09-03sandbox: add compression testsKees Cook3-0/+341
2013-09-03sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2-6/+9
2013-09-02Prepare v2013.10-rc2v2013.10-rc2Tom Rini1-1/+1
2013-08-27omap5: Correct include order, drop CONFIG_SYS_PROMPT defineTom Rini1-5/+2
2013-08-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini17-58/+388
2013-08-27i2c: fix i2c dev command for not using new frameworkHeiko Schocher1-0/+2
2013-08-26console: usb: kbd: To fix slow TFTP bootingJim Lin1-10/+10
2013-08-26console: usb: kbd: To improve TFTP booting performanceJim Lin1-0/+15
2013-08-26NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin1-0/+11
2013-08-26usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam3-11/+11
2013-08-26usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam1-9/+0
2013-08-26usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski1-4/+7
2013-08-26usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski1-2/+4
2013-08-26dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher2-2/+38
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner2-26/+75
2013-08-26ARM: OMAP5-uevm: Add usb device reset APIDan Murphy1-0/+11
2013-08-26USB: usb-hub: Add a weak function for resetting devicesDan Murphy1-0/+12
2013-08-26ARM: OMAP5-uevm: Add USB MAC ethernet addressDan Murphy1-0/+23
2013-08-26ARM: OMAP5-uevm: Add USB ehci support for the uEVMDan Murphy3-1/+87
2013-08-26ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy1-0/+7
2013-08-26ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy4-2/+86
2013-08-26omap5: uevm: Change the board name to correct nameDan Murphy1-1/+1
2013-08-22env_nand.c: support falling back to redundant env when writingPhil Sutter1-62/+54
2013-08-22nand_util: delete a useless variableMasahiro Yamada1-2/+1