aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Makefile: fix readelf usageAndreas Bießmann1-1/+1
2013-07-03tools/proftool: remove REG_NOERRORAndreas Bießmann1-1/+1
2013-07-03lib/rsa/rsa-sig.c: compile on OS XAndreas Bießmann1-1/+0
2013-07-03dfu:ext4:fix Fix DFU upload functionalityŁukasz Majewski1-4/+5
2013-07-03dfu:ext4:fix Fix ext4{read|write} command formattingŁukasz Majewski1-0/+2
2013-07-03Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini11-18/+72
2013-07-02avr32/m68k/microblaze/nds32/nios2/openrisc/sh/sparc: fix do_bootm_linuxAndreas Bießmann8-0/+51
2013-07-01Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini8-34/+46
2013-06-30usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1Pierre Aubert1-0/+1
2013-06-30usb: fix unaligned access in device_qual()Heiko Schocher1-1/+1
2013-06-30dfu:function: Fix number of allocated DFU function pointersLukasz Majewski1-1/+1
2013-06-30usb, musb-new: add wdt triggerHeiko Schocher1-0/+2
2013-06-30usb, g_dnl: make possibility to fixup the device_desc board specificHeiko Schocher2-1/+8
2013-06-30usb, dfu gadget: switch to dfu mode in dfu_bindHeiko Schocher1-1/+3
2013-06-30usb:composite: use memcpy to avoid unaligned accessPiotr Wilczek1-1/+2
2013-06-30drivers:usb: use get|put_unaligned_le16Piotr Wilczek1-4/+4
2013-06-30dfu: make data buffer size configurableHeiko Schocher3-9/+50
2013-06-28Prepare v2013.07-rc2v2013.07-rc2Tom Rini1-1/+1
2013-06-28Fix bootm to work on powerpc again (compressed uImage)Stefan Roese1-5/+0
2013-06-28mkimage: Build signing only if board has CONFIG_FIT_SIGNATURESimon Glass3-5/+6
2013-06-28bootm: Disable interrupts before loading OSSimon Glass1-26/+27
2013-06-28cmd_bootm.c: Correct BOOTM_ERR_OVERLAP handlingTom Rini1-27/+38
2013-06-27am335x_evm: Add missing ';' in findfdtTom Rini1-1/+1
2013-06-27Merge branch 'master' of git://git.denx.de/u-boot-74xx-7xxTom Rini1-3/+8
2013-06-27PPC 74xx_7xx: Fix build warnings for ELPPC boardWolfgang Denk1-3/+8
2013-06-27ColdFire: Update the arch_global_date changes for mcf5441xJason Jin1-5/+5
2013-06-27Fix MCF5235 SDRAM base address macroSteve deRosier1-1/+1
2013-06-27m68k: fix debug call befor serial initJens Scharsig (BuS Elektronik)1-2/+2
2013-06-26mtd/nand: docg4: fix compiler warningsMike Dunn1-8/+7
2013-06-26usb: musb: Use ARRAY_SIZE at appropriate placesAxel Lin2-4/+2
2013-06-26mtd: cfi_flash: Use ARRAY_SIZE at appropriate placesAxel Lin1-4/+3
2013-06-26hwmon: lm63: Use ARRAY_SIZE at appropriate placeAxel Lin1-2/+1
2013-06-26serial: Use ARRAY_SIZE instead of reinventing itAxel Lin1-3/+2
2013-06-26README: align default commands with codeVincent Stehlé1-6/+8
2013-06-26Fix block device accesses beyond 2TiBSascha Silbe5-24/+26
2013-06-26cmd_bootm: Add command line arguments to Plan 9Steven Stallion2-7/+47
2013-06-26Add verified boot information and testSimon Glass7-0/+334
2013-06-26sandbox: config: Enable FIT signatures with RSASimon Glass1-0/+2
2013-06-26image: Add support for signing of FIT configurationsSimon Glass5-3/+798
2013-06-26libfdt: Add fdt_find_regions()Simon Glass2-0/+193
2013-06-26mkimage: Add -r option to specify keys that must be verifiedSimon Glass4-6/+18
2013-06-26mkimage: Add -c option to specify a comment for key signingSimon Glass4-3/+16
2013-06-26mkimage: Add -F option to modify an existing .fit fileSimon Glass3-9/+38
2013-06-26mkimage: Add -K to write public keys to an FDT blobSimon Glass4-4/+44
2013-06-26mkimage: Add -k option to specify key directorySimon Glass4-5/+38
2013-06-26image: Add RSA support for image signingSimon Glass9-2/+1031
2013-06-26image: Support signing of imagesSimon Glass6-38/+478
2013-06-26image: Add signing infrastructureSimon Glass6-2/+358
2013-06-26x86: config: Add tracing optionsSimon Glass1-0/+7
2013-06-26x86: Support tracing functionSimon Glass5-7/+10