1. 0c06db5 lib, linux: move linux specific defines to linux/compat.h by Heiko Schocher · 10 years ago
  2. c068d44 lib, list_sort: add list_sort from linux 3.14 by Heiko Schocher · 10 years ago
  3. 9dd228b lib, rbtree: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  4. ad3fda5 lib: lmb: fix overflow in __lmb_alloc_base w/ large RAM by Stephen Warren · 10 years ago
  5. 5426716 rsa: Fix two errors in the implementation by Simon Glass · 10 years ago
  6. 0596d35 fdt: Sync up with libfdt by Simon Glass · 10 years ago
  7. e0f2f15 Implement generalised RSA public exponents for verified boot by Michael van der Westhuizen · 10 years ago
  8. 3234aa4 fdt: Add a function to get the node offset of an alias by Simon Glass · 10 years ago
  9. 5c33c9f fdt: Add a function to get the alias sequence of a node by Simon Glass · 10 years ago
  10. d59476b Add a simple malloc() implementation for pre-relocation by Simon Glass · 10 years ago
  11. ecd1446 Add option -r to env import to allow import of text files with CRLF as line endings by Alexander Holler · 10 years ago
  12. fccacd3 lib/time.c cleanups by Pavel Machek · 10 years ago
  13. d7b2d9d lib:vsprintf: reduce scope of pack_hex_byte by Jeroen Hofstee · 10 years ago
  14. 6b13f0c lib:sha1: remove unused constant by Jeroen Hofstee · 10 years ago
  15. 2c34f3f lib:lmb: use __weak by Jeroen Hofstee · 10 years ago
  16. e259d6a lib: div64: add missing include by Jeroen Hofstee · 10 years ago
  17. b047d67 lib, fdt: move fdtdec_get_int() out of lib/fdtdec.c by Heiko Schocher · 10 years ago
  18. 2b9912e includes: move openssl headers to include/u-boot by Jeroen Hofstee · 10 years ago
  19. 597a8b2 mkimage: Automatically expand FDT in more cases by Simon Glass · 10 years ago
  20. af67b25 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  21. 867abda LzmaTools: don't self assign values by Jeroen Hofstee · 10 years ago
  22. 4f427a4 fdt: Update functions which write to an FDT to return -ENOSPC by Simon Glass · 10 years ago
  23. cc49da2 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  24. 2f43f85 initcall: Improve debugging support by Simon Glass · 10 years ago
  25. a9cf6da exynos: Enable the LCD backlight for snow by Simon Glass · 10 years ago
  26. ac1058f power: Add support for TPS65090 PMU chip. by Tom Wai-Hong Tam · 10 years ago
  27. 91fdabc eMMC: add support for operations in RPMB partition by Pierre Aubert · 10 years ago
  28. 7d3ca0f ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMC by Jaehoon Chung · 10 years ago
  29. 822ef00 lib/sha256: fix compile on some hosts by Andreas Bießmann · 10 years ago
  30. 53eb768 aes: make apply_cbc_chain_data non-static by Stephen Warren · 10 years ago
  31. 0f50777 Merge branch 'next' by Tom Rini · 10 years ago
  32. 519fdde Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 10 years ago
  33. 3920638 cmd:gpt: randomly generate each partition uuid if undefined by Przemyslaw Marczak · 10 years ago
  34. 89c8230 new commands: uuid and guid - generate random unique identifier by Przemyslaw Marczak · 10 years ago
  35. 4e4815f lib: uuid: add functions to generate UUID version 4 by Przemyslaw Marczak · 10 years ago
  36. d718ded lib: uuid: code refactor for proper maintain between uuid bin and string by Przemyslaw Marczak · 10 years ago
  37. a96a0e6 part_efi: move uuid<->string conversion functions into lib/uuid.c by Przemyslaw Marczak · 10 years ago
  38. 3c1c68c lib: rand: introduce new configs: CONFIG_LIB_RAND and CONFIG_LIB_HW_RAND by Przemyslaw Marczak · 11 years ago
  39. 028d65f Logo: TIZEN: Change booting logo size to official size. by Jonghwa Lee · 11 years ago
  40. ab6423c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  41. a8a752c env: Implement support for AES encryption into fw_* tools by Marek Vasut · 11 years ago
  42. dc24bb6 aes: Implement AES-128-CBC decryption function by Marek Vasut · 11 years ago
  43. 6e7b9f4 aes: Move the AES-128-CBC encryption function to common code by Marek Vasut · 11 years ago
  44. 29a23f9 tools, fit_check_sign: verify a signed fit image by Heiko Schocher · 11 years ago
  45. db1b5f3 rsa: add sha256,rsa4096 algorithm by Heiko Schocher · 11 years ago
  46. 646257d rsa: add sha256-rsa2048 algorithm by Heiko Schocher · 11 years ago
  47. 2842c1c fit: add sha256 support by Heiko Schocher · 11 years ago
  48. 7d95f2a sandbox: Add LCD driver by Simon Glass · 11 years ago
  49. df93d90 cros_ec: sandbox: Add Chrome OS EC emulation by Simon Glass · 11 years ago
  50. 006e73b cros_ec: Add a function for reading a flash map entry by Simon Glass · 11 years ago
  51. 3577fe8 drivers:mmc:sdhci: enable support for DT by Piotr Wilczek · 11 years ago
  52. de461c5 video:mipidsim:fdt: Add DT support for mipi dsim driver by Piotr Wilczek · 11 years ago
  53. e91df49 kbuild, blackfin: Add CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED by Masahiro Yamada · 11 years ago
  54. 4d1fd7f Add 64-bit data support for memory commands by York Sun · 11 years ago
  55. 1551df3 arm: Switch to -mno-unaligned-access when supported by the compiler by Tom Rini · 11 years ago
  56. 6825a95 kbuild: use Linux Kernel build scripts by Masahiro Yamada · 11 years ago
  57. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  58. d53ccdb Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  59. a73ca47 mmc: tegra: support Tegra124 by Stephen Warren · 11 years ago
  60. 903afe1 lib: tizen: change Tizen logo with the new one. by Przemyslaw Marczak · 11 years ago
  61. 686f60f lib: fix return codes when CONFIG_SYS_VSNPRINTF is enabled by Darwin Rambo · 11 years ago
  62. de351d6 lib: time: add weak timer_init() function by Darwin Rambo · 11 years ago
  63. 4d3b8a0 lzma: fix buffer bound check error by Antonios Vamporakis · 11 years ago
  64. 60d18d3 Add crc8 routine by Simon Glass · 11 years ago
  65. 2cd1b57 time: fix usec_to_tick() by Stephen Warren · 11 years ago
  66. 74279d3 Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  67. fdc3697 Makefile: move some libraries to lib/Makefile by Masahiro Yamada · 11 years ago
  68. 370b6c5 sandbox: Correct data sizes and printf() strings in fdtdec.c by Simon Glass · 11 years ago
  69. 164922b lib: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  70. d770f39 time: fix gcc warnings on MIPS64 by Daniel Schwierzeck · 11 years ago
  71. 65ba7ad time: add weak annotation to timer_read_counter declaration by Rob Herring · 11 years ago
  72. 9a83233 env: fix the env export varname by Pierre Aubert · 11 years ago
  73. 8dfafdd Introduce common timer functions by Rob Herring · 11 years ago
  74. 2108f4c config: consolidate CONFIG_SYS_HZ definition by Rob Herring · 11 years ago
  75. 0a1a157 lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  76. 108b85b exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI by Vivek Gautam · 11 years ago
  77. d4c8aa9 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  78. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  79. 1bce2ae Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  80. ff9d2ef lzo: correctly bounds-check output buffer by Kees Cook · 11 years ago
  81. afca294 lzma: correctly bounds-check output buffer by Kees Cook · 11 years ago
  82. b75650d gzip: correctly bounds-check output buffer by Kees Cook · 11 years ago
  83. 3508476 libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · 11 years ago
  84. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  85. e85427f Add eCos-2.0 SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  86. a53002f Add LGPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  87. eee479c Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  88. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  89. ecbd7e1 fdtdec: Add compatible string for High speed i2c by naveen krishna chatradhi · 11 years ago
  90. be6c152 tpm: add AUTH1 cmds for LoadKey2 and GetPubKey by Reinhard Pfau · 11 years ago
  91. fbbbc86 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  92. 7e44d93 ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114 by Jim Lin · 11 years ago
  93. 1a260fe lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · 11 years ago
  94. 3e06cd1 libfdt: Add fdt_find_regions() by Simon Glass · 11 years ago
  95. 19c402a image: Add RSA support for image signing by Simon Glass · 11 years ago
  96. b2e16a8 Add trace library by Simon Glass · 11 years ago
  97. b8bcaa3 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  98. 713cb68 cros: adds cros_ec keyboard driver by Hung-ying Tyan · 11 years ago
  99. 8836438 cros: add cros_ec driver by Hung-ying Tyan · 11 years ago
  100. ee1e3c2 EXYNOS5: FDT: Add compatible strings for Serial by Rajeshwari Shinde · 11 years ago