1. c670aee common: rename getc() to getchar() by Heinrich Schuchardt · 4 years ago
  2. 76c2ff3 video: backlight: fix pwm's duty cycle calculation by Dario Binacchi · 4 years ago
  3. 3d19a7e test: Fix sandbox tests failing to build by Sean Anderson · 4 years ago
  4. a6bfd71 cmd/button: return button status by Heinrich Schuchardt · 4 years ago
  5. 39916bb test: sharpen button label unit test by Heinrich Schuchardt · 4 years ago
  6. 26f555a test: Add PStore command tests by Frédéric Danis · 4 years, 6 months ago
  7. feaeee8 test: vboot: add tests for multiple required keys by Thirupathaiah Annapureddy · 4 years, 1 month ago
  8. c7f5b85 log: Disable the syslog driver by default by Simon Glass · 4 years ago
  9. 3d03ab6 log: Add a way to enable/disable a log device by Simon Glass · 4 years ago
  10. bd180db log: Drop #ifdef in log_test by Simon Glass · 4 years ago
  11. 52d3df7 log: Allow LOG_DEBUG to always enable log output by Simon Glass · 4 years ago
  12. 3e41c7b test: dm: Test for default led naming by Sean Anderson · 4 years ago
  13. 7f0f180 test: pinmux: Add test for pin muxing by Sean Anderson · 4 years ago
  14. cc72f3e test: dm: add test for phandle access functions by Patrick Delaunay · 4 years ago
  15. 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years ago
  16. 4c1497e bloblist: Allow custom alignment for blobs by Simon Glass · 4 years ago
  17. 751b7c7 bloblist: Tidy up the data alignment by Simon Glass · 4 years ago
  18. cdd4e30 bloblist: Compare addresses rather than pointers in tests by Simon Glass · 4 years ago
  19. 4aed227 bloblist: Add a command by Simon Glass · 4 years ago
  20. caebff0 Merge tag 'u-boot-atmel-2021.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel into next by Tom Rini · 4 years ago
  21. c0dd177 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · 4 years ago
  22. 87d4f27 firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · 4 years ago
  23. 358599e firmware: add SCMI agent uclass by Etienne Carriere · 4 years ago
  24. 0ced26a test: dm: Add tests for regmap managed API and regmap fields by Jean-Jacques Hiblot · 4 years ago
  25. 8a34d3d test/py: allow multi-digit index in in_tree() by Pratyush Yadav · 4 years ago
  26. 88e6a60 test: gpio: Add tests for the managed API by Jean-Jacques Hiblot · 4 years ago
  27. bad2433 test: reset: Add tests for the managed API by Jean-Jacques Hiblot · 4 years ago
  28. 7616e36 timer: Add a test for timer_timebase_fallback by Sean Anderson · 4 years ago
  29. 350c7f5 acpi: Add more support for generating processor tables by Simon Glass · 4 years ago
  30. 1540328 acpi: Add support for generating processor tables by Simon Glass · 4 years ago
  31. 23dd0ea dm: acpi: Use correct GPIO polarity type in acpi_dp_add_gpio() by Simon Glass · 4 years ago
  32. 88490e1 acpi: Support generating a multi-function _DSM for devices by Simon Glass · 4 years ago
  33. da7cff3 acpi: Add support for conditions and return values by Simon Glass · 4 years ago
  34. e0a896b acpi: Add support for writing a _PRW by Simon Glass · 4 years ago
  35. 6613ed1 test: fdtdec: Add test for new no-map fdtdec_add_reserved_memory() parameter by Patrice Chotard · 4 years ago
  36. ccaa574 fdtdec: optionally add property no-map to created reserved memory node by Etienne Carriere · 4 years ago
  37. 9a5d59d clk: do not disable clock if it is critical by Claudiu Beznea · 4 years, 1 month ago
  38. 4d139f3 clk: bind clk to new parent device by Claudiu Beznea · 4 years, 1 month ago
  39. cfecbaf dm: core: add support for device re-parenting by Claudiu Beznea · 4 years, 1 month ago
  40. 4364a3f cmd: acpi: Print revisions in hex format by Andy Shevchenko · 4 years ago
  41. 185440f test: do no assume hush parser in validate_empty() by Heinrich Schuchardt · 4 years ago
  42. 4431a98 test: undefined reference to 'sscanf' by Heinrich Schuchardt · 4 years, 1 month ago
  43. 9f9ecd3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 4 years, 1 month ago
  44. 8ee3a24 Merge branch '2020-08-24-misc-improvements' by Tom Rini · 4 years, 1 month ago
  45. 4cf56ec pci: pci-uclass: Add multi entry support for memory regions by Suneel Garapati · 5 years ago
  46. 3c0cec0 Merge tag 'efi-2020-10-rc3-3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  47. 91f6c1c test/py: Add tests for LZO and ZSTD by Joao Marcos Costa · 4 years, 1 month ago
  48. 2b3fbcb efi_loader: use ':' as separator for setenv -i by Heinrich Schuchardt · 4 years, 1 month ago
  49. 5bba77e test: unit test for efi_dp_check_length() by Heinrich Schuchardt · 4 years, 1 month ago
  50. 1aa3966 Merge tag 'u-boot-clk-24Aug2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk by Tom Rini · 4 years, 1 month ago
  51. 12d1526 clk: ccf: mux: change the get_rate helper by Dario Binacchi · 4 years, 4 months ago
  52. 16bdc85 clk: set flags in the ccf registration routines by Dario Binacchi · 4 years, 5 months ago
  53. cd16c57 dm: test: clk: add the test for the ccf gated clock by Dario Binacchi · 4 years, 5 months ago
  54. 6e64830 test: dm: Add test case for devfdt_get_addr_ptr by Ovidiu Panait · 4 years, 2 months ago
  55. e37d4c4 test/py: Update test_bind by Patrice Chotard · 4 years, 2 months ago
  56. 1f0d588 sandbox: dts: Add compatible string for bind-test node by Patrice Chotard · 4 years, 2 months ago
  57. f692b47 i2c: eeprom: Use reg property instead of offset and size by Michal Simek · 4 years, 4 months ago
  58. 789bfb5 Merge tag 'efi-2020-10-rc3-2' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 1 month ago
  59. e87dfb0 lib: sscanf: add sscanf implementation by Andrii Anisov · 4 years, 2 months ago
  60. 0274e50 test/py: efi_secboot: modify 'multiple signatures' test case by AKASHI Takahiro · 4 years, 1 month ago
  61. e1174c5 test/py: efi_secboot: add test for intermediate certificates by AKASHI Takahiro · 4 years, 2 months ago
  62. 57be8cd test/py: efi_secboot: small rework for adding a new test by AKASHI Takahiro · 4 years, 2 months ago
  63. 74795f1 test/py: fix SquashFS tests by Joao Marcos Costa · 4 years, 1 month ago
  64. 38ee01e test/py: serial# cannot be overwritten on some devices by Heinrich Schuchardt · 4 years, 2 months ago
  65. acb021e test: py: test_shell_run() with CONFIG_HUSH_PARSER=n by Heinrich Schuchardt · 4 years, 2 months ago
  66. cc88625 tests: support mkfs.ext4 without metadata_csum by Stephen Warren · 4 years, 2 months ago
  67. f428e33 test/py: Add tests for the SquashFS commands by Joao Marcos Costa · 4 years, 2 months ago
  68. 550a9e7 cmd: Update the memory-search command by Simon Glass · 4 years, 2 months ago
  69. 132644f test: Add a flag for tests that need console recording by Simon Glass · 4 years, 2 months ago
  70. e180c2b dm: Rename DM test flags to make them more generic by Simon Glass · 4 years, 2 months ago
  71. 33d7edf test: Add a way to check part of a console line or skip it by Simon Glass · 4 years, 2 months ago
  72. c9db1a1 test/py: Add test support for three stage boot by Yan Liu · 4 years, 2 months ago
  73. 0e1fad4 dm: core: Drop header files from dm/test.h by Simon Glass · 4 years, 2 months ago
  74. ef5cc2e test: sandbox: add test for erase command by Patrick Delaunay · 4 years, 2 months ago
  75. ad04576 test: environment in ext4 by Patrick Delaunay · 4 years, 2 months ago
  76. 8a5cdf6 test: efi_selftest: Do not force serial# setting by Tom Rini · 4 years, 2 months ago
  77. 87438b5 test: do not rely on => being the prompt by Heinrich Schuchardt · 4 years, 2 months ago
  78. 1d31000 test: dm: add a test for class button by Philippe Reynes · 4 years, 2 months ago
  79. a6c6f0f test/py: add tests for the button commands by Philippe Reynes · 4 years, 2 months ago
  80. 037a56d sandbox, test: change hog gpio by Philippe Reynes · 4 years, 2 months ago
  81. 4e05c16 Merge tag 'dm-pull-20jul20-take2a' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 2 months ago
  82. acbf93b test: env: add test for env info sub-command by Patrick Delaunay · 4 years, 3 months ago
  83. 331caea test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 2 months ago
  84. 21e3c21 test: Add tests for SOC uclass by Dave Gerlach · 4 years, 2 months ago
  85. 6bb74de patman: Add a 'test' subcommand by Simon Glass · 4 years, 3 months ago
  86. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  87. 5d3a21d Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 2 months ago
  88. a58dfd2 test/py: efi_secboot: fix additional pylint errors by AKASHI Takahiro · 4 years, 2 months ago
  89. d09745b test/py: efi_secboot: remove unused function by AKASHI Takahiro · 4 years, 2 months ago
  90. c001837 efi_loader: use logging for bootefi command by Heinrich Schuchardt · 4 years, 2 months ago
  91. 105da62 test/dm: check if devices exist by Heinrich Schuchardt · 4 years, 2 months ago
  92. fbde39f test: Add tests for SOC uclass by Dave Gerlach · 4 years, 2 months ago
  93. 57374b0 patman: Add a 'test' subcommand by Simon Glass · 4 years, 3 months ago
  94. bb6772c acpi: Support writing named values by Simon Glass · 4 years, 3 months ago
  95. 91c2f9c acpi: Support generation of a device by Simon Glass · 4 years, 3 months ago
  96. d7d631d acpi: Support generation of a generic register by Simon Glass · 4 years, 3 months ago
  97. 82659cc acpi: Support generation of a scope by Simon Glass · 4 years, 3 months ago
  98. fea9651 acpi: Export functions to write sized values by Simon Glass · 4 years, 3 months ago
  99. a4f8208 acpi: Add an acpi command to list/dump generated ACPI items by Simon Glass · 4 years, 3 months ago
  100. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 3 months ago