1. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · 4 years ago
  2. b7f8589 clk: add clk_round_rate() by Dario Binacchi · 4 years ago
  3. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · 4 years ago
  4. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 4 years ago
  5. 784cd9e dm: core: Allow the uclass list to move by Simon Glass · 4 years ago
  6. f1d50f7 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 4 years ago
  7. 6211d76 dm: core: Access device flags through functions by Simon Glass · 4 years ago
  8. 5e34992 dm: core: Rename sqq to seq_ by Simon Glass · 4 years ago
  9. 4bf8972 test: Move some test drivers into their own file by Simon Glass · 4 years ago
  10. bdb7635 test: Use a simple variable to record removed device by Simon Glass · 4 years ago
  11. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  12. 56a34a4 sandbox: Drop unnecessary test node by Simon Glass · 4 years ago
  13. 2157529 efi_loader: Add size checks to efi_create_indexed_name() by Ilias Apalodimas · 4 years ago
  14. 136a6dd test: dm: spi: Add testcase for spi_claim_bus() by Ovidiu Panait · 4 years ago
  15. ae73473 sandbox: test: Add a second SPI slave on sandbox_spi bus by Ovidiu Panait · 4 years ago
  16. 38040a9 dm: core: Drop seq and req_seq by Simon Glass · 4 years ago
  17. 07e1338 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 4 years ago
  18. 791a17f dm: test: Add a test for DM_UC_FLAG_NO_AUTO_SEQ by Simon Glass · 4 years ago
  19. 7d5e411 dm: Switch over to use new sequence number for dev_seq() by Simon Glass · 4 years ago
  20. 9a65513 x86: Simplify acpi_device_infer_name() by Simon Glass · 4 years ago
  21. 528296f dm: test: Drop assumptions of no sequence numbers by Simon Glass · 4 years ago
  22. 437ed82 dm: core: Switch binding to use new sequence numbers by Simon Glass · 4 years ago
  23. 6a109b3 dm: test: Check all devices have a sequence numbers by Simon Glass · 4 years ago
  24. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  25. 33b2efb dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 4 years ago
  26. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  27. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  28. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  29. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  30. 4d71d60 dm: core: Drop unused parameter from dm_extended_scan_fdt() by Simon Glass · 4 years ago
  31. 5039cab dm: core: Drop unused parameter from dm_scan_fdt() by Simon Glass · 4 years ago
  32. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · 4 years ago
  33. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  34. 0e29873 test: unit test for exception command by Heinrich Schuchardt · 4 years, 1 month ago
  35. 529e208 bootm: Support string substitution in bootargs by Simon Glass · 4 years, 1 month ago
  36. b4e1b6d bootm: Allow updating the bootargs in a buffer by Simon Glass · 4 years, 1 month ago
  37. 63660dc bootm: Update bootm_process_cmdline_env() to use flags by Simon Glass · 4 years, 1 month ago
  38. d87002f bootm: Add a bool parameter to bootm_process_cmdline_env() by Simon Glass · 4 years, 1 month ago
  39. a50b6dd bootm: Rename fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
  40. 2eab017 bootm: Update fixup_silent_linux() to return an error by Simon Glass · 4 years, 1 month ago
  41. 07a8886 bootm: Add tests for fixup_silent_linux() by Simon Glass · 4 years, 1 month ago
  42. 783ef3f env: Allow returning errors from hdelete_r() by Simon Glass · 4 years, 1 month ago
  43. 30a7c61 test/py: efi_capsule: test for raw image capsule by AKASHI Takahiro · 4 years ago
  44. 0f626ce test/py: efi_capsule: test for FIT image capsule by AKASHI Takahiro · 4 years ago
  45. 580a7a5 setexpr: Add support for strings by Simon Glass · 4 years, 1 month ago
  46. 7a11486 setexpr: Correct buffer overflow bug and enable tests by Simon Glass · 4 years, 1 month ago
  47. 28ae25a setexpr: Correct dropping of final unmatched string by Simon Glass · 4 years, 1 month ago
  48. 00e4419 setexpr: Add some tests for buffer overflow and backref by Simon Glass · 4 years, 1 month ago
  49. bbcdba8 test: Add some setexpr regex tests by Simon Glass · 4 years, 1 month ago
  50. 7c19edf setexpr: Add explicit support for 32- and 64-bit ints by Simon Glass · 4 years, 1 month ago
  51. 663a2c1 test: Add some tests for setexpr by Simon Glass · 4 years, 1 month ago
  52. 2def741 Nokia RX-51: Update test script by Pali Rohár · 4 years, 1 month ago
  53. a391451 Merge tag 'dm-pull5nov20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago
  54. 458b66a board: Rename uclass to sysinfo by Simon Glass · 4 years, 1 month ago
  55. a385d49 acpi: Don't reset the tables with every new generation by Simon Glass · 4 years, 1 month ago
  56. 7b3b003 test: linking test/compression.c fails by Heinrich Schuchardt · 4 years, 1 month ago
  57. 67b9134 test: test/bloblist.c depends on asm/state.h by Heinrich Schuchardt · 4 years, 1 month ago
  58. e7e4f2d test: adjust sysreset tests by Heinrich Schuchardt · 4 years, 1 month ago
  59. 5cf0f3b test/py: test poweroff by Heinrich Schuchardt · 4 years, 1 month ago
  60. ddf5fda Merge tag 'efi-2020-01-rc2-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  61. bac8450 Merge tag 'dm-pull-30oct20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 1 month ago
  62. cf1ddf4 test: Add a test for log filter-* by Sean Anderson · 4 years, 1 month ago
  63. 6fbe005 test: Add a test for getopt by Sean Anderson · 4 years, 1 month ago
  64. 4147317 test: Add test for LOGFF_MIN by Sean Anderson · 4 years, 1 month ago
  65. 14e9986 test: Add tests for LOGFF_DENY by Sean Anderson · 4 years, 1 month ago
  66. ba95667 test: log: Give tests names instead of numbers by Sean Anderson · 4 years, 1 month ago
  67. c182182 test: log: Convert log_test from python to C by Sean Anderson · 4 years, 1 month ago
  68. 3180554 test: unit test for efi_create_indexed_name() by Heinrich Schuchardt · 4 years, 1 month ago
  69. 5792f4b dm: Use driver_info index instead of pointer by Simon Glass · 4 years, 2 months ago
  70. 4d4558e dm: Add a test for of-platdata parent information by Simon Glass · 4 years, 2 months ago
  71. cfd6a00 dm: Use an allocated array for run-time device info by Simon Glass · 4 years, 2 months ago
  72. 6b927b1 dm: test: Add a test for of-platdata phandles by Simon Glass · 4 years, 2 months ago
  73. d825ea7 dm: test: Add a check that all devices have a dev value by Simon Glass · 4 years, 2 months ago
  74. 64401e7 dm: Add a C test for of-platdata properties by Simon Glass · 4 years, 2 months ago
  75. 10a2cd3 dm: test: Drop of-platdata pytest by Simon Glass · 4 years, 1 month ago
  76. 8c921ac test: Run only the selected SPL test by Simon Glass · 4 years, 1 month ago
  77. e43b1b5 test: Run SPL unit tests by Simon Glass · 4 years, 1 month ago
  78. ed298be pytest: Collect SPL unit tests by Simon Glass · 4 years, 1 month ago
  79. 25dc2e9 dm: test: Add a very simple of-platadata test by Simon Glass · 4 years, 1 month ago
  80. a4e289b dm: test: Add a way to run SPL tests by Simon Glass · 4 years, 1 month ago
  81. c0b0b14 dm: test: Update the test runner to support of-platdata by Simon Glass · 4 years, 1 month ago
  82. bf40eee dm: test: Build tests for SPL by Simon Glass · 4 years, 1 month ago
  83. 8034e4d dtoc: Fix widening of int to bytes by Simon Glass · 4 years, 2 months ago
  84. 8ec2933 dm: test: Disable some tests that should not run in SPL by Simon Glass · 4 years, 2 months ago
  85. 85556fb dm: test: Make use of CONFIG_UNIT_TEST by Simon Glass · 4 years, 2 months ago
  86. 9a78e90 dm: test: Update Makefile conditions by Simon Glass · 4 years, 2 months ago
  87. 9257d13 dm: test: Sort the Makefile by Simon Glass · 4 years, 2 months ago
  88. 40916e6 dm: Avoid using #ifdef for CONFIG_OF_LIVE by Simon Glass · 4 years, 2 months ago
  89. 5b13c34 Merge tag 'xilinx-for-v2021.01-v2' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · 4 years, 1 month ago
  90. 11e4786 test: mux-cmd: Add tests for the 'mux' command by Pratyush Yadav · 4 years, 1 month ago
  91. a94b697 test: Add tests for the multiplexer framework by Jean-Jacques Hiblot · 4 years, 1 month ago
  92. af5e624 test: log: test message continuation by Heinrich Schuchardt · 4 years, 1 month ago
  93. 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 4 months ago
  94. fad2e88 cmd: fat: Use do_save() for fatwrite by Lad Prabhakar · 4 years, 1 month ago
  95. dcc8ab7 test: unit tests for print_freq(), print_size() by Heinrich Schuchardt · 4 years, 1 month ago
  96. c4954fb common: rename getc() to getchar() by Heinrich Schuchardt · 4 years, 2 months ago
  97. 753251d video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years, 2 months ago
  98. c848c8a test: Fix sandbox tests failing to build by Sean Anderson · 4 years, 2 months ago
  99. adee5df cmd/button: return button status by Heinrich Schuchardt · 4 years, 3 months ago
  100. 57c2fc6 test: sharpen button label unit test by Heinrich Schuchardt · 4 years, 3 months ago