1. 90fa4e9 Merge branch 'next' by Tom Rini · 4 years, 5 months ago
  2. 4508abf sandbox, test: add test for GPIO_HOG function by Heiko Schocher · 4 years, 6 months ago
  3. 0c1f6bf reset: Add generic reset driver by Sean Anderson · 4 years, 5 months ago
  4. b786054 dm: Add support for simple-pm-bus by Sean Anderson · 4 years, 5 months ago
  5. 7c41a22 dm: uclass: don't assign aliased seq numbers by Michael Walle · 4 years, 6 months ago
  6. 7c96132 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 6 months ago
  7. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  8. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  9. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  10. 2dc9c34 common: Drop image.h from common header by Simon Glass · 4 years, 7 months ago
  11. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  12. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  13. 643778b test: dm: update test for open-drain/open-source emulation in gpio-uclass by Neil Armstrong · 4 years, 7 months ago
  14. 7109297 test: dm: phy: add a test item for the phy_bulk API by developer · 4 years, 7 months ago
  15. cf8bc13 test: dm: add test item for ofnode_get_child_count() by developer · 4 years, 7 months ago
  16. faf08c7 acpi: Add an acpi command by Simon Glass · 4 years, 7 months ago
  17. 17968c3 acpi: Add a method to write tables for a device by Simon Glass · 4 years, 7 months ago
  18. 1b4a22f test: pinmux: add pincontrol-gpio for pin configuration by Patrick Delaunay · 4 years, 11 months ago
  19. 28bdaa5 test: dm: update test for pins configuration in gpio by Patrick Delaunay · 4 years, 11 months ago
  20. 23aee61 gpio: sandbox: cleanup binding support by Patrick Delaunay · 4 years, 11 months ago
  21. 939cbe9 test: dm: update test for pins configuration in pinctrl node by Patrick Delaunay · 4 years, 11 months ago
  22. 054fbba gpio: remove the open_drain API and ops by Patrick Delaunay · 4 years, 11 months ago
  23. 41b888e Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 7 months ago
  24. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 8 months ago
  25. 421e81e dm: test: add test case for dev_read_u64 function by Dario Binacchi · 4 years, 8 months ago
  26. ad93570 sandbox: add reserved-memory node in device tree by Heinrich Schuchardt · 4 years, 9 months ago
  27. 2b72ad2 sandbox: also restore terminal settings when killed by SIGINT by Rasmus Villemoes · 4 years, 10 months ago
  28. 4a3ca48 sandbox: Update PCI nodes in dts files by Tom Rini · 4 years, 10 months ago
  29. 2d67fdf acpi: Add a simple sandbox test by Simon Glass · 4 years, 8 months ago
  30. 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · 4 years, 9 months ago
  31. 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
  32. 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · 4 years, 10 months ago
  33. a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · 4 years, 10 months ago
  34. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  35. d2caf7b sandbox: Support changing the LCD colour depth by Simon Glass · 4 years, 10 months ago
  36. f91de0b sandbox: sdl: Add an option to double the screen size by Simon Glass · 4 years, 10 months ago
  37. b6f4c1c sandbox: sdl: Move to use SDL2 by Simon Glass · 4 years, 10 months ago
  38. 4b0e121 sandbox: sdl: Support waiting for audio to complete by Simon Glass · 4 years, 10 months ago
  39. f0e2f42 sandbox: sdl: Improve error handling by Simon Glass · 4 years, 10 months ago
  40. 840a868 sandbox: Add comments to the sdl struct by Simon Glass · 4 years, 10 months ago
  41. 70bc14b sound: Add a new stop_play() method by Simon Glass · 4 years, 10 months ago
  42. 30f9205 sandbox: Add a new header for the system malloc() by Simon Glass · 4 years, 10 months ago
  43. 0a4eabb sandbox: Ensure that long-options array is terminated by Simon Glass · 4 years, 10 months ago
  44. 9562d4c sandbox: Drop os_realloc() by Simon Glass · 4 years, 10 months ago
  45. fa25226 sandbox: Drop use of special os_malloc() where possible by Simon Glass · 4 years, 10 months ago
  46. ec09a18 sandbox: Rename 'free' variable by Simon Glass · 4 years, 10 months ago
  47. 11c92b1 sandbox: Sort the help options by Simon Glass · 4 years, 10 months ago
  48. 41f0a66 cli: Make the sandbox board_run_command the default by Sean Anderson · 4 years, 11 months ago
  49. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  50. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 10 months ago
  51. f11478f common: Move hang() to the same header as panic() by Simon Glass · 5 years ago
  52. b2b76eb Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 11 months ago
  53. 204675c dm: test: Add a test driver for devres by Simon Glass · 5 years ago
  54. 23e3751 sandbox: rng: Add a random number generator(rng) driver by Sughosh Ganu · 5 years ago
  55. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · 5 years ago
  56. f695f6e dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · 5 years ago
  57. 1fe8a49 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · 5 years ago
  58. 54028bc sandbox: Add a test for IRQ by Simon Glass · 5 years ago
  59. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · 5 years ago
  60. c2dbcd4 sandbox: Disable mmio by default in tests by Simon Glass · 5 years ago
  61. 8c50102 x86: sandbox: Add a PMC emulator and test by Simon Glass · 5 years ago
  62. deaf297 sandbox: add missing compatible property in device tree by Heinrich Schuchardt · 5 years ago
  63. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  64. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  65. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  66. 8a9ebe3 Merge tag 'dm-pull-14nov19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  67. 7042b89 Merge tag 'efi-2020-01-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · 5 years ago
  68. 05a1684 sandbox: use correct type reading /proc/self/maps by Heinrich Schuchardt · 5 years ago
  69. 0f675d9 efi_loader: support building UEFI binaries on sandbox by Heinrich Schuchardt · 5 years ago
  70. ba1e61b Merge tag 'dm-pull-29oct19' of git://git.denx.de/u-boot-dm by Tom Rini · 5 years ago
  71. c667fb0 sandbox: test: Add a prototype for sandbox_set_enable_memio() by Simon Glass · 5 years ago
  72. d80cda2 sandbox: Drop 'const' from sandbox_write() by Simon Glass · 5 years ago
  73. c1e9c94 test: clk: test clock self assignment by Jean-Jacques Hiblot · 5 years ago
  74. 98e8418 test: clk: Update tests to also check the managed API by Jean-Jacques Hiblot · 5 years ago
  75. 259dfe6 sandbox: fix build error due to missing struct udevice definition by AKASHI Takahiro · 5 years ago
  76. 8fb963a sandbox: fix cpu property in test.dts for pytest by AKASHI Takahiro · 5 years ago
  77. 9712c82 dm: Add a dsi host uclass by Yannick Fertré · 5 years ago
  78. 72231f7 sandbox: pci: Create a new sandbox_pci_read_bar() function by Simon Glass · 5 years ago
  79. 23b2759 dm: pci: Add a function to read a PCI BAR by Simon Glass · 5 years ago
  80. b98ba4c pci: sandbox: Move the emulators into their own node by Simon Glass · 5 years ago
  81. 0a341a7 sandbox: Allow use of real I/O with readl(), etc. by Simon Glass · 5 years ago
  82. 35464f7 sandbox: pci: Increase the memory space by Simon Glass · 5 years ago
  83. 3c3968f sandbox: Add a -T flag to use the test device tree by Simon Glass · 5 years ago
  84. ca6f121 sandbox: Add support for clrsetio_32() and friends by Simon Glass · 5 years ago
  85. 21c8f1a sandbox: Rename PCI ID for swap_case to be more specific by Simon Glass · 5 years ago
  86. 9513997 sandbox: spmi: Add ranges property for address translation by Simon Glass · 5 years ago
  87. c5d2720 spl: Add an arch-specific hook for writing to SPL handoff by Simon Glass · 5 years ago
  88. 25394e7 sysreset: switch to using SYSRESET_POWER_OFF for poweroff by Urja Rannikko · 6 years ago
  89. fa00255 doc: arch: sandbox: Replace all the instances of README.sandbox by Keerthy · 5 years ago
  90. 41c0e26 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  91. c6b05de Merge tag 'u-boot-stm32-20190723' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  92. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  93. 8c0709b clk: sandbox: Add sandbox test code for Common Clock Framework [CCF] by Lukasz Majewski · 5 years ago
  94. ccafcdd dts: sandbox: Add 'osc' clock for Common Clock Framework [CCF] testing by Lukasz Majewski · 5 years ago
  95. 0649be5 test: dm: add a test for MDIO MUX DM uclass by Alex Marginean · 5 years ago
  96. 0daa53a test: dm: add MDIO test by Alex Marginean · 5 years ago
  97. 5a822e8 Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  98. afdb342 test: pci_ep: add basic pci_ep tests by Ramon Fried · 6 years ago
  99. c64f19b pci_ep: add pci endpoint sandbox driver by Ramon Fried · 6 years ago
  100. f127443 test: dm: Add a test for PCI Enhanced Allocation by Alex Marginean · 5 years ago