summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-06cam_enc_4xx: Move CONFIG_SPL_PAD_TO to a config headerMasahiro Yamada
2013-09-06config.mk: Delete unnecessary codeMasahiro Yamada
2013-09-06fw_env: fix writing environment for mtd devicesOliver Metz
2013-09-06fw_env: add redundant env support for MTD_ABSENTOliver Metz
2013-09-06mail: Fix email addressMarek Vasut
2013-09-06Always build u-boot.img when using CONFIG_SPL_FRAMEWORKHenrik Nordström
2013-09-06ahci: convert to use libata functions and definitionsRob Herring
2013-09-06ahci: increase spin-up timeout to 20 secRob Herring
2013-09-06ahci: handle COMINIT received during spin-upRob Herring
2013-09-06ahci: move link bring-up handling to separate functionRob Herring
2013-09-06ahci: add defines for PORT_SCR_STAT register bitsRob Herring
2013-09-06ahci: fix memory leak in ata_scsiop_inquiryRob Herring
2013-09-06ahci: fix unaligned accessRob Herring
2013-09-06ahci: use ports implemented map instead of num_portsRichard Gibbs
2013-09-06standalone-examples: support custom GCC libJack Mitchell
2013-09-06fs: fat: don't call disk_write with zero sector numWu, Josh
2013-09-06compiler_gcc: do not redefine __gnu_attributesJeroen Hofstee
2013-09-06git-mailrc: Update MMC custodianPantelis Antoniou
2013-09-06Merge branch 'master' of git://git.denx.de/u-boot-niosTom Rini
2013-09-06am335x_evm.h: Add back the actual load of the kernel imageRobert P. J. Day
2013-09-06nios2: fix missing comment terminator from SPDX License commitThomas Chou
2013-09-03bootm: allow correct bounds-check of destinationKees Cook
2013-09-03lzo: correctly bounds-check output bufferKees Cook
2013-09-03lzma: correctly bounds-check output bufferKees Cook
2013-09-03gzip: correctly bounds-check output bufferKees Cook
2013-09-03documentation: add more compression configsKees Cook
2013-09-03sandbox: add compression testsKees Cook
2013-09-03sandbox: Correct compiler warnings in cmd_bootm/cmd_ximgSimon Glass
2013-09-02Prepare v2013.10-rc2v2013.10-rc2Tom Rini
2013-08-27omap5: Correct include order, drop CONFIG_SYS_PROMPT defineTom Rini
2013-08-27Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2013-08-27i2c: fix i2c dev command for not using new frameworkHeiko Schocher
2013-08-26console: usb: kbd: To fix slow TFTP bootingJim Lin
2013-08-26console: usb: kbd: To improve TFTP booting performanceJim Lin
2013-08-26NET: Add net_busy_flag if CONFIG_USB_KEYBOARD is definedJim Lin
2013-08-26usb: ehci-mx5: Use 'bool' instead of 'unsigned char'Fabio Estevam
2013-08-26usb: ehci-mx5: Remove unneeded write to cscmr1 registerFabio Estevam
2013-08-26usb:dfu:g_dnl: Refactoring the string definition code for g_dnl driverLukasz Majewski
2013-08-26usb:dfu:g_dnl: Change number of exported configurations at composite gadgetLukasz Majewski
2013-08-26dfu, nand, ubi: add partubi alt settings for updating ubi partitionHeiko Schocher
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner
2013-08-26ARM: OMAP5-uevm: Add usb device reset APIDan Murphy
2013-08-26USB: usb-hub: Add a weak function for resetting devicesDan Murphy
2013-08-26ARM: OMAP5-uevm: Add USB MAC ethernet addressDan Murphy
2013-08-26ARM: OMAP5-uevm: Add USB ehci support for the uEVMDan Murphy
2013-08-26ARM: OMAP: USB: Fix linker error when ULPI is not definedDan Murphy
2013-08-26ARM: OMAP5: USB: Add OMAP5 common USB EHCI informationDan Murphy
2013-08-26omap5: uevm: Change the board name to correct nameDan Murphy
2013-08-22env_nand.c: support falling back to redundant env when writingPhil Sutter
2013-08-22nand_util: delete a useless variableMasahiro Yamada