1. 46e0bc9 Add crc8 routine by Simon Glass · 11 years ago
  2. ff81b48 time: fix usec_to_tick() by Stephen Warren · 11 years ago
  3. 36f5332 Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  4. 1a96a03 Makefile: move some libraries to lib/Makefile by Masahiro Yamada · 11 years ago
  5. e18d102 sandbox: Correct data sizes and printf() strings in fdtdec.c by Simon Glass · 11 years ago
  6. 199ccfc lib: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  7. 984c592 time: fix gcc warnings on MIPS64 by Daniel Schwierzeck · 11 years ago
  8. 316c5c8 time: add weak annotation to timer_read_counter declaration by Rob Herring · 11 years ago
  9. d8d51f8 env: fix the env export varname by Pierre Aubert · 11 years ago
  10. 5715694 Introduce common timer functions by Rob Herring · 11 years ago
  11. a0f85d3 config: consolidate CONFIG_SYS_HZ definition by Rob Herring · 11 years ago
  12. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  13. f874523 exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI by Vivek Gautam · 11 years ago
  14. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  15. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  16. 832d36e Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  17. d465f88 lzo: correctly bounds-check output buffer by Kees Cook · 11 years ago
  18. 60e50cd lzma: correctly bounds-check output buffer by Kees Cook · 11 years ago
  19. ed1469a gzip: correctly bounds-check output buffer by Kees Cook · 11 years ago
  20. 3eaedea libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · 11 years ago
  21. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  22. fb7f006 Add eCos-2.0 SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  23. f3d4e69 Add LGPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  24. e9ea230 Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  26. 0734bae fdtdec: Add compatible string for High speed i2c by naveen krishna chatradhi · 12 years ago
  27. 4fece43 tpm: add AUTH1 cmds for LoadKey2 and GetPubKey by Reinhard Pfau · 11 years ago
  28. 1d021a8 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  29. 2fefb8b ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114 by Jim Lin · 11 years ago
  30. 74b4f96 lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · 11 years ago
  31. b016702 libfdt: Add fdt_find_regions() by Simon Glass · 11 years ago
  32. 35191a3 image: Add RSA support for image signing by Simon Glass · 11 years ago
  33. c44b800 Add trace library by Simon Glass · 11 years ago
  34. b09cfd8 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  35. 4a48bcf cros: adds cros_ec keyboard driver by Hung-ying Tyan · 12 years ago
  36. c48ca88f cros: add cros_ec driver by Hung-ying Tyan · 12 years ago
  37. ffff161 EXYNOS5: FDT: Add compatible strings for Serial by Rajeshwari Shinde · 11 years ago
  38. 85bfd2e Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  39. ded52a4 Makefile: move the common makefile line to public area by Ying Zhang · 12 years ago
  40. e259cfa Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  41. 4b538c5 FDT: Add compatible string for DWMMC by Amar · 12 years ago
  42. 06883eb tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Vincent Palatin · 12 years ago
  43. 800029e Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  44. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  45. 757a92f Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  46. 3a4de33 libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 12 years ago
  47. 73b4756 Export fdt_stringlist_contains() by Simon Glass · 12 years ago
  48. 5270bde env: throw an error when an empty key is used by Lucian Cojocar · 12 years ago
  49. f7eb8c7 lib: import bitrev library from the linux kernel by Mike Dunn · 12 years ago
  50. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  51. ac9c301 "env grep" - add support for regular expression matches by Wolfgang Denk · 12 years ago
  52. 2aceea1 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · 12 years ago
  53. e27fc12 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 12 years ago
  54. 565af27 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 12 years ago
  55. 7113685 fdt: Skip checking FDT if the pointer is NULL by Simon Glass · 12 years ago
  56. 62cf912 sandbox: Switch over to generic board by Simon Glass · 12 years ago
  57. 9b12a85 crc32: Correct endianness of crc32 result by Simon Glass · 12 years ago
  58. de0cf30 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  59. c18f901 tpm: Add TPM command library by Che-liang Chiou · 12 years ago
  60. 8faa945 tpm: Add Infineon slb9635_i2c TPM driver by Rong Chang · 12 years ago
  61. 82a6547 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · 12 years ago
  62. 0ff9c5e Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  63. 32adc23 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  64. 39bac15 EXYNOS5: FDT: Add compatible strings for FIMD by Ajay Kumar · 12 years ago
  65. 035a1cd EXYNOS: FDT: Add compatible strings for FIMD by Ajay Kumar · 12 years ago
  66. abc046b Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  67. 85c3d46c Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  68. b54f0d9 tegra114: fdt: add compatible string for tegra114 SPI ctrl by Allen Martin · 12 years ago
  69. 60956094 sf: Enable FDT-based configuration and memory mapping by Simon Glass · 12 years ago
  70. f429955 fdt: Add fdtdec_get_addr_size() to read reg properties by Simon Glass · 12 years ago
  71. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  72. 82a5fa0 Introduce a basic initcall implementation by Simon Glass · 12 years ago
  73. 7db0e2d Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver by Tom Warren · 12 years ago
  74. 9745cf8 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  75. f8cf4b2 Tegra: I2C: Add T114 clock support to tegra_i2c driver by Tom Warren · 12 years ago
  76. aa77318 Exynos5: FDT: Add TMU device node values by Akshay Saraswat · 12 years ago
  77. b4ce02a display_options:print_buffer: align ASCII print by Andreas Bießmann · 12 years ago
  78. 003c28c EXYNOS5: FDT: Add compatible strings for MAX98095 by Rajeshwari Shinde · 12 years ago
  79. 0bbd76f Roll crc32 into hash infrastructure by Simon Glass · 12 years ago
  80. d963b72 Update print_buffer() to use const by Simon Glass · 12 years ago
  81. 219ad3c vsprintf: add ustrtoll function by Piotr Wilczek · 12 years ago
  82. 1a754ee Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  83. ba4fb9b tegra: add SPI SLINK driver by Allen Martin · 12 years ago
  84. e765952 tegra: spi: add fdt support to tegra SPI SFLASH driver by Allen Martin · 12 years ago
  85. 38c3815 libfdt: update from upstream dtc commit 142419e by Kim Phillips · 12 years ago
  86. 90a4cc8 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  87. 1e9eeb0 EXYNOS5: FDT: Add compatible strings for PMIC by Rajeshwari Shinde · 12 years ago
  88. facdae5 arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  89. d6e9f44 EXYNOS5: FDT: Add compatible strings for USB by Rajeshwari Shinde · 12 years ago
  90. d95beaf EXYNOS5: FDT: Add compatible strings for SPI by Rajeshwari Shinde · 12 years ago
  91. 9d11673 EXYNOS5: FDT: Add compatible strings for sound by Rajeshwari Shinde · 12 years ago
  92. 2b71e9d FDT: Add compatible string for I2C by Rajeshwari Shinde · 12 years ago
  93. be5ad5a fdt: exynos5: Add DT node definition for SROM and SMSC9215 by Hatim RV · 12 years ago
  94. bafe41a Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  95. 71497d0 env: Add environment variable flags by Joe Hershberger · 12 years ago
  96. 60fd3ad env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  97. 79a905e env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  98. 638e659 env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  99. e5611c3 env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  100. a46f770 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago