1. 534eda9 dtoc: Update dtb_platdata to support Python 3 by Simon Glass · 6 years ago
  2. c69b450 dtoc: Update fdt_util for Python 3 by Simon Glass · 6 years ago
  3. 5872f0c dtoc: Add a unit test for BytesToValue() by Simon Glass · 6 years ago
  4. b0a34a4 dtoc: Test full 64-bit properties with FdtCellsToCpu() by Simon Glass · 6 years ago
  5. 80d54ee dtoc: Use binary mode for reading files by Simon Glass · 6 years ago
  6. a57cfee dtoc: Convert the Fdt.Node class to Python 3 by Simon Glass · 6 years ago
  7. 74b472e dtoc: Convert the Fdt.Prop class to Python 3 by Simon Glass · 6 years ago
  8. 1cd4008 dtoc: Use byte type instead of str in fdt by Simon Glass · 6 years ago
  9. d8f593f dtoc: Updates BytesToValue() for Python 3 by Simon Glass · 6 years ago
  10. b73d448 dtoc: Move BytesToValue() out of the Prop class by Simon Glass · 6 years ago
  11. 6bbfafb dtoc: Use GetBytes() to obtain repeating bytes by Simon Glass · 6 years ago
  12. c82de56 dtoc: Sort platdata output from dtoc by Simon Glass · 6 years ago
  13. 61b88e5 dtoc: Adjust code for Python 3 by Simon Glass · 6 years ago
  14. 24b86ce patman: Don't require Python 2 by Simon Glass · 6 years ago
  15. b097696 patman: Tidy up a few more unicode conversions by Simon Glass · 6 years ago
  16. 4f81789 patman: Adjust functional tests for Python 3 by Simon Glass · 6 years ago
  17. aa82db6 patman: Avoid unicode type in settings unit tests by Simon Glass · 6 years ago
  18. 3ab178f patman: Sort series output for repeatabily by Simon Glass · 6 years ago
  19. 8bb7a7a patman: Move unicode helpers to tools by Simon Glass · 6 years ago
  20. 68475f9 patman: Support use of stringIO in Python 3 by Simon Glass · 6 years ago
  21. ac0d495 binman: Handle repeated bytes for Python 3 by Simon Glass · 6 years ago
  22. 12a74f4 binman: Drop an unused input file by Simon Glass · 6 years ago
  23. 3861cc4 binman: Use binary mode when compressing data by Simon Glass · 6 years ago
  24. d8e9bca patman: Provide a way to get program output in binary mode by Simon Glass · 6 years ago
  25. 116236f tools: dtoc: Open all binary files in binary mode by Simon Glass · 6 years ago
  26. 3348666 tools: binman: Open all binary files in binary mode by Simon Glass · 6 years ago
  27. 5f3645b binman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  28. 1001737 patman: Use items() instead of iteritems() by Simon Glass · 6 years ago
  29. 4aea954 binman: Remove use of Set() by Simon Glass · 6 years ago
  30. d1ba61c binman: Don't show errors for failed tests by Simon Glass · 6 years ago
  31. 7cca27d binman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  32. 23b8a19 patman: Convert print statements to Python 3 by Simon Glass · 6 years ago
  33. 390455c patman: Update cros_subprocess to use bytes by Simon Glass · 6 years ago
  34. 526082f Merge https://gitlab.denx.de/u-boot/custodians/u-boot-i2c by Tom Rini · 5 years ago
  35. 584344d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-ubi by Tom Rini · 5 years ago
  36. da3833f Merge tag 'u-boot-atmel-2019.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · 5 years ago
  37. db45213 rtc: pcf2127: Fixed bug with rtc settings and getting error time by Chuanhua Han · 5 years ago
  38. 9c5aa37 configs: sama5d2_xplained: add support QSPI flash boot by Eugen Hristev · 5 years ago
  39. 2b4c9ca configs: sama5d27_som1_ek: qspi: use common memory layout by Tudor Ambarus · 5 years ago
  40. a166f66 configs: sama5d27_som1_ek: add qspiflash_defconfig by Tudor Ambarus · 5 years ago
  41. f48ae10 configs: sama5d2_xplained: add qspiflash_defconfig by Tudor Ambarus · 5 years ago
  42. 441c809 ARM: at91: sama5: add common environment for QSPI by Cyrille Pitchen · 5 years ago
  43. 4122f6b ARM: dts: at91: sama5d2_xplained: fix QSPI0 node by Cyrille Pitchen · 5 years ago
  44. 273e0c5 configs: sama5d27_som1_ek: enable qspi controller and flashes by Tudor Ambarus · 5 years ago
  45. 45d2764 configs: sama5d2_xplained: enable qspi controller and flashes by Tudor Ambarus · 5 years ago
  46. 88151bb spi: Add Atmel QuadSPI driver by Tudor Ambarus · 5 years ago
  47. 362e4e6 xilinx_xiic: Fix transfer initialisation by Melin Tomas · 5 years ago
  48. d133b1e xilinx_xiic: Fix fill tx fifo loop by Melin Tomas · 5 years ago
  49. 6e85c81 i2c: designware: Get clock rate from clock DM by Ley Foon Tan · 5 years ago
  50. d003a37 i2c: designware_i2c: Restore enable state after set speed by Jun Chen · 5 years ago
  51. cfe40f4 ubispl: introduce separate CONFIG_UBI_SPL_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  52. 3ce740d ubispl: add support for loading volumes by name by Hamish Guthrie · 6 years ago
  53. 3197d3c configs: migrate ubispl boards to KConfig by Markus Klotzbuecher · 6 years ago
  54. f5aa176 ubispl: migrate configuration to Kconfig by Markus Klotzbuecher · 6 years ago
  55. 9c77e20 ubi: fix UBI_SILENCE_MSG by Markus Klotzbuecher · 6 years ago
  56. 674ab24 env: ubi: support configurable VID offset by Hamish Guthrie · 6 years ago
  57. 7bd60e6 at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs by Markus Klotzbuecher · 6 years ago
  58. 975bcde env: ubi: KConfig: add CONFIG_ENV_UBI_VOLUME_REDUND by Markus Klotzbuecher · 6 years ago
  59. 3d5d418 moveconfig: expand simple expressions by Markus Klotzbuecher · 6 years ago
  60. 9c18f43 Merge tag 'efi-2019-10-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  61. e6cdea3 Merge tag 'u-boot-amlogic-20190704' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 5 years ago
  62. ea57706 Merge tag 'mmc-6-23' of https://github.com/MrVan/u-boot by Tom Rini · 5 years ago
  63. b7b6cdf Prepare v2019.07 by Tom Rini · 5 years ago
  64. e69f209 Merge tag 'mips-fixes-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 5 years ago
  65. dbb7033 arm: mediatek: remove arch_misc_init by developer · 6 years ago
  66. e49871c board_r: move initr_watchdog to be called after initr_serial by developer · 6 years ago
  67. 86664af Merge tag 'dm-pull-7jul19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  68. 43e65fd Merge tag 'video-for-2019.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 5 years ago
  69. 7564825 imx6: wandboard: allow booting from MMC 2 by Heinrich Schuchardt · 5 years ago
  70. de20260 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 5 years ago
  71. b273b62 Merge tag 'rockchip-for-v2019.07-rc5-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  72. bc59fb4 video: backlight: fix pwm inversion by Marc Dietrich · 5 years ago
  73. 1943dbb efi_loader: detach runtime in ExitBootServices() by Heinrich Schuchardt · 5 years ago
  74. c3f2a9f efi_loader: simplify detaching by Heinrich Schuchardt · 5 years ago
  75. 05874fb efi_loader: decision on EFI_RT_SUPPORTED_RESET_SYSTEM by Heinrich Schuchardt · 5 years ago
  76. 269c33d test/py: not all boards support UEFI runtime reset by Heinrich Schuchardt · 5 years ago
  77. b040d06 efi_loader: bump UEFI specification number to 2.8 by Heinrich Schuchardt · 5 years ago
  78. 2572851 efi_loader: split off detaching SetVirtualAddress() by Heinrich Schuchardt · 5 years ago
  79. c0267f9 efi_selftest: test variable services at runtime by Heinrich Schuchardt · 5 years ago
  80. 5337a6c efi_loader: unimplemented runtime services by Heinrich Schuchardt · 5 years ago
  81. 2ac6258 efi_loader: let the variable driver patch out the runtime by Heinrich Schuchardt · 5 years ago
  82. 19cd80b efi_loader: clean up runtime detaching by Heinrich Schuchardt · 5 years ago
  83. 98f8936 efi_loader: remove NULL entries from runtime detach list by Heinrich Schuchardt · 5 years ago
  84. cf3b118 efi_loader: initialization of variable services by Heinrich Schuchardt · 5 years ago
  85. 9b19dae efi_loader: move efi_query_variable_info() by Heinrich Schuchardt · 5 years ago
  86. da8f900 efi_loader: remove superfluous spaces in comments by Heinrich Schuchardt · 5 years ago
  87. e2193d6 test/py: error message test_efi_selftest_device_tree by Heinrich Schuchardt · 5 years ago
  88. 24b3d2f efi_selftest: description of CMD_BOOTEFI_SELFTEST by Heinrich Schuchardt · 5 years ago
  89. 08299a9 disk: efi: buffer overflow in part_get_info_efi() by Heinrich Schuchardt · 5 years ago
  90. 3568ad9 Merge tag 'rpi-next-2019.07' of https://github.com/mbgg/u-boot by Tom Rini · 5 years ago
  91. 17679e4 mips: mt76xx: Implement new d-cache fix in last_stage_init() by Stefan Roese · 5 years ago
  92. b49b5c2 usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue by Jean-Jacques Hiblot · 5 years ago
  93. db97c7f dm: Add a No-op uclass by Jean-Jacques Hiblot · 5 years ago
  94. 5a94557 usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback by Jean-Jacques Hiblot · 5 years ago
  95. d93dda7 usb: ehci-mx6: Fix bus enumeration for DM case by Marek Vasut · 5 years ago
  96. 1383386 rockchip: make_fit_atf.py: fix loadables property set error by Andy Yan · 5 years ago
  97. 367b510 board: amlogic: add mailing-list to MAINTAINERS by Neil Armstrong · 5 years ago
  98. e6661a2 Merge tag 'u-boot-imx-20190704' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  99. aed32e6 board: amlogic: Generate unique MAC address for Q200 and P212 based boards by Neil Armstrong · 5 years ago
  100. b4acf5a ARM: meson: add unique MAC address generation by Neil Armstrong · 5 years ago