1. 343cd9f eMMC: add support for operations in RPMB partition by Pierre Aubert · 11 years ago
  2. 511740c lib/sha256: fix compile on some hosts by Andreas Bießmann · 11 years ago
  3. 398c70c aes: make apply_cbc_chain_data non-static by Stephen Warren · 11 years ago
  4. d231bd9 Merge branch 'next' by Tom Rini · 11 years ago
  5. b8fb7b8 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  6. 5ec2ed2 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · 11 years ago
  7. 2eb40ee new commands: uuid and guid - generate random unique identifier by Przemyslaw Marczak · 11 years ago
  8. b428514 lib: uuid: add functions to generate UUID version 4 by Przemyslaw Marczak · 11 years ago
  9. 0c81336 lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 11 years ago
  10. fa90734 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · 11 years ago
  11. cd9c268 lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND by Przemyslaw Marczak · 11 years ago
  12. 287a839 Logo: TIZEN: Change booting logo size to official size. by Jonghwa Lee · 11 years ago
  13. 5f0e674 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  14. 05ed2a5 env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
  15. de5a053 aes: Implement AES-128-CBC decryption function by Marek Vasut · 11 years ago
  16. 23ec68c aes: Move the AES-128-CBC encryption function to common code by Marek Vasut · 11 years ago
  17. d7b4232 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  18. 4b81756 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  19. edaf9b1 rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  20. 8ae3380 fit: add sha256 support by Heiko Schocher · 11 years ago
  21. b9ddbf4 sandbox: Add LCD driver by Simon Glass · 11 years ago
  22. 36170f0 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · 11 years ago
  23. 9f78372 cros_ec: Add a function for reading a flash map entry by Simon Glass · 11 years ago
  24. 12cf19e drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · 11 years ago
  25. 24e368a video:mipidsim:fdt: Add DT support for mipi dsim driver by Piotr Wilczek · 11 years ago
  26. b564aed kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · 11 years ago
  27. 6c48001 Add 64-bit data support for memory commands by York Sun · 11 years ago
  28. 958a8f8 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  29. 0d68fb1 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  30. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  31. 6f24d32 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  32. 65e0eb1 mmc: tegra: support Tegra124 by Stephen Warren · 11 years ago
  33. 02f4a09 lib: tizen: change Tizen logo with the new one. by Przemyslaw Marczak · 11 years ago
  34. 6958ede lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled by Darwin Rambo · 11 years ago
  35. f283e4f lib: time: add weak timer_init() function by Darwin Rambo · 11 years ago
  36. 1c4f629 lzma: fix buffer bound check error by Antonios Vamporakis · 11 years ago
  37. 46e0bc9 Add crc8 routine by Simon Glass · 11 years ago
  38. ff81b48 time: fix usec_to_tick() by Stephen Warren · 11 years ago
  39. 36f5332 Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  40. 1a96a03 Makefile: move some libraries to lib/Makefile by Masahiro Yamada · 11 years ago
  41. e18d102 sandbox: Correct data sizes and printf() strings in fdtdec.c by Simon Glass · 11 years ago
  42. 199ccfc lib: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  43. 984c592 time: fix gcc warnings on MIPS64 by Daniel Schwierzeck · 11 years ago
  44. 316c5c8 time: add weak annotation to timer_read_counter declaration by Rob Herring · 11 years ago
  45. d8d51f8 env: fix the env export varname by Pierre Aubert · 11 years ago
  46. 5715694 Introduce common timer functions by Rob Herring · 11 years ago
  47. a0f85d3 config: consolidate CONFIG_SYS_HZ definition by Rob Herring · 11 years ago
  48. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  49. f874523 exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI by Vivek Gautam · 11 years ago
  50. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  51. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  52. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  53. d465f88 lzo: correctly bounds-check output buffer by Kees Cook · 11 years ago
  54. 60e50cd lzma: correctly bounds-check output buffer by Kees Cook · 11 years ago
  55. ed1469a gzip: correctly bounds-check output buffer by Kees Cook · 11 years ago
  56. 3eaedea libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · 11 years ago
  57. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  58. fb7f006 Add eCos-2.0 SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  59. f3d4e69 Add LGPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. e9ea230 Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  61. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  62. 0734bae fdtdec: Add compatible string for High speed i2c by naveen krishna chatradhi · 12 years ago
  63. 4fece43 tpm: add AUTH1 cmds for LoadKey2 and GetPubKey by Reinhard Pfau · 11 years ago
  64. 1d021a8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  65. 2fefb8b ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114 by Jim Lin · 11 years ago
  66. 74b4f96 lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · 11 years ago
  67. b016702 libfdt: Add fdt_find_regions() by Simon Glass · 11 years ago
  68. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago
  69. c44b800 Add trace library by Simon Glass · 11 years ago
  70. b09cfd8 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  71. 4a48bcf cros: adds cros_ec keyboard driver by Hung-ying Tyan · 12 years ago
  72. c48ca88f cros: add cros_ec driver by Hung-ying Tyan · 12 years ago
  73. ffff161 EXYNOS5: FDT: Add compatible strings for Serial by Rajeshwari Shinde · 11 years ago
  74. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  75. ded52a4 Makefile: move the common makefile line to public area by Ying Zhang · 12 years ago
  76. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  77. 4b538c5 FDT: Add compatible string for DWMMC by Amar · 12 years ago
  78. 06883eb tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Vincent Palatin · 12 years ago
  79. 800029e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  80. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  81. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  82. 3a4de33 libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 12 years ago
  83. 73b4756 Export fdt_stringlist_contains() by Simon Glass · 12 years ago
  84. 5270bde env: throw an error when an empty key is used by Lucian Cojocar · 12 years ago
  85. f7eb8c7 lib: import bitrev library from the linux kernel by Mike Dunn · 12 years ago
  86. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  87. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  88. 2aceea1 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · 12 years ago
  89. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  90. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  91. 7113685 fdt: Skip checking FDT if the pointer is NULL by Simon Glass · 12 years ago
  92. 62cf912 sandbox: Switch over to generic board by Simon Glass · 12 years ago
  93. 9b12a85 crc32: Correct endianness of crc32 result by Simon Glass · 12 years ago
  94. de0cf30 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  95. c18f901 tpm: Add TPM command library by Che-liang Chiou · 12 years ago
  96. 8faa945 tpm: Add Infineon slb9635_i2c TPM driver by Rong Chang · 12 years ago
  97. 82a6547 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · 12 years ago
  98. 0ff9c5e Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  99. 32adc23 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  100. 39bac15 EXYNOS5: FDT: Add compatible strings for FIMD by Ajay Kumar · 12 years ago