1. 50b288a sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  2. 9f8037e sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  3. fa830ae sandbox: dt: add sandbox_tee node by Jens Wiklander · 6 years ago
  4. d24c1d0 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  5. b592936 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  6. 31b8217 dm: test: Add "/firmware" node scan test by Rajan Vaja · 6 years ago
  7. e6fd018 test: Add tests for board uclass by Mario Six · 6 years ago
  8. 81b8e96 sandbox: DTS: w1: add node for one wire interface on GPIO by Eugen Hristev · 6 years ago
  9. 4eea531 video_osd: Add osd sandbox driver and tests by Mario Six · 6 years ago
  10. 6e6e4b2 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  11. 3fcb714 sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  12. 428aa0c sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago
  13. fe938fb sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  14. 6131850 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
  15. fa44b53 test: Add tests for CPU uclass by Mario Six · 6 years ago
  16. e599c4e7 sandbox: Build with -fPIC by Andy Shevchenko · 6 years ago
  17. 3747bdb arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  18. 9865543 Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  19. 15fd1b7 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  20. 7bf07cf Partially revert "efi_loader: Rename sections to allow for implicit data" by Simon Glass · 6 years ago
  21. 49c752c cmd: Add bind/unbind commands to bind a device to a driver from the command line by Jean-Jacques Hiblot · 6 years ago
  22. 18e684d sandbox: Move BSS after EFI sections by Alexander Graf · 6 years ago
  23. 8fee226 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 6 years ago
  24. 004e67c test: Add tests for misc uclass by Mario Six · 6 years ago
  25. 957983e sandbox: Add and build AXI bus and device by Mario Six · 6 years ago
  26. 9a8bcab axi: Add AXI sandbox driver and simple emulator by Mario Six · 6 years ago
  27. 95e1106 test: dm: pci: Add cases for finding PCI capability APIs by Bin Meng · 6 years ago
  28. 3ed214a test: dm: pci: Add tests for mixed static and dynamic devices on the same bus by Bin Meng · 6 years ago
  29. 490d13a sandbox: Update test.dts for dynamic PCI device driver matching by Bin Meng · 6 years ago
  30. 59a160e pci: sandbox: swap_case: Declare dynamic driver matching by Bin Meng · 6 years ago
  31. dee4d75 test: dm: pci: Test more than one PCI host controller by Bin Meng · 6 years ago
  32. 2db7f2b test: dm: pci: Test more than one device on the same bus by Bin Meng · 6 years ago
  33. 1fe243a clk: add clk_valid() by Fabrice Gasnier · 6 years ago
  34. 406fd7e Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  35. f40a31e sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  36. c9e2caf sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  37. ac13270 sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  38. 8c7988b net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  39. 50ed0ef sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · 6 years ago
  40. c6fa51a sandbox: Fix format of fake-host-hwaddr in test.dts by Joe Hershberger · 6 years ago
  41. 97367df sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · 6 years ago
  42. 7e21fbc efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  43. 7fd7e2c drivers: smem: sandbox by Ramon Fried · 6 years ago
  44. 28b538b .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  45. b5351a4 SPDX: Fixup tags from latest EFI PR by Tom Rini · 6 years ago
  46. bb223b7 efi: sandbox: Add required linker sections by Simon Glass · 6 years ago
  47. 30eef21 sandbox: Add a setjmp() implementation by Simon Glass · 6 years ago
  48. 507cef3 test: dm: Fix wrong aliases property names by Eugeniu Rosca · 6 years ago
  49. b91ad16 sandbox: dts: add Sandbox TPMv2.x node by Miquel Raynal · 6 years ago
  50. 686df49 sandbox: Enable support for MC34708 PMIC in DTS by Lukasz Majewski · 6 years ago
  51. 274fb46 dm: led: add testcase for "default-state" property by Patrick Bruenn · 6 years ago
  52. 99552c3 test: regmap: test Linux-compatible syscon_node_to_regmap() by Masahiro Yamada · 6 years ago
  53. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  54. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  55. 65388d0 clk: add sandbox test for bulk API by Neil Armstrong · 6 years ago
  56. 91f5f8b reset: add sandbox test for bulk API by Neil Armstrong · 6 years ago
  57. e8d5291 core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
  58. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  59. c6b89f3 sandbox: Add 64-bit sandbox by Mario Six · 7 years ago
  60. 995b60b sandbox: Rename 'num-gpios' property to avoid dtc warning by Simon Glass · 7 years ago
  61. 7e87816 sandbox: Correct dtc warning in /chosen node by Simon Glass · 7 years ago
  62. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  63. 9095d5b fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  64. 34a5c42 SystemACE: Remove by Tom Rini · 7 years ago
  65. f200680 dm: core: parse chosen node by Rob Clark · 7 years ago
  66. ec75fab build: Drop CONFIG_SPL_BUILD guards in some cases by Tom Rini · 7 years ago
  67. bf802f5 power: extend prefix match to regulator-name property by Felix Brack · 7 years ago
  68. 0b189b6 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · 7 years ago
  69. 35172cf sandbox: Add clrbits/setbits macros by Tom Rini · 7 years ago
  70. 04d0da5 sandbox: avoid memory leak in os_dirent_ls by Heinrich Schuchardt · 7 years ago
  71. a4dd872 sandbox: Expand list of IO accessors by Maxime Ripard · 7 years ago
  72. f7ae1ca sandbox: Use asm-generic/io.h by Paul Burton · 7 years ago
  73. ee87a09 dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test by Patrice Chotard · 7 years ago
  74. 226b50b sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig by Bin Meng · 7 years ago
  75. 98cff66 sandbox: Introduce Kconfig option for 32/64 bit host by Bin Meng · 7 years ago
  76. 0d1414b sandbox: Add a dummy invalidate_dcache_range() function by Bin Meng · 7 years ago
  77. 47b98ad sandbox: remove os_putc() and os_puts() by Masahiro Yamada · 7 years ago
  78. 1fc50d7 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · 7 years ago
  79. 2028cc5 sandbox: Stop printing platdata at the start of SPL by Simon Glass · 7 years ago
  80. d63b5b4 sandbox: Enable more console options by Simon Glass · 7 years ago
  81. 9856157 dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · 7 years ago
  82. e2bc87d sandbox: Fix comparison of unsigned enum expression warning by Tom Rini · 7 years ago
  83. c87dc38 bootstage: Require timer_get_boot_us() to be defined by Simon Glass · 7 years ago
  84. 86e748d sandbox: Make u-boot-sandbox.h a private header by Simon Glass · 7 years ago
  85. 34b744b sandbox: Add a way to reset sandbox state for tests by Simon Glass · 7 years ago
  86. e48eeb9 dm: blk: Improve block device claiming by Simon Glass · 7 years ago
  87. 9d92245 dm: Use dm.h header when driver mode is used by Simon Glass · 7 years ago
  88. 86322f5 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · 7 years ago
  89. 0753bc2 dm: Simple Watchdog uclass by maxims@google.com · 7 years ago
  90. 43b4156 dm: sandbox: pwm: Add a basic pwm test by Simon Glass · 7 years ago
  91. a89c3a0 sandbox: Add some test LEDs by Simon Glass · 7 years ago
  92. 6823e6f sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded by Tom Rini · 7 years ago
  93. 6896977 board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · 8 years ago
  94. bb96724 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · 8 years ago
  95. 6b6024a dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · 8 years ago
  96. f831b8e spl: sandbox: Drop spl_board_announce_boot_device() by Simon Glass · 8 years ago
  97. ebc4ef6 spl: Add a name to the SPL load-image methods by Simon Glass · 8 years ago
  98. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  99. af27382 drivers/pci/Kconfig: Add PCI by Tom Rini · 8 years ago
  100. a0b49bc efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago