1. 1ee2648 test/py: add tests for the button commands by Philippe Reynes · 4 years, 4 months ago
  2. f56bf0a sandbox: dtsi: add buttons by Philippe Reynes · 4 years, 4 months ago
  3. b25a5b3 sandbox, test: change hog gpio by Philippe Reynes · 4 years, 4 months ago
  4. 75dbdfc test: Add tests for SOC uclass by Dave Gerlach · 4 years, 5 months ago
  5. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  6. a17f94c test: Add tests for SOC uclass by Dave Gerlach · 4 years, 5 months ago
  7. 0964239 dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 5 months ago
  8. 990cd5b acpi: Add support for DSDT generation by Simon Glass · 4 years, 5 months ago
  9. 3c601b1 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 5 months ago
  10. d43e0ba acpi: Add support for SSDT generation by Simon Glass · 4 years, 5 months ago
  11. dd0ed90 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 5 months ago
  12. ebb2e83 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 5 months ago
  13. 16d485e sandbox: Move section u_boot_list to make it RW by Walter Lozano · 4 years, 5 months ago
  14. fff251e sandbox: make RAM size configurable by Heinrich Schuchardt · 4 years, 6 months ago
  15. deaa25c sandbox: handling out of memory by Heinrich Schuchardt · 4 years, 6 months ago
  16. 034b93b test: dm: rtc: add test of dm_rtc_read, dm_rtc_write by Rasmus Villemoes · 4 years, 5 months ago
  17. 90fa4e9 Merge branch 'next' by Tom Rini · 4 years, 5 months ago
  18. 4508abf sandbox, test: add test for GPIO_HOG function by Heiko Schocher · 4 years, 6 months ago
  19. 0c1f6bf reset: Add generic reset driver by Sean Anderson · 4 years, 5 months ago
  20. b786054 dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 5 months ago
  21. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 6 months ago
  22. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 6 months ago
  23. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  24. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  25. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  26. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  27. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  28. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  29. 643778b test: dm: update test for open-drain/open-source emulation in gpio-uclass by Neil Armstrong · 4 years, 7 months ago
  30. 7109297 test: dm: phy: add a test item for the phy_bulk API by developer · 4 years, 7 months ago
  31. cf8bc13 test: dm: add test item for ofnode_get_child_count() by developer · 4 years, 7 months ago
  32. faf08c7 acpi: Add an acpi command by Simon Glass · 4 years, 7 months ago
  33. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  34. 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 11 months ago
  35. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 11 months ago
  36. 23aee61 gpio: sandbox: cleanup binding support by Patrick Delaunay · 4 years, 11 months ago
  37. 939cbe9 test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · 4 years, 11 months ago
  38. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
  39. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 8 months ago
  40. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
  41. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
  42. ad93570 sandbox: add reserved-memory node in device tree by Heinrich Schuchardt · 4 years, 9 months ago
  43. 2b72ad2 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 10 months ago
  44. 4a3ca48 sandbox: Update PCI nodes in dts files by Tom Rini · 4 years, 10 months ago
  45. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · 4 years, 8 months ago
  46. 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 9 months ago
  47. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 10 months ago
  48. 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 10 months ago
  49. a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 10 months ago
  50. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  51. d2caf7b sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 10 months ago
  52. f91de0b sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 10 months ago
  53. b6f4c1c sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 10 months ago
  54. 4b0e121 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 10 months ago
  55. f0e2f42 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 10 months ago
  56. 840a868 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 10 months ago
  57. 70bc14b sound: Add a new stop_play() method by Simon Glass · 4 years, 10 months ago
  58. 30f9205 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 10 months ago
  59. 0a4eabb sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 10 months ago
  60. 9562d4c sandbox: Drop os_realloc() by Simon Glass · 4 years, 10 months ago
  61. fa25226 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 10 months ago
  62. ec09a18 sandbox: Rename 'free' variable by Simon Glass · 4 years, 10 months ago
  63. 11c92b1 sandbox: Sort the help options by Simon Glass · 4 years, 10 months ago
  64. 41f0a66 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 11 months ago
  65. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  66. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  67. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  68. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 11 months ago
  69. 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
  70. 23e3751 sandbox: rng: Add a random number generator(rng) driver by Sughosh Ganu · 5 years ago
  71. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 5 years ago
  72. f695f6e dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · 5 years ago
  73. 1fe8a49 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · 5 years ago
  74. 54028bc sandbox: Add a test for IRQ by Simon Glass · 5 years ago
  75. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · 5 years ago
  76. c2dbcd4 sandbox: Disable mmio by default in tests by Simon Glass · 5 years ago
  77. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · 5 years ago
  78. deaf297 sandbox: add missing compatible property in device tree by Heinrich Schuchardt · 5 years ago
  79. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  80. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  81. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  82. 8a9ebe3 Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  83. 7042b89 Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  84. 05a1684 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
  85. 0f675d9 efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · 5 years ago
  86. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  87. c667fb0 sandbox: test: Add a prototype for sandbox_set_enable_memio() by Simon Glass · 5 years ago
  88. d80cda2 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  89. c1e9c94 test: clk: test clock self assignment by Jean-Jacques Hiblot · 5 years ago
  90. 98e8418 test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · 5 years ago
  91. 259dfe6 sandbox: fix build error due to missing struct udevice definition by AKASHI Takahiro · 5 years ago
  92. 8fb963a sandbox: fix cpu property in test.dts for pytest by AKASHI Takahiro · 5 years ago
  93. 9712c82 dm: Add a dsi host uclass by Yannick Fertré · 5 years ago
  94. 72231f7 sandbox: pci: Create a new sandbox_pci_read_bar() function by Simon Glass · 5 years ago
  95. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  96. b98ba4c pci: sandbox: Move the emulators into their own node by Simon Glass · 5 years ago
  97. 0a341a7 sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · 5 years ago
  98. 35464f7 sandbox: pci: Increase the memory space by Simon Glass · 5 years ago
  99. 3c3968f sandbox: Add a -T flag to use the test device tree by Simon Glass · 5 years ago
  100. ca6f121 sandbox: Add support for clrsetio_32() and friends by Simon Glass · 5 years ago