1. b7b8410 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  2. 58ad862 x86: Enable EFI loader support by Simon Glass · 8 years ago
  3. c7ae3df efi: Add support for a hello world test program by Simon Glass · 8 years ago
  4. 5abd913 x86: Tidy up selection of building the EFI stub by Simon Glass · 8 years ago
  5. d0d9099 efi: Correct cache flush alignment by Simon Glass · 8 years ago
  6. 5be8b0a efi_loader: console: Correctly report modes by Emmanuel Vadot · 8 years ago
  7. d7608ab efi: Use device device path type Messaging for network interface node by Oleksandr Tymoshenko · 8 years ago
  8. 456ca6b efi_loader: fix depends on line of EFI_LOADER by Masahiro Yamada · 8 years ago
  9. 01ae56c libfdt: fix fdt_stringlist_search() by Masahiro Yamada · 8 years ago
  10. 7c9786d libfdt: fix fdt_stringlist_count() by Masahiro Yamada · 8 years ago
  11. 610db70 libfdt: Sync overlay with upstream by Maxime Ripard · 8 years ago
  12. 3c63db9 efi_loader: Rename EFI_RUNTIME_{TEXT, DATA} to __efi_runtime{, _data} by Alexander Graf · 8 years ago
  13. 65e4c0b x86: efi: Add EFI loader support for x86 by Simon Glass · 8 years ago
  14. e275458 efi: Fix missing EFIAPI specifiers by Simon Glass · 8 years ago
  15. 6fb580d smbios: Provide serial number by Alexander Graf · 8 years ago
  16. aba5e91 efi_loader: Fix efi_install_configuration_table by Alexander Graf · 8 years ago
  17. e663b35 smbios: Expose in efi_loader as table by Alexander Graf · 8 years ago
  18. 9647620 smbios: Generate type 4 on non-x86 systems by Alexander Graf · 8 years ago
  19. e824cf3 smbios: Allow compilation on 64bit systems by Alexander Graf · 8 years ago
  20. 488bf12 efi_loader: Expose efi_install_configuration_table by Alexander Graf · 8 years ago
  21. 4b6dddc x86: Move smbios generation into arch independent directory by Alexander Graf · 8 years ago
  22. 1befb38 x86: Move table csum into separate file by Alexander Graf · 8 years ago
  23. 8f661a5 efi_loader: gop: Expose fb when 32bpp by Alexander Graf · 8 years ago
  24. 712cd29 efi_loader: Allow bouncing for network by Alexander Graf · 8 years ago
  25. 80a4800 efi_loader: Allow boards to implement get_time and reset_system by Alexander Graf · 8 years ago
  26. 511d0b9 efi_loader: Do not leak memory when unlinking a mapping by Stefan Brüns · 8 years ago
  27. b6a9517 efi_loader: Keep memory mapping sorted when splitting an entry by Stefan Brüns · 8 years ago
  28. b61d857 efi_loader: Readd freed pages to memory pool by Stefan Brüns · 8 years ago
  29. 42417bc efi_loader: Track size of pool allocations to allow freeing by Stefan Brüns · 8 years ago
  30. ead1274 efi_loader: Move efi_allocate_pool implementation to efi_memory.c by Stefan Brüns · 8 years ago
  31. 991d62f efi_loader: Fix crash on 32-bit systems by Robin Randhawa · 8 years ago
  32. bdf5c1b efi_loader: Fix memory map size check to avoid out-of-bounds access by Stefan Brüns · 8 years ago
  33. 852efbf efi_loader: Update description of internal efi_mem_carve_out by Stefan Brüns · 8 years ago
  34. ebf7fff spl: move FDT_FIXUP_PARTITIONS to Kconfig by Heiko Schocher · 8 years ago
  35. 42b7600 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · 8 years ago
  36. df87e6b libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · 8 years ago
  37. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  38. 9c07b98 libfdt: Sync up with upstream by Simon Glass · 8 years ago
  39. 491c7b6 libfdt: Fix undefined behaviour in fdt_offset_ptr() by David Gibson · 8 years ago
  40. b91c6a1 Fix return value in trailing_strtoln() by Simon Glass · 8 years ago
  41. d2d9bdf spl: saveenv: adding saveenv support in SPL by B, Ravi · 8 years ago
  42. 692fcdd arm: Add return value argument to longjmp by Alexander Graf · 8 years ago
  43. fc0b594 Various, accumulated typos collected from around the tree. by Robert P. J. Day · 8 years ago
  44. d025021 gunzip: cache-align write buffer memory by Clemens Gruber · 8 years ago
  45. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  46. 7dc0789 libfdt: simplify fdt_del_mem_rsv() by Masahiro Yamada · 8 years ago
  47. babdbde dtoc: Support finding the offset of a property by Simon Glass · 8 years ago
  48. da5f749 dtoc: Support packing the device tree by Simon Glass · 8 years ago
  49. 2a70d89 dtoc: Support deleting device tree properties by Simon Glass · 8 years ago
  50. 0170804 dtoc: Move to using bytearray by Simon Glass · 8 years ago
  51. 9a6535e Merge branch 'master' of git://git.denx.de/u-boot-uniphier by Tom Rini · 8 years ago
  52. 76f1f38 Use separate options for TPL support by Simon Glass · 8 years ago
  53. 47a79f6 usb: uniphier: remove UniPhier xHCI driver and select DM_USB by Masahiro Yamada · 8 years ago
  54. 4c02c11 efi_loader: provide efi_mem_desc version by Mian Yousaf Kaukab · 8 years ago
  55. 3dc51ab x86: efi: payload: Make EFI payload build again by Bin Meng · 8 years ago
  56. b1237c6 efi_loader: Fix relocations above 64kb image size by Alexander Graf · 8 years ago
  57. f2a9942 tests: Introduce DT overlay tests by Maxime Ripard · 8 years ago
  58. e6628ad cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · 8 years ago
  59. ddf67f7 libfdt: Add overlay application function by Maxime Ripard · 8 years ago
  60. ea7b1a2 libfdt: Add fdt_setprop_inplace_namelen_partial by Maxime Ripard · 8 years ago
  61. 8e96857 libfdt: Add fdt_path_offset_namelen by Maxime Ripard · 8 years ago
  62. 6f5f92c libfdt: Fix separator spelling by Maxime Ripard · 8 years ago
  63. 57c7809 libfdt: Add max phandle retrieval function by Maxime Ripard · 8 years ago
  64. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  65. 0812d1a efi_loader: disk: Sanitize exposed devices by Alexander Graf · 8 years ago
  66. f9d334b efi_loader: disk: Fix CONFIG_BLK breakage by Alexander Graf · 8 years ago
  67. 45313e8 tiny-printf: Adjust to avoid using data section by Simon Glass · 8 years ago
  68. fd42e1b Merge git://git.denx.de/u-boot-nand-flash by Tom Rini · 8 years ago
  69. c55d02b hashtable: Fix compiler warning on 32-bit sandbox by Simon Glass · 8 years ago
  70. 713fb2d tools, rsa: Further minor cleanups on top of c236ebd and 2b9ec7 by mario.six@gdsys.cc · 8 years ago
  71. 4ccae81 mtd: nand: Add the sunxi NAND controller driver by Boris Brezillon · 8 years ago
  72. 2b9ec76 rsa: Fix return value and masked error by mario.six@gdsys.cc · 8 years ago
  73. c933ed9 efi_loader: Add debug output for efi_add_memory_map() by Andreas Färber · 8 years ago
  74. 62a3b7d Various, unrelated tree-wide typo fixes. by Robert P. J. Day · 8 years ago
  75. e240913 tiny-printf: Support assert() by Simon Glass · 8 years ago
  76. 76bce10 dm: Add a more efficient libfdt library by Simon Glass · 8 years ago
  77. 7a53a54 dm: Don't include fdtdec functions when of-platdata is enabled by Simon Glass · 8 years ago
  78. 920c696 sandbox: Find keyboard driver using driver model by Simon Glass · 8 years ago
  79. 39ea0ee fdt: x86: Tidy up a few COMPAT string definitions by Simon Glass · 8 years ago
  80. 01a227d fdt: Add a note to avoid adding new compatible strings by Simon Glass · 8 years ago
  81. da9e0a9 fdt: Drop unused exynos compatible strings by Simon Glass · 8 years ago
  82. 6cd2602 x86: fdt: Drop the unused compatible strings in fdtdec by Simon Glass · 8 years ago
  83. 59d07ee SPL: tiny-printf: avoid any BSS usage by Andre Przywara · 8 years ago
  84. 703aaf7 fdt: Drop some unused compatible strings by Simon Glass · 8 years ago
  85. a2cfc8d lib/lzo: bugfix when input data is not compressed by Joris Lijssens · 8 years ago
  86. da70b4d tinyprintf: Add vprintf implementation by Hans de Goede · 8 years ago
  87. 6feed2a lib/libfdt/: General aesthetic/style fixes. by Robert P. J. Day · 8 years ago
  88. fd9102d Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · 8 years ago
  89. 04b9dd1 fdt: Correct return value in fdtdec_decode_display_timing() by Simon Glass · 8 years ago
  90. 51c14cd verified-boot: Minimal support for booting U-Boot proper from SPL by Teddy Reed · 8 years ago
  91. 3191d84 tiny-printf: Correct the snprintf() implementation by Simon Glass · 8 years ago
  92. d77fa2f Merge http://git.denx.de/u-boot-samsung by Tom Rini · 8 years ago
  93. be86492 lib: make strmhz available in SPL by Chris Packham · 8 years ago
  94. 25bab53 Remove unneeded remnants of bcopy(). by Robert P. J. Day · 8 years ago
  95. a812241 efi_loader: Add DM_VIDEO support by Alexander Graf · 8 years ago
  96. 74c16ac efi_loader: Don't allocate from memory holes by Alexander Graf · 8 years ago
  97. edcef3b efi_loader: Move to normal debug infrastructure by Alexander Graf · 8 years ago
  98. a86aeaf efi_loader: Add exit support by Alexander Graf · 8 years ago
  99. f15715a Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 8 years ago
  100. 91b86e2 lib: Enable private libgcc by default by Marek Vasut · 8 years ago