1. cf33f6e x86: Drop the irq router compatible string by Simon Glass · 9 years ago
  2. 38a2ae2 dm: video: sandbox: Convert sandbox to use driver model for video by Simon Glass · 9 years ago
  3. 0a30e42 bzip2: Support compression for sandbox by Simon Glass · 9 years ago
  4. bdfb70b tiny-printf: Always print zeroes by Simon Glass · 9 years ago
  5. 5bd9f6c tiny-printf: Avoid printing NULL strings by Simon Glass · 9 years ago
  6. 6f89d04 dm: timer: uclass: add timer init in uclass driver to add timer device by Mugunthan V N · 9 years ago
  7. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  8. b511886 gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP by Tom Rini · 9 years ago
  9. 77f7f91 vsprintf.c: Always enable CONFIG_SYS_VSNPRINTF by Tom Rini · 9 years ago
  10. 19af854 Merge branch 'master' of git://git.denx.de/u-boot-x86 by Tom Rini · 9 years ago
  11. e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  12. 5ce2d8b fdtdec: Add compatible string for Intel IvyBridge FSP by Bin Meng · 9 years ago
  13. f1037ad dm: serial: Convert ns16550 driver to use driver model PCI API by Simon Glass · 9 years ago
  14. f26c1ae arm: socfpga: Allow DWC2 UDC probing from OF by Marek Vasut · 9 years ago
  15. fe4f179 lib: split out strtoxxxx functions out of vsprintf.c by Sjoerd Simons · 9 years ago
  16. 35f53ed lib: Split panic functions out of vsprintf.c by Sjoerd Simons · 9 years ago
  17. 1168ed5 lib/tiny-printf.c: Implement vprintf by Sjoerd Simons · 9 years ago
  18. 46fcfc1 dm: tegra: pci: Convert tegra boards to driver model for PCI by Simon Glass · 9 years ago
  19. ab841b6 dm: timer: Support 64-bit counter by Bin Meng · 9 years ago
  20. 26a552c lib/tiny-printf.c: Support numbers bigger than 0xffff and misc updates by Stefan Roese · 9 years ago
  21. 363ab7b lib/tiny-printf.c: Add tiny printf function for space limited environments by Stefan Roese · 9 years ago
  22. 1294ecf Add a circular memory buffer implementation by Simon Glass · 9 years ago
  23. 456f5e4 Drop config.h header from display_options.c by Simon Glass · 9 years ago
  24. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  25. 01e9940 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  26. bf562fd Fix sandbox build on Ubuntu 10.04 by Stephen Warren · 9 years ago
  27. d44a6ff Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  28. 65f94ed uuid: add selection by string for known partition type GUID by Patrick Delaunay · 9 years ago
  29. 5e44dce pci: tegra: add/enable support for Tegra210 by Stephen Warren · 9 years ago
  30. 0cab3ec Various Makefiles: Add SPDX-License-Identifier tags by Tom Rini · 9 years ago
  31. ccdaff3 Merge git://git.denx.de/u-boot-socfpga by Tom Rini · 9 years ago
  32. c97b074 lib, fdt: Adding fdtdec_get_uint function by Chin Liang See · 9 years ago
  33. 77ec34e dm: spl: Support device tree when BSS is in a different section by Simon Glass · 9 years ago
  34. ca2403a fdt: Correct handling of alias regions by Simon Glass · 9 years ago
  35. 088dccb fdt: Add a function to look up a /chosen property by Simon Glass · 9 years ago
  36. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  37. fed69ad fdt: fix fdtdec_get_pci_addr() for CONFIG_PHYS_64BIT by Stephen Warren · 9 years ago
  38. cf294b0 dm: tpm: Drop CONFIG_DM_TPM by Simon Glass · 9 years ago
  39. 52d309b dm: tpm: Remove every compilation switch for TPM driver model by Christophe Ricard · 9 years ago
  40. fb798b1 dm: implement a Timer uclass by Thomas Chou · 9 years ago
  41. 60517d7 debug_uart: Adjust the declaration of debug_uart_init() by Simon Glass · 9 years ago
  42. f41a3ca Add support for LZ4 decompression algorithm by Julius Werner · 9 years ago
  43. 7b42f4d fdtdec: fix parsing 'reg' property with zero value in '#size-cells' by Przemyslaw Marczak · 9 years ago
  44. fda5916 fdt: fix fdtdec_get_addr_size not to require any size cells by Stephen Warren · 9 years ago
  45. f2e60cf Merge git://git.denx.de/u-boot-fdt by Tom Rini · 9 years ago
  46. 105426b env: import: hashtable: Free memory allocated before exiting from himport_r() by Lukasz Majewski · 9 years ago
  47. 63b2654 env: import: hashtable: Prevent buffer overrun when importing environment from file by Lukasz Majewski · 9 years ago
  48. 6dfe618 fdt: add new fdt address parsing functions by Stephen Warren · 9 years ago
  49. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  50. 1749723 mmc: dw_mmc: Probe the MMC from OF by Marek Vasut · 9 years ago
  51. ff9f04a tpm: Add functions to access flags and permissions by Simon Glass · 9 years ago
  52. cd8cc67 dm: tpm: Convert I2C driver to driver model by Simon Glass · 9 years ago
  53. 3e4f2fd dm: tpm: Convert the TPM command and library to driver model by Simon Glass · 9 years ago
  54. 350497c tpm: Add Kconfig options for TPMs by Simon Glass · 9 years ago
  55. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  56. 28ef5c5 lib/display_options: Fix print_freq by Suriyan Ramasami · 9 years ago
  57. a2822b8 fdtdec: Fix possible infinite loop in fdtdec_get_pci_vendev() by Bin Meng · 9 years ago
  58. 366b24f of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  59. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  60. 04c50d1 Revert "fdt: Fix fdtdec_get_addr_size() for 64-bit" by Simon Glass · 9 years ago
  61. 74fdb58 x86: baytrail: Configure FSP UPD from device tree by Andrew Bradford · 9 years ago
  62. 62cb156 spl, common, serial: build SPL without serial support by Heiko Schocher · 9 years ago
  63. f3f8fe2 arm: socfpga: misc: Reset ethernet from OF by Marek Vasut · 9 years ago
  64. abfb852 dts: Drop unused compatible ID for the NXP video bridge by Simon Glass · 9 years ago
  65. 3e5b40f video: Remove the old parade driver by Simon Glass · 9 years ago
  66. 50bcd1d power: Remove old TPS65090 drivers by Simon Glass · 9 years ago
  67. 91e24e4 efi: Add functions for decoding the EFI tables by Simon Glass · 9 years ago
  68. ce62a25 efi: Add 64-bit payload support by Simon Glass · 9 years ago
  69. 63f581f efi: Add support for loading U-Boot through an EFI stub by Simon Glass · 9 years ago
  70. a459d66 efi: Display the correct initcall pre-relocation values by Simon Glass · 9 years ago
  71. 9539e69 efi: Add start-up library code by Simon Glass · 9 years ago
  72. 6cd571b lib: fdt: fix indent of #ifdef..#endif conditional by Masahiro Yamada · 9 years ago
  73. ab0cc6b ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · 10 years ago
  74. 108c4ca fdt: Fix fdtdec_get_addr_size() for 64-bit by Thierry Reding · 9 years ago
  75. 7b5ec7e linux_compat: handle __GFP_ZERO in kmalloc() by Masahiro Yamada · 9 years ago
  76. c537347 linux_compat: move vzalloc() to header file as an inline function by Masahiro Yamada · 9 years ago
  77. 63884ec fdt: Provide debug info when a device tree cannot be found by Simon Glass · 9 years ago
  78. 4aaa460 lib: Add function to extract a number from the end of a string by Simon Glass · 9 years ago
  79. d0d58d2 Add rivest cipher 4 (rc4) implementation by Simon Glass · 9 years ago
  80. 49d06d2 Drop CONFIG_ERRNO_STR from SPL by Simon Glass · 9 years ago
  81. 35b2152 fdt: Add fdt_first/next_region() functions by Simon Glass · 9 years ago
  82. e2976fe fdt: Add a function to remove unused strings from a device tree by Simon Glass · 9 years ago
  83. 99dbe4b Add a dhrystone benchmark command by Simon Glass · 9 years ago
  84. a7e6866 libfdt: fix error code of fdt_count_strings() by Masahiro Yamada · 9 years ago
  85. 0d32b66 libfdt: fix error code of fdt_get_string_index() by Masahiro Yamada · 9 years ago
  86. f18e41c fdt: armv8: Fix build warnings on armv8 by Haikun Wang · 9 years ago
  87. 8ab8b72 Allow CONFIG_REGEX to be disabled when CONFIG_NET by Joe Hershberger · 9 years ago
  88. 7e5a16c mtd, nand: Move common functions from cmd_nand.c to common place by Heiko Schocher · 10 years ago
  89. 9cdf367 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  90. 2743c07 blackfin: fix undefined reference to srand and rand by Masahiro Yamada · 9 years ago
  91. 3ada902 dm: usb: tegra: Drop legacy USB code by Simon Glass · 10 years ago
  92. f813548 x86: gpio: add pinctrl support from the device tree by Gabriel Huau · 10 years ago
  93. 51c3b1e x86: Refactor PIRQ routing support by Bin Meng · 10 years ago
  94. 2c1b1db net: Fix NET_RANDOM_ETHADDR dependencies by Michal Simek · 10 years ago
  95. ff0e22b pmic: max77686 set the same compatible as in the kernel by Przemyslaw Marczak · 10 years ago
  96. 3755013 lib: Kconfig: add entry for errno_str() function by Przemyslaw Marczak · 10 years ago
  97. ad29aa0 sandbox: Fix warning in display_options by Simon Glass · 10 years ago
  98. 023ff8a tpm: Rename Infineon TPM to slb9645tt by Simon Glass · 10 years ago
  99. f4f5cfa tegra: video: Support serial output resource (SOR) on tegra124 by Simon Glass · 10 years ago
  100. b24e864 fdt: Add binding decode function for display-timings by Simon Glass · 10 years ago