1. e81ca88 dm: tegra: pci: Convert tegra boards to driver model for PCI by Simon Glass · 9 years ago
  2. 9ca07eb dm: timer: Support 64-bit counter by Bin Meng · 9 years ago
  3. a5ecdd0 lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates by Stefan Roese · 9 years ago
  4. 7d9cde1 lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  5. b7b6509 Add a circular memory buffer implementation by Simon Glass · 9 years ago
  6. 7d94c49 Drop config.h header from display_options.c by Simon Glass · 9 years ago
  7. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  8. f77f5e9 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  9. 60f989a Fix sandbox build on Ubuntu 10.04 by Stephen Warren · 9 years ago
  10. bc80109 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  11. bcb41dc uuid: add selection by string for known partition type GUID by Patrick Delaunay · 9 years ago
  12. d9eda6c pci: tegra: add/enable support for Tegra210 by Stephen Warren · 9 years ago
  13. da58dec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  14. 2882440 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  15. bfa3e55 lib, fdt: Adding fdtdec_get_uint function by Chin Liang See · 9 years ago
  16. 1017296 dm: spl: Support device tree when BSS is in a different section by Simon Glass · 9 years ago
  17. 9d8ac95 fdt: Correct handling of alias regions by Simon Glass · 9 years ago
  18. 3bc37a5 fdt: Add a function to look up a /chosen property by Simon Glass · 9 years ago
  19. 2431492 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  20. 4ea5243 fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT by Stephen Warren · 9 years ago
  21. 2419cd1 dm: tpm: Drop CONFIG_DM_TPM by Simon Glass · 9 years ago
  22. c2b0f60 dm: tpm: Remove every compilation switch for TPM driver model by Christophe Ricard · 9 years ago
  23. c8a7ba9 dm: implement a Timer uclass by Thomas Chou · 9 years ago
  24. 97b0597 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · 9 years ago
  25. 027b728 Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  26. ff0a635 fdtdec: fix parsing 'reg' property with zero value in '#size-cells' by Przemyslaw Marczak · 9 years ago
  27. d93b9a0 fdt: fix fdtdec_get_addr_size not to require any size cells by Stephen Warren · 9 years ago
  28. fa43ce8 Merge git://git.denx.de/u-boot-fdt by Tom Rini · 9 years ago
  29. 0226d87 env: import: hashtable: Free memory allocated before exiting from himport_r() by Lukasz Majewski · 9 years ago
  30. 817e48d env: import: hashtable: Prevent buffer overrun when importing environment from file by Lukasz Majewski · 9 years ago
  31. 02464e3 fdt: add new fdt address parsing functions by Stephen Warren · 9 years ago
  32. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  33. 129adf5 mmc: dw_mmc: Probe the MMC from OF by Marek Vasut · 9 years ago
  34. 2132f97 tpm: Add functions to access flags and permissions by Simon Glass · 9 years ago
  35. b697e0f dm: tpm: Convert I2C driver to driver model by Simon Glass · 9 years ago
  36. c8a8c51 dm: tpm: Convert the TPM command and library to driver model by Simon Glass · 9 years ago
  37. a7d660b tpm: Add Kconfig options for TPMs by Simon Glass · 9 years ago
  38. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  39. e9015b3 lib/display_options: Fix print_freq by Suriyan Ramasami · 9 years ago
  40. bc6351e fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() by Bin Meng · 9 years ago
  41. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  42. dffb86e of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  43. 236efe3 Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit" by Simon Glass · 9 years ago
  44. f3b84a3 x86: baytrail: Configure FSP UPD from device tree by Andrew Bradford · 9 years ago
  45. 80402f3 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  46. 6ab00db arm: socfpga: misc: Reset ethernet from OF by Marek Vasut · 9 years ago
  47. 5ae3a5e dts: Drop unused compatible ID for the NXP video bridge by Simon Glass · 9 years ago
  48. 68964db video: Remove the old parade driver by Simon Glass · 9 years ago
  49. 05bccbc power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  50. 16c220d efi: Add functions for decoding the EFI tables by Simon Glass · 9 years ago
  51. 96a8d40 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  52. 476476e efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
  53. f134ed7 efi: Display the correct initcall pre-relocation values by Simon Glass · 9 years ago
  54. 867a6ac efi: Add start-up library code by Simon Glass · 9 years ago
  55. 3bd926c lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · 9 years ago
  56. 7aaa5a6 ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · 10 years ago
  57. 5b34436 fdt: Fix fdtdec_get_addr_size() for 64-bit by Thierry Reding · 9 years ago
  58. 6b9f9ea linux_compat: handle __GFP_ZERO in kmalloc() by Masahiro Yamada · 9 years ago
  59. ebc3328 linux_compat: move vzalloc() to header file as an inline function by Masahiro Yamada · 9 years ago
  60. cb5f97f70 fdt: Provide debug info when a device tree cannot be found by Simon Glass · 9 years ago
  61. c4af673 lib: Add function to extract a number from the end of a string by Simon Glass · 9 years ago
  62. 1acab96 Add rivest cipher 4 (rc4) implementation by Simon Glass · 9 years ago
  63. 10f5f5a Drop CONFIG_ERRNO_STR from SPL by Simon Glass · 9 years ago
  64. c3c4c00 fdt: Add fdt_first/next_region() functions by Simon Glass · 9 years ago
  65. 8f6e2e1 fdt: Add a function to remove unused strings from a device tree by Simon Glass · 9 years ago
  66. d138940 Add a dhrystone benchmark command by Simon Glass · 9 years ago
  67. 73e1e79 libfdt: fix error code of fdt_count_strings() by Masahiro Yamada · 9 years ago
  68. 31f334a libfdt: fix error code of fdt_get_string_index() by Masahiro Yamada · 9 years ago
  69. b1d9e46 fdt: armv8: Fix build warnings on armv8 by Haikun Wang · 9 years ago
  70. f7848d9 Allow CONFIG_REGEX to be disabled when CONFIG_NET by Joe Hershberger · 9 years ago
  71. 09c3280 mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 9 years ago
  72. b9130d8 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  73. 3850dbe blackfin: fix undefined reference to srand and rand by Masahiro Yamada · 9 years ago
  74. 257bfd2 dm: usb: tegra: Drop legacy USB code by Simon Glass · 10 years ago
  75. 5318f18 x86: gpio: add pinctrl support from the device tree by Gabriel Huau · 9 years ago
  76. 9c7dea6 x86: Refactor PIRQ routing support by Bin Meng · 9 years ago
  77. 9ba9e85 net: Fix NET_RANDOM_ETHADDR dependencies by Michal Simek · 9 years ago
  78. f37df0f pmic: max77686 set the same compatible as in the kernel by Przemyslaw Marczak · 9 years ago
  79. 6501ff6 lib: Kconfig: add entry for errno_str() function by Przemyslaw Marczak · 9 years ago
  80. 66da9be sandbox: Fix warning in display_options by Simon Glass · 9 years ago
  81. f0e57b1 tpm: Rename Infineon TPM to slb9645tt by Simon Glass · 9 years ago
  82. 00f3732 tegra: video: Support serial output resource (SOR) on tegra124 by Simon Glass · 9 years ago
  83. 12e6711 fdt: Add binding decode function for display-timings by Simon Glass · 9 years ago
  84. 1a60650 kconfig: Move REGEX to Kconfig by Joe Hershberger · 9 years ago
  85. f56da29 dm: usb: exynos: Drop legacy USB code by Simon Glass · 10 years ago
  86. 33eac2d Add print_freq() to display frequencies nicely by Simon Glass · 9 years ago
  87. 2ea09c8 Move display_options functions to their own header by Simon Glass · 9 years ago
  88. 77d7fff fdt: Fix handling of paths with options in them by Hans de Goede · 9 years ago
  89. 5f757cd Merge branch 'master' of git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  90. 1d76bf2 fdt: Allow FDT functions to be built for SPL by Simon Glass · 10 years ago
  91. 0879361 fdt: Rename setup_fdt() and make it prepare also by Simon Glass · 10 years ago
  92. b45122f fdt: sandbox: Move setup code from board_f to fdtdec by Simon Glass · 10 years ago
  93. 6631237 dm: Add a panic_str() function to reduce code size by Simon Glass · 10 years ago
  94. 918e9eb gunzip: add gzwrite routine for extracting compresed images to block device by Eric Nelson · 10 years ago
  95. 8156345 sandbox: Move CONFIG_SYS_VSNPRINTF to Kconfig by Simon Glass · 10 years ago
  96. 049a95a net: cosmetic: Change IPaddr_t to struct in_addr by Joe Hershberger · 9 years ago
  97. 3fbb787 cros_ec: exynos: Match up device tree with kernel version by Simon Glass · 9 years ago
  98. ce6adaa fdt: Drop LPC compatible string in fdtdec by Simon Glass · 9 years ago
  99. 672055e fdt: cros_ec: Drop compatible string in fdtdec by Simon Glass · 9 years ago
  100. 90b16d1 x86: chromebook_link: dts: Add PCH and LPC devices by Simon Glass · 9 years ago