1. e14f1a2 spl: Add support for passing handoff info to U-Boot proper by Simon Glass · 6 years ago
  2. cca2552 sandbox: Boot in U-Boot through the standard call by Simon Glass · 6 years ago
  3. 7465f00 sandbox: Filter arguments when starting U-Boot by Simon Glass · 6 years ago
  4. 6009763 sandbox: Use malloc() and free() from os layer by Simon Glass · 6 years ago
  5. 7dafd02 sandbox: Refactor code to create os_jump_to_file() by Simon Glass · 6 years ago
  6. 46508c9 sandbox: Add a new 'sb' command by Simon Glass · 6 years ago
  7. b5dfea8 sandbox: Add an option to display of-platdata in SPL by Simon Glass · 6 years ago
  8. 36eee8c sf: Add a method to obtain the block-protect setting by Simon Glass · 6 years ago
  9. e550155 sandbox: Update some drivers to work in SPL/TPL by Simon Glass · 6 years ago
  10. 8d176d8 sandbox: Add a function to read a host file by Simon Glass · 6 years ago
  11. fa4bf41 sandbox: remove stray DEBUG by Heinrich Schuchardt · 6 years ago
  12. 0fc8afc test/py: test pinmux command by Patrice Chotard · 6 years ago
  13. da3e72f cpu: sandbox: Add "u-boot, dm-pre-reloc" for all cpu nodes by Bin Meng · 6 years ago
  14. 1bb290d test: dm: virtio: Add test cases for virtio uclass by Bin Meng · 6 years ago
  15. 57ba942 sandbox: Try to start the RAM buffer at a particular address by Simon Glass · 6 years ago
  16. e3f59f4 test: regmap: Increase size of syscon0 memory by Mario Six · 6 years ago
  17. d9d2478 test: dm: core: Add a test case for driver marked with DM_FLAG_PRE_RELOC flag by Bin Meng · 6 years ago
  18. e573322 test: Add PCI device entry without compat string and with DT node by Marek Vasut · 6 years ago
  19. dacfde8 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  20. 9716dc1 test: eth: Add a test for the target being pinged by Joe Hershberger · 6 years ago
  21. 54418d0 test: eth: Add a test for ARP requests by Joe Hershberger · 6 years ago
  22. 11b8503 net: sandbox: Add a priv ptr for tests to use by Joe Hershberger · 6 years ago
  23. 46d2b6e net: sandbox: Allow fake eth to handle more than 1 packet response by Joe Hershberger · 6 years ago
  24. c136307 net: sandbox: Share the priv structure with tests by Joe Hershberger · 6 years ago
  25. 2260f13 net: sandbox: Make the fake eth driver response configurable by Joe Hershberger · 6 years ago
  26. 878123d net: sandbox: Refactor sandbox send function by Joe Hershberger · 6 years ago
  27. 5620cf8 test: panel: Add a test for the panel uclass by Simon Glass · 6 years ago
  28. 699c9ca dm: core: Update ofnode to read binman-style flash entry by Simon Glass · 6 years ago
  29. ae50ec7 sandbox: Restore blocking I/O on exit by Simon Glass · 6 years ago
  30. 8e8963b dm: spi: Clean up detection of sandbox SPI emulator by Simon Glass · 6 years ago
  31. 332894d sandbox: Remove the old memory file later by Simon Glass · 6 years ago
  32. 4e9a64d sandbox: Add a flag to set the default log level by Simon Glass · 6 years ago
  33. dc4d8eb sandbox: Support booting from TPL to SPL by Simon Glass · 6 years ago
  34. cbfa845 sandbox: Add a way to write data to the host filesystem by Simon Glass · 6 years ago
  35. ce55a11 sandbox: Support file truncation with os_open() by Simon Glass · 6 years ago
  36. 4e766c2 sandbox: Unprotect DATA regions in bus tests by Simon Glass · 6 years ago
  37. 86afaa6 sandbox: dt: add sandbox_tee node by Jens Wiklander · 6 years ago
  38. b93eea7 Merge git://git.denx.de/u-boot-dm by Tom Rini · 6 years ago
  39. 6973345 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · 6 years ago
  40. b3b2ddb dm: test: Add "/firmware" node scan test by Rajan Vaja · 6 years ago
  41. ab664ff test: Add tests for board uclass by Mario Six · 6 years ago
  42. fc50a80 sandbox: DTS: w1: add node for one wire interface on GPIO by Eugen Hristev · 6 years ago
  43. 02ad6fb video_osd: Add osd sandbox driver and tests by Mario Six · 6 years ago
  44. 934a545 sandbox: Allow to execute from RAM by Alexander Graf · 6 years ago
  45. 5b0bdab sandbox: Fix setjmp/longjmp by Alexander Graf · 6 years ago
  46. fc1ebd3 sandbox: Enhance map_to_sysmem() to handle foreign pointers by Simon Glass · 6 years ago
  47. b7255ef sandbox: Add support for calling abort() by Simon Glass · 6 years ago
  48. be005d8 sandbox: Align RAM buffer to the machine page size by Simon Glass · 6 years ago
  49. dea5df7 test: Add tests for CPU uclass by Mario Six · 6 years ago
  50. 5077f43 sandbox: Build with -fPIC by Andy Shevchenko · 6 years ago
  51. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · 6 years ago
  52. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · 6 years ago
  53. 501607a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  54. 20f2b0f Partially revert "efi_loader: Rename sections to allow for implicit data" by Simon Glass · 6 years ago
  55. e83a31b cmd: Add bind/unbind commands to bind a device to a driver from the command line by Jean-Jacques Hiblot · 6 years ago
  56. 41cc3b9 sandbox: Move BSS after EFI sections by Alexander Graf · 6 years ago
  57. 68a3398 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 6 years ago
  58. a8ce0ee test: Add tests for misc uclass by Mario Six · 6 years ago
  59. 9592215 sandbox: Add and build AXI bus and device by Mario Six · 6 years ago
  60. f95104d axi: Add AXI sandbox driver and simple emulator by Mario Six · 6 years ago
  61. d74d312 test: dm: pci: Add cases for finding PCI capability APIs by Bin Meng · 6 years ago
  62. 510dddb test: dm: pci: Add tests for mixed static and dynamic devices on the same bus by Bin Meng · 6 years ago
  63. 5fed536 sandbox: Update test.dts for dynamic PCI device driver matching by Bin Meng · 6 years ago
  64. c69ae41 pci: sandbox: swap_case: Declare dynamic driver matching by Bin Meng · 6 years ago
  65. 408e590 test: dm: pci: Test more than one PCI host controller by Bin Meng · 6 years ago
  66. cbf071b test: dm: pci: Test more than one device on the same bus by Bin Meng · 6 years ago
  67. 1119271 clk: add clk_valid() by Fabrice Gasnier · 6 years ago
  68. b30a7ef Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · 6 years ago
  69. 89590c8 sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · 6 years ago
  70. 144e14b sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · 6 years ago
  71. 1b312cb sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · 6 years ago
  72. e569140 net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · 6 years ago
  73. f9d4168 sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · 6 years ago
  74. 76f3c10 sandbox: Fix format of fake-host-hwaddr in test.dts by Joe Hershberger · 6 years ago
  75. 0edb525 sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · 6 years ago
  76. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · 6 years ago
  77. 26ed32e drivers: smem: sandbox by Ramon Fried · 6 years ago
  78. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · 6 years ago
  79. a0434ab SPDX: Fixup tags from latest EFI PR by Tom Rini · 6 years ago
  80. 43c4205 efi: sandbox: Add required linker sections by Simon Glass · 7 years ago
  81. 5dccd15 sandbox: Add a setjmp() implementation by Simon Glass · 7 years ago
  82. 5ba71e5 test: dm: Fix wrong aliases property names by Eugeniu Rosca · 7 years ago
  83. 80938c1 sandbox: dts: add Sandbox TPMv2.x node by Miquel Raynal · 7 years ago
  84. a4d8297 sandbox: Enable support for MC34708 PMIC in DTS by Lukasz Majewski · 7 years ago
  85. b58adfe dm: led: add testcase for "default-state" property by Patrick Bruenn · 7 years ago
  86. 42ab107 test: regmap: test Linux-compatible syscon_node_to_regmap() by Masahiro Yamada · 7 years ago
  87. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  88. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  89. 567a38b clk: add sandbox test for bulk API by Neil Armstrong · 7 years ago
  90. 20c633d reset: add sandbox test for bulk API by Neil Armstrong · 7 years ago
  91. 35616ef core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
  92. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  93. 61efece sandbox: Add 64-bit sandbox by Mario Six · 7 years ago
  94. 9e7ab23 sandbox: Rename 'num-gpios' property to avoid dtc warning by Simon Glass · 7 years ago
  95. 305ac9a sandbox: Correct dtc warning in /chosen node by Simon Glass · 7 years ago
  96. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  97. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · 7 years ago
  98. b890600 SystemACE: Remove by Tom Rini · 7 years ago
  99. a471b67 dm: core: parse chosen node by Rob Clark · 7 years ago
  100. b7c82ed build: Drop CONFIG_SPL_BUILD guards in some cases by Tom Rini · 7 years ago