1. 486112d env: Implement support for encrypting environment by Marek Vasut · 11 years ago
  2. d73c129 env: Add env_export() wrapper by Marek Vasut · 11 years ago
  3. de5a053 aes: Implement AES-128-CBC decryption function by Marek Vasut · 11 years ago
  4. 23ec68c aes: Move the AES-128-CBC encryption function to common code by Marek Vasut · 11 years ago
  5. 01655ef aes: Fix kerneldoc for aes.h by Marek Vasut · 11 years ago
  6. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  7. f061b1a gen: Add progressive hash API by Hung-ying Tyan · 11 years ago
  8. 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  9. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  10. 8ae3380 fit: add sha256 support by Heiko Schocher · 11 years ago
  11. 84640e8 sandbox: config: Enable cros_ec emulation and related items by Simon Glass · 11 years ago
  12. 678ef47 sandbox: Allow Ctrl-C to work in sandbox by Simon Glass · 11 years ago
  13. e128a4e sandbox: Deal with conflicting getenv() for SDL by Simon Glass · 11 years ago
  14. 59c021e sound: Move Samsung-specific code into its own file by Simon Glass · 11 years ago
  15. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago
  16. 860b7d9 sandbox: Add os_jump_to_image() to run another executable by Simon Glass · 11 years ago
  17. 9b0d1c9 cros_ec: Implement I2C pass-through by Simon Glass · 11 years ago
  18. 36170f0 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · 11 years ago
  19. ce3ebb9 cros_ec: spi: Add support for EC protocol version 3 by Randall Spangler · 11 years ago
  20. f03e970 cros_ec: Clean up multiple EC protocol support by Randall Spangler · 11 years ago
  21. ece2886 cros_ec: Sync up with latest Chrome OS EC version by Simon Glass · 11 years ago
  22. 3c59abc cros_ec: Add a function for decoding the Chrome OS EC flashmap by Simon Glass · 11 years ago
  23. e5d1579 cros_ec: Move EC interface into common library by Vadim Bendebury · 11 years ago
  24. 9f78372 cros_ec: Add a function for reading a flash map entry by Simon Glass · 11 years ago
  25. b83b937 cros_ec: Add an enum for the number of flash regions by Simon Glass · 11 years ago
  26. 7b89a1b sandbox: Increase memory size to 32MB by Simon Glass · 11 years ago
  27. d6acdf2 kirkwood: kwbimage: refactor CONFIG_SYS_KWD_CONFIG by Masahiro Yamada · 11 years ago
  28. 8c2c7ec freescale: pblimage: refactor CONFIG_SYS_FSL_PBL_{PBI, RCW} by Masahiro Yamada · 11 years ago
  29. 16f006d at91: enable USB ethernet for taskit stamp9g20 by Gerhard Sittig · 11 years ago
  30. 42436a9 tegra: imx: omap: enable Moschip USB ethernet support for several boards by Gerhard Sittig · 11 years ago
  31. 9cf6490 tegra: omap: alpha-sort USB ethernet items for Asix and SMSC by Gerhard Sittig · 11 years ago
  32. 2385df6 usb: net: introduce support for Moschip USB ethernet by Gerhard Sittig · 11 years ago
  33. 3b16287 usb: net: don't ifdef routine declarations in usb_ether.h by Gerhard Sittig · 11 years ago
  34. d9871e8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  35. c6b400a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 11 years ago
  36. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  37. a01c18d m68k: Remove M5271EVB and idmr board support by Masahiro Yamada · 11 years ago
  38. 540c031 arm: atmel: sama5d3: add nand spl boot support by Bo Shen · 11 years ago
  39. 9415b87 mtd: nand: atmel: prepare for nand spl boot support by Bo Shen · 11 years ago
  40. 37a36b3 arm: atmel: sama5d3: add spi spl boot support by Bo Shen · 11 years ago
  41. 06ce3f4 ARM: atmel: add sama5d3 Xplained board support by Bo Shen · 11 years ago
  42. d70d42f at91sam9263ek: add mmc support by Andreas Henriksson · 11 years ago
  43. c65e692 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  44. 37e7f6a powerpc/t104xrdb: Update DDR initialization related settings by Priyanka Jain · 11 years ago
  45. 456c6fe powerpc/t1040qds: Add Video - HDMI support by Priyanka Jain · 11 years ago
  46. f13321d powerpc/t2080rdb: Add T2080PCIe-RDB board support by Shengzhou Liu · 11 years ago
  47. bdfeaf6 powerpc/t208xqds: fixup for t208xqds by Shengzhou Liu · 11 years ago
  48. 086f0a7 powerpc/usb: Workaround for erratum-A006261 by Suresh Gupta · 11 years ago
  49. 5a2bf98 powerpc: mpc8260: consolidate CONFIG_MPC8260 and CONFIG_8260 by Masahiro Yamada · 11 years ago
  50. 0d084d4 mips: move CONFIG_MIPS{32, 64} definition to config.mk by Masahiro Yamada · 11 years ago
  51. e1a211d kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC by Masahiro Yamada · 11 years ago
  52. b564aed kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · 11 years ago
  53. c0a19fd Cosmetic: Typo fixes by Vasili Galka · 11 years ago
  54. b3859f2 ppc4xx: Remove 4xx NAND booting support by Stefan Roese · 11 years ago
  55. cd5edba unit-test: make "test -e" test independent of $CWD by Stephen Warren · 11 years ago
  56. 797cafb Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  57. 12fcb8c OMAP3: igep00x0: Enable required clocks for GPIO that are used. by Enric Balletbo i Serra · 11 years ago
  58. 7434dfe ARM: tegra: implement bootcmd_pxe by Stephen Warren · 11 years ago
  59. 3c02514 ARM: tegra: rework boot scripts by Stephen Warren · 11 years ago
  60. 848804f ARM: tegra: convert tegra to use distro defaults by Stephen Warren · 11 years ago
  61. 4d05234 ARM: tegra: set CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Stephen Warren · 11 years ago
  62. 71e3335 ARM: tegra: move CONFIG_TEGRAnn by Stephen Warren · 11 years ago
  63. 0346cab Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  64. 7295fe8 mtd: nand: omap: move omap_elm.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  65. 5bbb099 mtd: nand: omap: move omap_gpmc.h from arch/arm/include/asm to drivers/mtd/nand by pekon gupta · 11 years ago
  66. c4a4f36 mtd: nand: omap: remove unused #defines from common omap_gpmc.h by pekon gupta · 11 years ago
  67. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  68. b4d7070 sandbox: Convert GPIOs to use driver model by Simon Glass · 11 years ago
  69. e821d18 dm: Add GPIO support and tests by Simon Glass · 11 years ago
  70. 63b1757 dm: Add a demonstration/example driver by Simon Glass · 11 years ago
  71. c267cf7 dm: Add a 'dm' command for testing by Simon Glass · 11 years ago
  72. b2c1cac dm: Add basic tests by Simon Glass · 11 years ago
  73. 61a1519 sandbox: config: Enable driver model by Simon Glass · 11 years ago
  74. dd6ab88 dm: Add base driver model support by Simon Glass · 11 years ago
  75. d738553 Add cmd_process_error() to report and process errors by Simon Glass · 11 years ago
  76. 66c164b sandbox: Build a device tree file for sandbox by Simon Glass · 11 years ago
  77. 267d8e2 sizes.h - consolidate for all architectures by Alexey Brodkin · 11 years ago
  78. 7d654ab arm: am335x: DXR2: Reset SMSC LAN9303 switch via GPIO upon bootup by Stefan Roese · 11 years ago
  79. 1de98af ARM: AM43xx: Add Ethernet boot support to SPL by Mugunthan V N · 11 years ago
  80. 0c1d856 ARM: AM335x: add support for reading cpsw 2nd mac address from efuse by Mugunthan V N · 11 years ago
  81. c94f954 ARM: AM43xx: Add CPSW support to AM43xx EPOS and GP EVM by Mugunthan V N · 11 years ago
  82. 4944f37 drivers: net: cpsw: add support to have phy address from cpsw platform data by Mugunthan V N · 11 years ago
  83. 12dbc40 net: gem: Add OF initialization support by Michal Simek · 11 years ago
  84. acca9c0 zynq: Do not use SPL OF initialization by Michal Simek · 11 years ago
  85. 02f721b net: emaclite: Fix OF initialization by Michal Simek · 11 years ago
  86. f343378 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  87. 6e29472 arm: remove unneeded symbol offsets and _TEXT_BASE by Albert ARIBAUD · 11 years ago
  88. 2181806 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 11 years ago
  89. 55e6365 kbuild: Move linker sciript check to prepare1 by Masahiro Yamada · 11 years ago
  90. afdc3f5 powerpc/mpc8536DS:Increase binary size for mpc8536DS board by Haijun.Zhang · 11 years ago
  91. 1233cbc powerpc: p1010rdb: Enable p1010rdb to start from NAND/SD/SPI flash with SPL by Ying Zhang · 11 years ago
  92. 3587a83 SPL: P1022DS: fix the problem booting from spi flash by Ying Zhang · 11 years ago
  93. 354846f SPL: P2020RDB: fix the problem booting from spi flash by Ying Zhang · 11 years ago
  94. 25daf57 SPL: powerpc: expand SPL's length to 128K by Ying Zhang · 11 years ago
  95. 031228a powerpc/t2081qds: Add T2081 QDS board support by Shengzhou Liu · 11 years ago
  96. 5943e70 arm: delete unused macro CONFIG_ARCH_DEVICE_TREE by Masahiro Yamada · 11 years ago
  97. 815bbbe Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  98. 8ab2c48 board: bcm28155_ap: Add board files by Darwin Rambo · 11 years ago
  99. c561314 arch: bcm281xx: Initial commit of bcm281xx architecture code by Darwin Rambo · 11 years ago
  100. 40fa0bf ARM: rpi_b: rework boot scripts, enable sysboot by Stephen Warren · 11 years ago