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