1. f0aa125 arm: mvebu: fix ahci mbus config in SPL by Baruch Siach · 6 years ago
  2. 760ef30 spl: sata: don't force FS_FAT support by Baruch Siach · 6 years ago
  3. ab2d415 spl: sata: fix build with DM_SCSI by Baruch Siach · 6 years ago
  4. a4c61ff spl: sata: add default partition and image name by Baruch Siach · 6 years ago
  5. 7ea3357 trace: trace buffer may exceed 2GiB by Heinrich Schuchardt · 5 years ago
  6. 2b7a388 trace: do not limit trace buffer to 2GiB by Heinrich Schuchardt · 5 years ago
  7. b8e1f82 drivers: pci: add API to issue FLR on a PCI function if supported by Alex Marginean · 5 years ago
  8. 21ebbaf test: dm: Add a test for PCI Enhanced Allocation by Alex Marginean · 5 years ago
  9. 0b143d8 drivers: pci: add map_bar support for Enhanced Allocation by Alex Marginean · 5 years ago
  10. 2204bc1 pci: fixed dm_pci_map_bar comment by Alex Marginean · 5 years ago
  11. da0fb5f trace: make call depth limit customizable by Heinrich Schuchardt · 5 years ago
  12. a2fa38d trace: conserve gd register by Heinrich Schuchardt · 5 years ago
  13. 7ef8e9b trace: undefined reference to `trace_early_init' by Heinrich Schuchardt · 5 years ago
  14. 54e1223 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · 6 years ago
  15. 6998974 fdt: Allow indicating a node is for U-Boot proper only by Patrick Delaunay · 6 years ago
  16. 099ed45 test: check u-boot properties in SPL device tree by Patrick Delaunay · 6 years ago
  17. 848e94d fdtdec: test: Fix memory leak by Thierry Reding · 6 years ago
  18. 1edc568 drivers: serial: lpuart: Enable Little Endian Support by Vabhav Sharma · 6 years ago
  19. ca2abb7 spi: Avoid using malloc() in a critical function by Simon Glass · 6 years ago
  20. 731ba3c blk: Allow control of the block cache in TPL by Simon Glass · 6 years ago
  21. 59d0452 bootstage: Add support for TPL record count by Simon Glass · 6 years ago
  22. 44c6a0e x86: Add a forward struct declaration in coreboot_tables.h by Simon Glass · 6 years ago
  23. 80b7cb8 sandbox: Add documentation on how to run valgrind by Simon Glass · 6 years ago
  24. 24c2776 sandbox: Correct spi flash operation by Simon Glass · 6 years ago
  25. e676f43 sandbox: Add a memory {} node by Simon Glass · 6 years ago
  26. e8a7b30 sandbox: Allo sdl-config to be overridden by Simon Glass · 6 years ago
  27. 912dcb1 sandbox: Add a comment to board_init_f() by Simon Glass · 6 years ago
  28. 3f2f5cf sandbox: spl: Lower priority of standard loader by Simon Glass · 6 years ago
  29. f2980ec sandbox: Quit when hang() is called by Simon Glass · 6 years ago
  30. 9072326 sandbox: Exit when SYSRESET_POWER_OFF is requested by Simon Glass · 6 years ago
  31. 87dac6b sandbox: Add an alias for SPI by Simon Glass · 6 years ago
  32. dc8c91a sandbox: Create a common sandbox DT by Simon Glass · 6 years ago
  33. e8726da sandbox: Sync up sandbox64.dts with main DT by Simon Glass · 6 years ago
  34. 00ba3b1 Add a simple script to remove boards by Simon Glass · 6 years ago
  35. 9550f9a patman: Update cover-coverage tests for Python 3 by Simon Glass · 6 years ago
  36. 5385f5a binman: Update the README.entries file by Simon Glass · 6 years ago
  37. 55660d0 binman: Document parallel tests by Simon Glass · 6 years ago
  38. eb546ac binman: Read map files as text by Simon Glass · 6 years ago
  39. 1fc62de binman: Fix up a format string in AssertInList() by Simon Glass · 6 years ago
  40. e16b7b6 binman: Update 'text' entry for Python 3 by Simon Glass · 6 years ago
  41. f3a58c8 patman: Update fmap code for Python 3 by Simon Glass · 6 years ago
  42. 0199d19 binman: Update entry_test to support Python 3 by Simon Glass · 6 years ago
  43. c6c10e7 binman: Convert to use bytes type by Simon Glass · 6 years ago
  44. 58632a7 binman: Avoid changing a dict during iteration by Simon Glass · 6 years ago
  45. 3c47e41 patman: Allow reading files in text mode by Simon Glass · 6 years ago
  46. 9b044f7 dtoc: Update dtb_platdata to support Python 3 by Simon Glass · 6 years ago
  47. 209a559 dtoc: Update fdt_util for Python 3 by Simon Glass · 6 years ago
  48. b5f0daf dtoc: Add a unit test for BytesToValue() by Simon Glass · 6 years ago
  49. e66d318 dtoc: Test full 64-bit properties with FdtCellsToCpu() by Simon Glass · 6 years ago
  50. 2ab6e13 dtoc: Use binary mode for reading files by Simon Glass · 6 years ago
  51. 6351805 dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · 6 years ago
  52. 928527f dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · 6 years ago
  53. f6b6481 dtoc: Use byte type instead of str in fdt by Simon Glass · 6 years ago
  54. 2b6ed5e dtoc: Updates BytesToValue() for Python 3 by Simon Glass · 6 years ago
  55. 7e6952d dtoc: Move BytesToValue() out of the Prop class by Simon Glass · 6 years ago
  56. 194b8d5 dtoc: Use GetBytes() to obtain repeating bytes by Simon Glass · 6 years ago
  57. 1953ce7 dtoc: Sort platdata output from dtoc by Simon Glass · 6 years ago
  58. 90a8132 dtoc: Adjust code for Python 3 by Simon Glass · 6 years ago
  59. b2e7312 patman: Don't require Python 2 by Simon Glass · 6 years ago
  60. f6a6aaf patman: Tidy up a few more unicode conversions by Simon Glass · 6 years ago
  61. e6dca5e patman: Adjust functional tests for Python 3 by Simon Glass · 6 years ago
  62. 7ebb45c patman: Avoid unicode type in settings unit tests by Simon Glass · 6 years ago
  63. b644c66 patman: Sort series output for repeatabily by Simon Glass · 6 years ago
  64. 513eace patman: Move unicode helpers to tools by Simon Glass · 6 years ago
  65. ade1e38 patman: Support use of stringIO in Python 3 by Simon Glass · 6 years ago
  66. e6d85ff binman: Handle repeated bytes for Python 3 by Simon Glass · 6 years ago
  67. 6d1d641 binman: Drop an unused input file by Simon Glass · 6 years ago
  68. b8f0876 binman: Use binary mode when compressing data by Simon Glass · 6 years ago
  69. a92939a patman: Provide a way to get program output in binary mode by Simon Glass · 6 years ago
  70. 3e4b51e tools: dtoc: Open all binary files in binary mode by Simon Glass · 6 years ago
  71. 1d0ebf7 tools: binman: Open all binary files in binary mode by Simon Glass · 6 years ago
  72. 5097915 binman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  73. 4a4c5dd patman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  74. d141f6c binman: Remove use of Set() by Simon Glass · 6 years ago
  75. 35343dc binman: Don't show errors for failed tests by Simon Glass · 6 years ago
  76. 2ca8468 binman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  77. 5a1af1d patman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  78. b1793a5 patman: Update cros_subprocess to use bytes by Simon Glass · 6 years ago
  79. ef8b7e0 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  80. a52f1fe Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 5 years ago
  81. 2ce6b82 ARM: uniphier: set {kernel, ramdisk, fdt}_addr_r at boot-time by Masahiro Yamada · 5 years ago
  82. 7095678 ARM: uniphier: set dram_base environment variable by Masahiro Yamada · 5 years ago
  83. 3cc936d ARM: uniphier: set loadaddr at boot-time by Masahiro Yamada · 5 years ago
  84. 72cd83a ARM: uniphier: turn uniphier_set_fdt_file() into void function by Masahiro Yamada · 5 years ago
  85. 1f8357c ARM: uniphier: remove CONFIG_SYS_SDRAM_BASE by Masahiro Yamada · 5 years ago
  86. 34e29f7 ARM: uniphier: make mem_map run-time configurable by Masahiro Yamada · 5 years ago
  87. df72534 ARM: uniphier: make dram_init() more generic by Masahiro Yamada · 5 years ago
  88. 6f47c99 ARM: uniphier: make dram_init() independent of SG_MEMCONF by Masahiro Yamada · 5 years ago
  89. 34ded87 ARM: uniphier: detect register base addresses run-time by Masahiro Yamada · 5 years ago
  90. 739ba41 ARM: uniphier: de-couple SC macros into base address and offset by Masahiro Yamada · 5 years ago
  91. d41b358 ARM: uniphier: de-couple SG macros into base address and offset by Masahiro Yamada · 5 years ago
  92. c3d8f1e ARM: uniphier: detect SD boot mode by Masahiro Yamada · 5 years ago
  93. 539d6e0 ARM: uniphier: make boot_is_swapped() code optional by Masahiro Yamada · 5 years ago
  94. f7f3905 ARM: uniphier: check DT to determine whether to initialize SBC by Masahiro Yamada · 5 years ago
  95. 92d6524 ARM: uniphier: check DT to determine whether to use support card by Masahiro Yamada · 5 years ago
  96. 9a2f0e5 clk: uniphier: add EMMC clock for LD11, LD20, and PXs3 by Masahiro Yamada · 5 years ago
  97. b521ea3 ARM: uniphier: include <linux/io.h> from boot-device.c by Masahiro Yamada · 5 years ago
  98. ef866f6 ARM: uniphier: use bool type for have_internal_stm parameter by Masahiro Yamada · 5 years ago
  99. a179669 ARM: uniphier: clean up clk/Makefile by Masahiro Yamada · 5 years ago
  100. 40c1a46 ARM: uniphier: remove unused uniphier_ld11_boot_device_fixup() by Masahiro Yamada · 5 years ago