1. 60d18d3 Add crc8 routine by Simon Glass · 11 years ago
  2. 2cd1b57 time: fix usec_to_tick() by Stephen Warren · 11 years ago
  3. 74279d3 Merge branch 'sandbox1' of http://git.denx.de/u-boot-x86 by Tom Rini · 11 years ago
  4. fdc3697 Makefile: move some libraries to lib/Makefile by Masahiro Yamada · 11 years ago
  5. 370b6c5 sandbox: Correct data sizes and printf() strings in fdtdec.c by Simon Glass · 11 years ago
  6. 164922b lib: descend into sub directories only when it is necessary by Masahiro Yamada · 11 years ago
  7. d770f39 time: fix gcc warnings on MIPS64 by Daniel Schwierzeck · 11 years ago
  8. 65ba7ad time: add weak annotation to timer_read_counter declaration by Rob Herring · 11 years ago
  9. 9a83233 env: fix the env export varname by Pierre Aubert · 11 years ago
  10. 8dfafdd Introduce common timer functions by Rob Herring · 11 years ago
  11. 2108f4c config: consolidate CONFIG_SYS_HZ definition by Rob Herring · 11 years ago
  12. 0a1a157 lib: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  13. 108b85b exynos5: dts: Add COMPAT string data for USB 3.0 PHY and XHCI by Vivek Gautam · 11 years ago
  14. d4c8aa9 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · 11 years ago
  15. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  16. 1bce2ae Cosmetic: Fix a number of typos, no functional changes. by Robert P. J. Day · 11 years ago
  17. ff9d2ef lzo: correctly bounds-check output buffer by Kees Cook · 11 years ago
  18. afca294 lzma: correctly bounds-check output buffer by Kees Cook · 11 years ago
  19. b75650d gzip: correctly bounds-check output buffer by Kees Cook · 11 years ago
  20. 3508476 libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · 11 years ago
  21. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  22. e85427f Add eCos-2.0 SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  23. a53002f Add LGPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  24. eee479c Add LGPL-2.1+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  25. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  26. ecbd7e1 fdtdec: Add compatible string for High speed i2c by naveen krishna chatradhi · 11 years ago
  27. be6c152 tpm: add AUTH1 cmds for LoadKey2 and GetPubKey by Reinhard Pfau · 11 years ago
  28. fbbbc86 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  29. 7e44d93 ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114 by Jim Lin · 11 years ago
  30. 1a260fe lib/rsa/rsa-sig.c: compile on OS X by Andreas Bießmann · 11 years ago
  31. 3e06cd1 libfdt: Add fdt_find_regions() by Simon Glass · 11 years ago
  32. 19c402a image: Add RSA support for image signing by Simon Glass · 11 years ago
  33. b2e16a8 Add trace library by Simon Glass · 11 years ago
  34. b8bcaa3 Add function to print a number with grouped digits by Simon Glass · 11 years ago
  35. 713cb68 cros: adds cros_ec keyboard driver by Hung-ying Tyan · 11 years ago
  36. 8836438 cros: add cros_ec driver by Hung-ying Tyan · 11 years ago
  37. ee1e3c2 EXYNOS5: FDT: Add compatible strings for Serial by Rajeshwari Shinde · 11 years ago
  38. 348e47f Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  39. f90572d Makefile: move the common makefile line to public area by Ying Zhang · 11 years ago
  40. 69f14dc Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  41. 45a4d4d FDT: Add compatible string for DWMMC by Amar · 11 years ago
  42. ec34fa5 tpm: Add support for new Infineon I2C TPM (SLB 9645 TT 1.2 I2C) by Vincent Palatin · 11 years ago
  43. d6639d1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 11 years ago
  44. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  45. a19b0dd Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  46. 88f95bb libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · 11 years ago
  47. e853b32 Export fdt_stringlist_contains() by Simon Glass · 12 years ago
  48. e4fdcad env: throw an error when an empty key is used by Lucian Cojocar · 11 years ago
  49. 0dd9c7a9 lib: import bitrev library from the linux kernel by Mike Dunn · 11 years ago
  50. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  51. be29df6 "env grep" - add support for regular expression matches by Wolfgang Denk · 11 years ago
  52. a5ecbe6 Add SLRE - Super Light Regular Expression library by Wolfgang Denk · 11 years ago
  53. 5a31ea0 "env grep" - reimplement command using hexport_r() by Wolfgang Denk · 11 years ago
  54. ea009d4 hashtable: preparations to use hexport_r() for "env grep" by Wolfgang Denk · 11 years ago
  55. c309c2d fdt: Skip checking FDT if the pointer is NULL by Simon Glass · 11 years ago
  56. a733b06 sandbox: Switch over to generic board by Simon Glass · 11 years ago
  57. 74a18ee crc32: Correct endianness of crc32 result by Simon Glass · 11 years ago
  58. 17059f9 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  59. 8732b07 tpm: Add TPM command library by Che-liang Chiou · 11 years ago
  60. f626799 tpm: Add Infineon slb9635_i2c TPM driver by Rong Chang · 11 years ago
  61. 4a09300 omap_gpmc: add support for hw assisted BCH8 by Andreas Bießmann · 11 years ago
  62. fed029f Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  63. 009d75c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  64. 1e4706a EXYNOS5: FDT: Add compatible strings for FIMD by Ajay Kumar · 11 years ago
  65. d7377b5 EXYNOS: FDT: Add compatible strings for FIMD by Ajay Kumar · 11 years ago
  66. ebd749d Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  67. 412665b Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  68. c3bb3c8 tegra114: fdt: add compatible string for tegra114 SPI ctrl by Allen Martin · 11 years ago
  69. bb8215f sf: Enable FDT-based configuration and memory mapping by Simon Glass · 11 years ago
  70. 4397a2a fdt: Add fdtdec_get_addr_size() to read reg properties by Simon Glass · 11 years ago
  71. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  72. c8a311d Introduce a basic initcall implementation by Simon Glass · 11 years ago
  73. f4e4e0b Tegra30: mmc: Add Tegra30 SDMMC compatible entry to fdtdec & driver by Tom Warren · 11 years ago
  74. c9aa831 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 11 years ago
  75. e32624e Tegra: I2C: Add T114 clock support to tegra_i2c driver by Tom Warren · 11 years ago
  76. 618766c Exynos5: FDT: Add TMU device node values by Akshay Saraswat · 11 years ago
  77. efd7c11 display_options:print_buffer: align ASCII print by Andreas Bießmann · 11 years ago
  78. 7772bb7 EXYNOS5: FDT: Add compatible strings for MAX98095 by Rajeshwari Shinde · 11 years ago
  79. d20a40d Roll crc32 into hash infrastructure by Simon Glass · 11 years ago
  80. bda32ff Update print_buffer() to use const by Simon Glass · 11 years ago
  81. 7df54d3 vsprintf: add ustrtoll function by Piotr Wilczek · 12 years ago
  82. 951c6ba Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  83. b19f574 tegra: add SPI SLINK driver by Allen Martin · 12 years ago
  84. 8f1b46b tegra: spi: add fdt support to tegra SPI SFLASH driver by Allen Martin · 12 years ago
  85. b2ba62a libfdt: update from upstream dtc commit 142419e by Kim Phillips · 12 years ago
  86. 1199c37 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  87. cd577e2 EXYNOS5: FDT: Add compatible strings for PMIC by Rajeshwari Shinde · 12 years ago
  88. e05e5de arm: move C runtime setup code in crt0.S by Albert ARIBAUD · 12 years ago
  89. 6abd162 EXYNOS5: FDT: Add compatible strings for USB by Rajeshwari Shinde · 12 years ago
  90. 5d50659 EXYNOS5: FDT: Add compatible strings for SPI by Rajeshwari Shinde · 12 years ago
  91. 72dbff1 EXYNOS5: FDT: Add compatible strings for sound by Rajeshwari Shinde · 12 years ago
  92. c34253d FDT: Add compatible string for I2C by Rajeshwari Shinde · 12 years ago
  93. cc9fe33 fdt: exynos5: Add DT node definition for SROM and SMSC9215 by Hatim RV · 12 years ago
  94. a098cf4 Merge remote-tracking branch 'u-boot/master' into u-boot-arm-merged by Allen Martin · 12 years ago
  95. 2598090 env: Add environment variable flags by Joe Hershberger · 12 years ago
  96. 170ab11 env: Add support for callbacks to environment vars by Joe Hershberger · 12 years ago
  97. be11235 env: Hide '.' variables in env print by default by Joe Hershberger · 12 years ago
  98. 7afcf3a env: Refactor apply into change_ok by Joe Hershberger · 12 years ago
  99. 3d3b52f env: Consolidate common code in hsearch_r() by Joe Hershberger · 12 years ago
  100. c4e0057 env: Refactor do_apply to a flag by Joe Hershberger · 12 years ago