1. 21e3c21 test: Add tests for SOC uclass by Dave Gerlach · 4 years, 2 months ago
  2. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  3. fbde39f test: Add tests for SOC uclass by Dave Gerlach · 4 years, 2 months ago
  4. fefac0b dm: acpi: Enhance acpi_get_name() by Simon Glass · 4 years, 3 months ago
  5. 0169458 acpi: Add support for DSDT generation by Simon Glass · 4 years, 3 months ago
  6. 0f7b111 acpi: Support ordering SSDT data by device by Simon Glass · 4 years, 3 months ago
  7. b518317 acpi: Add support for SSDT generation by Simon Glass · 4 years, 3 months ago
  8. 0667900 acpi: Support copying properties from device tree to ACPI by Simon Glass · 4 years, 3 months ago
  9. 1361a53 acpi: Add a function to get a device path and scope by Simon Glass · 4 years, 3 months ago
  10. df29730 sandbox: Move section u_boot_list to make it RW by Walter Lozano · 4 years, 3 months ago
  11. e85497a sandbox: make RAM size configurable by Heinrich Schuchardt · 4 years, 4 months ago
  12. c7e49dd sandbox: handling out of memory by Heinrich Schuchardt · 4 years, 4 months ago
  13. baed779 test: dm: rtc: add test of dm_rtc_read, dm_rtc_write by Rasmus Villemoes · 4 years, 3 months ago
  14. 6e7d7aa Merge branch 'next' by Tom Rini · 4 years, 3 months ago
  15. 9ba8432 sandbox, test: add test for GPIO_HOG function by Heiko Schocher · 4 years, 4 months ago
  16. 038b13e reset: Add generic reset driver by Sean Anderson · 4 years, 3 months ago
  17. 4a3390f dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 3 months ago
  18. be1a6e9 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 4 months ago
  19. c03b761 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 4 months ago
  20. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  21. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  22. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  23. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  24. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  25. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  26. 9bf87e2 test: dm: update test for open-drain/open-source emulation in gpio-uclass by Neil Armstrong · 4 years, 5 months ago
  27. 00c82ac test: dm: phy: add a test item for the phy_bulk API by Chunfeng Yun · 4 years, 5 months ago
  28. bf6ad91 test: dm: add test item for ofnode_get_child_count() by Chunfeng Yun · 4 years, 5 months ago
  29. 0b885bc acpi: Add an acpi command by Simon Glass · 4 years, 5 months ago
  30. 93f7f82 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 5 months ago
  31. e5301ba test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 8 months ago
  32. ff52665 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 8 months ago
  33. 2c0f782 gpio: sandbox: cleanup binding support by Patrick Delaunay · 4 years, 8 months ago
  34. d15c05b test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · 4 years, 8 months ago
  35. e3f3a12 gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 8 months ago
  36. f51b4bc Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 5 months ago
  37. 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 6 months ago
  38. 70573c6 dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 6 months ago
  39. 1ecea74 sandbox: add reserved-memory node in device tree by Heinrich Schuchardt · 4 years, 6 months ago
  40. 2960107 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 7 months ago
  41. 42c64d1 sandbox: Update PCI nodes in dts files by Tom Rini · 4 years, 7 months ago
  42. f50cc95 acpi: Add a simple sandbox test by Simon Glass · 4 years, 6 months ago
  43. 0575163 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 7 months ago
  44. 9a8942b Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 4 years, 7 months ago
  45. 0255435 dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 8 months ago
  46. ba87607 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 8 months ago
  47. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  48. a466db5 sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 8 months ago
  49. 6be88c7 sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 8 months ago
  50. 96d0cd4 sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 8 months ago
  51. ac7b730 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 8 months ago
  52. 5f736f8 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 8 months ago
  53. c127f19 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 8 months ago
  54. 3062cd1 sound: Add a new stop_play() method by Simon Glass · 4 years, 8 months ago
  55. 3ff6fe5 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 8 months ago
  56. 1c8c47e sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 8 months ago
  57. 89cdb0b sandbox: Drop os_realloc() by Simon Glass · 4 years, 8 months ago
  58. 0db1b43 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 8 months ago
  59. cf23c7c sandbox: Rename 'free' variable by Simon Glass · 4 years, 8 months ago
  60. 4209be3 sandbox: Sort the help options by Simon Glass · 4 years, 8 months ago
  61. 19464f4 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 9 months ago
  62. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  63. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 8 months ago
  64. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  65. d6b92b9 Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 9 months ago
  66. dc12ebb dm: test: Add a test driver for devres by Simon Glass · 4 years, 9 months ago
  67. ff0dada sandbox: rng: Add a random number generator(rng) driver by Sughosh Ganu · 4 years, 9 months ago
  68. c0912f9 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 4 years, 9 months ago
  69. 951674a dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · 5 years ago
  70. 22e9351 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · 5 years ago
  71. fbb0efd sandbox: Add a test for IRQ by Simon Glass · 4 years, 10 months ago
  72. 3e17ffb sandbox: Add PCI driver and test for p2sb by Simon Glass · 4 years, 10 months ago
  73. 89694de sandbox: Disable mmio by default in tests by Simon Glass · 4 years, 10 months ago
  74. 3b65ee3 x86: sandbox: Add a PMC emulator and test by Simon Glass · 4 years, 10 months ago
  75. 15ab77c sandbox: add missing compatible property in device tree by Heinrich Schuchardt · 4 years, 11 months ago
  76. 288b29e common: Move command functions out of common.h by Simon Glass · 4 years, 10 months ago
  77. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  78. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  79. fd8adc3 Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 10 months ago
  80. 14b254b Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 4 years, 10 months ago
  81. 4ecb506 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
  82. 3b4847c efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · 4 years, 11 months ago
  83. bb1bb4b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  84. 619025b sandbox: test: Add a prototype for sandbox_set_enable_memio() by Simon Glass · 5 years ago
  85. 8417385 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  86. 9a52be1 test: clk: test clock self assignment by Jean-Jacques Hiblot · 5 years ago
  87. dd2e0ce test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · 5 years ago
  88. d11ef4d sandbox: fix build error due to missing struct udevice definition by AKASHI Takahiro · 5 years ago
  89. 073e6d6 sandbox: fix cpu property in test.dts for pytest by AKASHI Takahiro · 5 years ago
  90. 23f965a dm: Add a dsi host uclass by Yannick Fertré · 5 years ago
  91. 75d8f49 sandbox: pci: Create a new sandbox_pci_read_bar() function by Simon Glass · 5 years ago
  92. 33c215a dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  93. 9b69ba4 pci: sandbox: Move the emulators into their own node by Simon Glass · 5 years ago
  94. e77663c sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · 5 years ago
  95. b0e2c23 sandbox: pci: Increase the memory space by Simon Glass · 5 years ago
  96. 189882c sandbox: Add a -T flag to use the test device tree by Simon Glass · 5 years ago
  97. 239cdcf sandbox: Add support for clrsetio_32() and friends by Simon Glass · 5 years ago
  98. 3414581 sandbox: Rename PCI ID for swap_case to be more specific by Simon Glass · 5 years ago
  99. a605b0f sandbox: spmi: Add ranges property for address translation by Simon Glass · 5 years ago
  100. 366291a spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago