1. 1ce0e1c Nokia RX-51: Add test for U-Boot serial console by Pali Rohár · 4 years ago
  2. 15daa48 dm: core: add a function to decode display timings by Dario Binacchi · 3 years, 11 months ago
  3. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 11 months ago
  4. 2983ad5 clk: add clk_round_rate() by Dario Binacchi · 3 years, 11 months ago
  5. 65e25be dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 3 years, 11 months ago
  6. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 11 months ago
  7. 8a71553 dm: core: Allow the uclass list to move by Simon Glass · 3 years, 11 months ago
  8. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 11 months ago
  9. 73466df dm: core: Access device flags through functions by Simon Glass · 3 years, 11 months ago
  10. 2462139 dm: core: Rename sqq to seq_ by Simon Glass · 3 years, 11 months ago
  11. 079ac59 test: Move some test drivers into their own file by Simon Glass · 3 years, 11 months ago
  12. 3f87608 test: Use a simple variable to record removed device by Simon Glass · 3 years, 11 months ago
  13. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 11 months ago
  14. acfb530 sandbox: Drop unnecessary test node by Simon Glass · 3 years, 11 months ago
  15. fe179d7 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 3 years, 11 months ago
  16. a5624c6 test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 4 years ago
  17. 1dc53ce sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
  18. 7f20d1d dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
  19. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  20. 93f44e8 dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
  21. 981426e dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
  22. d1e8530 x86: Simplify acpi_device_infer_name() by Simon Glass · 4 years ago
  23. a20b4a8 dm: test: Drop assumptions of no sequence numbers by Simon Glass · 4 years ago
  24. ba0e7da dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
  25. 1c55b22 dm: test: Check all devices have a sequence numbers by Simon Glass · 4 years ago
  26. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  27. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  28. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  29. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  30. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  31. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  32. 8ee05b5 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
  33. 725e4fc dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
  34. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
  35. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  36. 6ca5ff3 test: unit test for exception command by Heinrich Schuchardt · 4 years ago
  37. 51bb338 bootm: Support string substitution in bootargs by Simon Glass · 4 years ago
  38. 4448fe8 bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years ago
  39. b3c0167 bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years ago
  40. d9477a0 bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years ago
  41. 4dcb815 bootm: Rename fixup_silent_linux() by Simon Glass · 4 years ago
  42. 4ae4264 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years ago
  43. f158ba1 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years ago
  44. 96434a7 env: Allow returning errors from hdelete_r() by Simon Glass · 4 years ago
  45. 4926e7d test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 4 years ago
  46. 450596f test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 4 years ago
  47. 2c02152 setexpr: Add support for strings by Simon Glass · 4 years ago
  48. 8f4aa7d setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years ago
  49. 9528229 setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years ago
  50. d422c77 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years ago
  51. e713124 test: Add some setexpr regex tests by Simon Glass · 4 years ago
  52. 25a43ac setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years ago
  53. 90a9901 test: Add some tests for setexpr by Simon Glass · 4 years ago
  54. 56847f3 Nokia RX-51: Update test script by Pali Rohár · 4 years ago
  55. 22ad69b Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years ago
  56. 3a8ee3d board: Rename uclass to sysinfo by Simon Glass · 4 years ago
  57. 18434ae acpi: Don't reset the tables with every new generation by Simon Glass · 4 years ago
  58. de429d7 test: linking test/compression.c fails by Heinrich Schuchardt · 4 years ago
  59. c961b1b test: test/bloblist.c depends on asm/state.h by Heinrich Schuchardt · 4 years ago
  60. bf896a2 test: adjust sysreset tests by Heinrich Schuchardt · 4 years, 1 month ago
  61. 35d9492 test/py: test poweroff by Heinrich Schuchardt · 4 years, 1 month ago
  62. 41cab8e Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years ago
  63. 63d4607 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years ago
  64. 89723b9 test: Add a test for log filter-* by Sean Anderson · 4 years, 1 month ago
  65. fbc33df test: Add a test for getopt by Sean Anderson · 4 years, 1 month ago
  66. 1227304 test: Add test for LOGFF_MIN by Sean Anderson · 4 years, 1 month ago
  67. f51e5ec test: Add tests for LOGFF_DENY by Sean Anderson · 4 years, 1 month ago
  68. 046b8c0 test: log: Give tests names instead of numbers by Sean Anderson · 4 years, 1 month ago
  69. 62ef818 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
  70. af11423 test: unit test for efi_create_indexed_name() by Heinrich Schuchardt · 4 years ago
  71. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 1 month ago
  72. fbe27a5 dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 1 month ago
  73. a294ead dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 1 month ago
  74. 8828052 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 1 month ago
  75. 36af37b dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 1 month ago
  76. b325248 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 1 month ago
  77. a8b1fbc dm: test: Drop of-platdata pytest by Simon Glass · 4 years, 1 month ago
  78. e1e54ff test: Run only the selected SPL test by Simon Glass · 4 years, 1 month ago
  79. 7b51bf7 test: Run SPL unit tests by Simon Glass · 4 years, 1 month ago
  80. bc84d58 pytest: Collect SPL unit tests by Simon Glass · 4 years, 1 month ago
  81. 217293e dm: test: Add a very simple of-platadata test by Simon Glass · 4 years, 1 month ago
  82. b25ff5c dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
  83. 5b448ce dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years, 1 month ago
  84. ba96be4 dm: test: Build tests for SPL by Simon Glass · 4 years, 1 month ago
  85. e144caf dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 1 month ago
  86. 627988f dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 1 month ago
  87. 16a5068 dm: test: Make use of CONFIG_UNIT_TEST by Simon Glass · 4 years, 1 month ago
  88. 82c468a dm: test: Update Makefile conditions by Simon Glass · 4 years, 1 month ago
  89. 1cadc76 dm: test: Sort the Makefile by Simon Glass · 4 years, 1 month ago
  90. a652d9c dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 1 month ago
  91. 4775433 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years ago
  92. 15995ac test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years, 1 month ago
  93. 739592c test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years, 1 month ago
  94. 9201576 test: log: test message continuation by Heinrich Schuchardt · 4 years, 1 month ago
  95. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
  96. 2742275 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · 4 years, 1 month ago
  97. f52e925 test: unit tests for print_freq(), print_size() by Heinrich Schuchardt · 4 years, 1 month ago
  98. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 1 month ago
  99. 76c2ff3 video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years, 1 month ago
  100. 3d19a7e test: Fix sandbox tests failing to build by Sean Anderson · 4 years, 1 month ago