summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
* | | | | | fw_env: add redundant env support for MTD_ABSENTOliver Metz2013-09-06-0/+3
* | | | | | mail: Fix email addressMarek Vasut2013-09-06-1/+1
* | | | | | Always build u-boot.img when using CONFIG_SPL_FRAMEWORKHenrik Nordström2013-09-06-0/+1
* | | | | | ahci: convert to use libata functions and definitionsRob Herring2013-09-06-79/+31
* | | | | | ahci: increase spin-up timeout to 20 secRob Herring2013-09-06-1/+1
* | | | | | ahci: handle COMINIT received during spin-upRob Herring2013-09-06-0/+12
* | | | | | ahci: move link bring-up handling to separate functionRob Herring2013-09-06-15/+25
* | | | | | ahci: add defines for PORT_SCR_STAT register bitsRob Herring2013-09-06-2/+8
* | | | | | ahci: fix memory leak in ata_scsiop_inquiryRob Herring2013-09-06-0/+1
* | | | | | ahci: fix unaligned accessRob Herring2013-09-06-1/+1
* | | | | | ahci: use ports implemented map instead of num_portsRichard Gibbs2013-09-06-0/+4
* | | | | | standalone-examples: support custom GCC libJack Mitchell2013-09-06-2/+13
* | | | | | fs: fat: don't call disk_write with zero sector numWu, Josh2013-09-06-3/+5
* | | | | | compiler_gcc: do not redefine __gnu_attributesJeroen Hofstee2013-09-06-4/+12
* | | | | | git-mailrc: Update MMC custodianPantelis Antoniou2013-09-06-1/+2
* | | | | | Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini2013-09-06-0/+1
|\ \ \ \ \ \
| * | | | | | nios2: fix missing comment terminator from SPDX License commitThomas Chou2013-09-06-0/+1
* | | | | | | am335x_evm.h: Add back the actual load of the kernel imageRobert P. J. Day2013-09-06-1/+3
|/ / / / / /
* | | | | | bootm: allow correct bounds-check of destinationKees Cook2013-09-03-1/+1
* | | | | | lzo: correctly bounds-check output bufferKees Cook2013-09-03-1/+7
* | | | | | lzma: correctly bounds-check output bufferKees Cook2013-09-03-2/+6
* | | | | | gzip: correctly bounds-check output bufferKees Cook2013-09-03-2/+2
* | | | | | documentation: add more compression configsKees Cook2013-09-03-0/+9
* | | | | | sandbox: add compression testsKees Cook2013-09-03-0/+341
* | | | | | sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass2013-09-03-6/+9
|/ / / / /
* | | | | Prepare v2013.10-rc2Tom Rini2013-09-02-1/+1
* | | | | omap5: Correct include order, drop CONFIG_SYS_PROMPT defineTom Rini2013-08-27-5/+2
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2013-08-27-58/+388
|\ \ \ \ \
| * | | | | console: usb: kbd: To fix slow TFTP bootingJim Lin2013-08-26-10/+10
| * | | | | console: usb: kbd: To improve TFTP booting performanceJim Lin2013-08-26-0/+15
| * | | | | NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin2013-08-26-0/+11
| * | | | | usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam2013-08-26-11/+11
| * | | | | usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam2013-08-26-9/+0
| * | | | | usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski2013-08-26-4/+7
| * | | | | usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski2013-08-26-2/+4
| * | | | | dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher2013-08-26-2/+38
| * | | | | usb: Use well-known descriptor sizes when parsing configurationJulius Werner2013-08-26-26/+75
| * | | | | ARM: OMAP5-uevm: Add usb device reset APIDan Murphy2013-08-26-0/+11
| * | | | | USB: usb-hub: Add a weak function for resetting devicesDan Murphy2013-08-26-0/+12
| * | | | | ARM: OMAP5-uevm: Add USB MAC ethernet addressDan Murphy2013-08-26-0/+23
| * | | | | ARM: OMAP5-uevm: Add USB ehci support for the uEVMDan Murphy2013-08-26-1/+87
| * | | | | ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy2013-08-26-0/+7
| * | | | | ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy2013-08-26-2/+86
| * | | | | omap5: uevm: Change the board name to correct nameDan Murphy2013-08-26-1/+1
| | |_|_|/ | |/| | |
* | | | | i2c: fix i2c dev command for not using new frameworkHeiko Schocher2013-08-27-0/+2
|/ / / /
* | | | env_nand.c: support falling back to redundant env when writingPhil Sutter2013-08-22-62/+54
* | | | nand_util: delete a useless variableMasahiro Yamada2013-08-22-2/+1
* | | | cmd_nand: Do not show usage when scrub is abortedMasahiro Yamada2013-08-22-2/+2
* | | | cmd_nand: slight optimization of nand_dump functionMasahiro Yamada2013-08-22-5/+8
* | | | cmd_nand: fix a memory leak in nand_dump functionMasahiro Yamada2013-08-22-7/+16