1. dea5df7 test: Add tests for CPU uclass by Mario Six · Mon Aug 06 10:23:44 2018 +0200
  2. 5077f43 sandbox: Build with -fPIC by Andy Shevchenko · Mon Sep 03 12:08:10 2018 +0300
  3. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · Mon Aug 06 20:47:39 2018 +0900
  4. 72e545a Remove CONFIG_USE_STDINT by Masahiro Yamada · Mon Aug 06 20:47:38 2018 +0900
  5. 501607a Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · Fri Aug 24 16:11:01 2018 -0400
  6. 20f2b0f Partially revert "efi_loader: Rename sections to allow for implicit data" by Simon Glass · Wed Aug 08 03:54:16 2018 -0600
  7. e83a31b cmd: Add bind/unbind commands to bind a device to a driver from the command line by Jean-Jacques Hiblot · Thu Aug 09 16:17:46 2018 +0200
  8. 41cc3b9 sandbox: Move BSS after EFI sections by Alexander Graf · Tue Aug 07 00:29:01 2018 +0200
  9. 68a3398 Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · Sat Aug 11 19:49:29 2018 -0400
  10. a8ce0ee test: Add tests for misc uclass by Mario Six · Tue Jul 31 14:24:14 2018 +0200
  11. 9592215 sandbox: Add and build AXI bus and device by Mario Six · Thu Aug 09 14:51:19 2018 +0200
  12. f95104d axi: Add AXI sandbox driver and simple emulator by Mario Six · Thu Aug 09 14:51:18 2018 +0200
  13. d74d312 test: dm: pci: Add cases for finding PCI capability APIs by Bin Meng · Fri Aug 03 01:14:53 2018 -0700
  14. 510dddb test: dm: pci: Add tests for mixed static and dynamic devices on the same bus by Bin Meng · Fri Aug 03 01:14:50 2018 -0700
  15. 5fed536 sandbox: Update test.dts for dynamic PCI device driver matching by Bin Meng · Fri Aug 03 01:14:47 2018 -0700
  16. c69ae41 pci: sandbox: swap_case: Declare dynamic driver matching by Bin Meng · Fri Aug 03 01:14:46 2018 -0700
  17. 408e590 test: dm: pci: Test more than one PCI host controller by Bin Meng · Fri Aug 03 01:14:41 2018 -0700
  18. cbf071b test: dm: pci: Test more than one device on the same bus by Bin Meng · Fri Aug 03 01:14:39 2018 -0700
  19. 1119271 clk: add clk_valid() by Fabrice Gasnier · Tue Jul 24 16:31:28 2018 +0200
  20. b30a7ef Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Mon Jul 30 16:02:29 2018 -0400
  21. 89590c8 sandbox: eth-raw: Add a SIMPLE_BUS to enumerate host interfaces by Joe Hershberger · Mon Jul 02 14:47:54 2018 -0500
  22. 144e14b sandbox: eth-raw: Allow interface to be specified by index by Joe Hershberger · Mon Jul 02 14:47:52 2018 -0500
  23. 1b312cb sandbox: eth-raw: Add a function to ask the host about localhost by Joe Hershberger · Mon Jul 02 14:47:51 2018 -0500
  24. e569140 net: sandbox-raw: Convert raw eth driver to livetree by Joe Hershberger · Mon Jul 02 14:47:50 2018 -0500
  25. f9d4168 sandbox: eth-raw: Make sure descriptors are always initialized by Joe Hershberger · Mon Jul 02 14:47:47 2018 -0500
  26. 76f3c10 sandbox: Fix format of fake-host-hwaddr in test.dts by Joe Hershberger · Mon Jul 02 14:47:45 2018 -0500
  27. 0edb525 sandbox: eth-raw: Correct valid socket test in send/recv by Joe Hershberger · Mon Jul 02 14:47:44 2018 -0500
  28. 94a10f2 efi_loader: Rename sections to allow for implicit data by Alexander Graf · Tue Jun 12 07:48:37 2018 +0200
  29. 26ed32e drivers: smem: sandbox by Ramon Fried · Mon Jul 02 02:57:59 2018 +0300
  30. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · Mon Jun 11 16:21:50 2018 +0900
  31. a0434ab SPDX: Fixup tags from latest EFI PR by Tom Rini · Sun Jun 03 16:10:22 2018 -0400
  32. 43c4205 efi: sandbox: Add required linker sections by Simon Glass · Wed May 16 09:42:23 2018 -0600
  33. 5dccd15 sandbox: Add a setjmp() implementation by Simon Glass · Wed May 16 09:42:22 2018 -0600
  34. 5ba71e5 test: dm: Fix wrong aliases property names by Eugeniu Rosca · Sat May 19 14:13:55 2018 +0200
  35. 80938c1 sandbox: dts: add Sandbox TPMv2.x node by Miquel Raynal · Tue May 15 11:57:27 2018 +0200
  36. a4d8297 sandbox: Enable support for MC34708 PMIC in DTS by Lukasz Majewski · Tue May 15 16:26:40 2018 +0200
  37. b58adfe dm: led: add testcase for "default-state" property by Patrick Bruenn · Wed Apr 11 11:16:29 2018 +0200
  38. 42ab107 test: regmap: test Linux-compatible syscon_node_to_regmap() by Masahiro Yamada · Mon Apr 23 13:26:53 2018 +0900
  39. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  40. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · Wed Apr 18 13:50:47 2018 -0400
  41. 567a38b clk: add sandbox test for bulk API by Neil Armstrong · Tue Apr 03 11:44:19 2018 +0200
  42. 20c633d reset: add sandbox test for bulk API by Neil Armstrong · Tue Apr 03 11:40:51 2018 +0200
  43. 35616ef core: ofnode: Fix translation for #size-cells == 0 by Mario Six · Mon Mar 12 14:53:33 2018 +0100
  44. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  45. 61efece sandbox: Add 64-bit sandbox by Mario Six · Mon Feb 12 08:05:57 2018 +0100
  46. 9e7ab23 sandbox: Rename 'num-gpios' property to avoid dtc warning by Simon Glass · Sat Feb 03 10:36:59 2018 -0700
  47. 305ac9a sandbox: Correct dtc warning in /chosen node by Simon Glass · Sat Feb 03 10:36:58 2018 -0700
  48. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · Wed Jan 24 20:47:09 2018 +0300
  49. 639725e fix spelling of 'functions' in 2 places (was 'funtcions') by Simon Goldschmidt · Tue Feb 13 13:18:27 2018 +0100
  50. b890600 SystemACE: Remove by Tom Rini · Mon Feb 12 09:51:33 2018 -0500
  51. a471b67 dm: core: parse chosen node by Rob Clark · Wed Jan 10 11:33:30 2018 +0100
  52. b7c82ed build: Drop CONFIG_SPL_BUILD guards in some cases by Tom Rini · Thu Dec 21 22:13:22 2017 -0500
  53. e23c388 power: extend prefix match to regulator-name property by Felix Brack · Mon Nov 27 09:14:16 2017 +0100
  54. 29d1143 Revert "sandbox: remove os_putc() and os_puts()" by Simon Glass · Mon Dec 04 13:48:17 2017 -0700
  55. 3662947 sandbox: Add clrbits/setbits macros by Tom Rini · Fri Sep 29 08:53:53 2017 -0400
  56. f53b5ea sandbox: avoid memory leak in os_dirent_ls by Heinrich Schuchardt · Thu Sep 21 12:56:07 2017 +0200
  57. f768aa8 sandbox: Expand list of IO accessors by Maxime Ripard · Mon Oct 02 15:25:56 2017 +0200
  58. 5136925 sandbox: Use asm-generic/io.h by Paul Burton · Thu Sep 14 15:05:13 2017 -0700
  59. 9cc2d14 dm: test: replace dm_scan_dt() by of dm_extended_scan_fdt() in dm_do_test by Patrice Chotard · Mon Sep 04 14:55:57 2017 +0200
  60. f34b4de sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig by Bin Meng · Tue Aug 01 16:33:34 2017 -0700
  61. 6bafd24 sandbox: Introduce Kconfig option for 32/64 bit host by Bin Meng · Tue Aug 01 16:33:33 2017 -0700
  62. 843c299 sandbox: Add a dummy invalidate_dcache_range() function by Bin Meng · Tue Aug 22 08:15:18 2017 -0700
  63. 9488451 sandbox: remove os_putc() and os_puts() by Masahiro Yamada · Mon Jul 17 13:08:31 2017 +0900
  64. 25428c4 sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size before relocation by Andy Yan · Mon Jul 24 17:49:59 2017 +0800
  65. 17b1107 sandbox: Stop printing platdata at the start of SPL by Simon Glass · Sun Jun 18 22:09:05 2017 -0600
  66. 00c34d5b sandbox: Enable more console options by Simon Glass · Thu Jun 15 21:37:53 2017 -0600
  67. 9c433fe dm: core: Test uclass_first/next_device() on probe failure by Simon Glass · Sun Apr 23 20:10:44 2017 -0600
  68. b6f605e sandbox: Fix comparison of unsigned enum expression warning by Tom Rini · Sat May 13 20:11:30 2017 -0400
  69. 38e7974 bootstage: Require timer_get_boot_us() to be defined by Simon Glass · Mon May 22 05:05:23 2017 -0600
  70. f237151 sandbox: Make u-boot-sandbox.h a private header by Simon Glass · Wed May 17 08:22:48 2017 -0600
  71. 36d08d82 sandbox: Add a way to reset sandbox state for tests by Simon Glass · Thu May 18 20:09:13 2017 -0600
  72. e4fef74 dm: blk: Improve block device claiming by Simon Glass · Sun Apr 23 20:02:07 2017 -0600
  73. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · Wed May 17 17:18:03 2017 -0600
  74. 7e9db02 dm: test: Add tests for the generic PHY uclass by Jean-Jacques Hiblot · Mon Apr 24 11:51:28 2017 +0200
  75. daea6d4 dm: Simple Watchdog uclass by maxims@google.com · Mon Apr 17 12:00:21 2017 -0700
  76. e62f4be dm: sandbox: pwm: Add a basic pwm test by Simon Glass · Sun Apr 16 21:01:11 2017 -0600
  77. fefc7ba sandbox: Add some test LEDs by Simon Glass · Mon Apr 10 11:34:51 2017 -0600
  78. fa72fe5 sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded by Tom Rini · Wed Apr 12 16:41:00 2017 -0400
  79. b419dbb board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() by Simon Glass · Tue Mar 28 10:27:28 2017 -0600
  80. b94eed5 board_f: sandbox: Move setup_ram_buf() to private code by Simon Glass · Tue Mar 28 10:27:16 2017 -0600
  81. b17ab15 dtoc: Replace dot with underscore to avoid compiler errors by Simon Glass · Sun Jan 15 21:09:08 2017 -0700
  82. e8845d2 spl: sandbox: Drop spl_board_announce_boot_device() by Simon Glass · Wed Nov 30 15:30:56 2016 -0700
  83. 4fc1f25 spl: Add a name to the SPL load-image methods by Simon Glass · Wed Nov 30 15:30:50 2016 -0700
  84. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · Sat Nov 26 11:02:10 2016 +0900
  85. f48e025 drivers/pci/Kconfig: Add PCI by Tom Rini · Wed Oct 26 17:15:37 2016 -0400
  86. cc02256 efi: Use asmlinkage for EFIAPI by Simon Glass · Sun Sep 25 15:27:31 2016 -0600
  87. b7ffa82 sandbox/fs: Set correct filetype for unknown filetype by Stefan Brüns · Tue Oct 04 21:46:35 2016 +0200
  88. 652acc7 sandbox: Use the address in readl/writel() functions by Simon Glass · Sat Oct 01 14:42:33 2016 -0600
  89. ae71ede sandbox/fs: Use readdir instead of deprecated readdir_r by Stefan Brüns · Sat Oct 01 20:41:42 2016 +0200
  90. b212990 sandbox/fs: Use correct size path name buffer by Stefan Brüns · Sat Oct 01 20:41:40 2016 +0200
  91. d4cb888 sandbox/fs: Make linking of nodes in os_dirent_ls more obvious by Stefan Brüns · Sat Oct 01 20:41:39 2016 +0200
  92. ee30679 spl: Pass spl_image as a parameter to load_image() methods by Simon Glass · Sat Sep 24 18:20:13 2016 -0600
  93. a499648 spl: Convert spl_board_load_image() to use linker list by Simon Glass · Sat Sep 24 18:20:12 2016 -0600
  94. c0b6c9b spl: Convert boot_device into a struct by Simon Glass · Sat Sep 24 18:19:57 2016 -0600
  95. 8dd1c9e spl: Move spl_board_load_image() into a generic header by Simon Glass · Sat Sep 24 18:19:51 2016 -0600
  96. b11b235 sandbox, x86: select DM_KEYBOARD instead of default y entry by Masahiro Yamada · Thu Sep 08 18:47:35 2016 +0900
  97. 83e3ed1 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · Wed Sep 21 11:28:56 2016 +0900
  98. 36f067f cmd: Split 'bootz' and 'booti' out from 'bootm' by Tom Rini · Fri Aug 12 08:31:15 2016 -0400
  99. 92c67fa Add a power domain framework/uclass by Stephen Warren · Wed Jul 13 13:45:31 2016 -0600
  100. ecf6082 Merge git://git.denx.de/u-boot-dm by Tom Rini · Fri Jul 15 08:06:22 2016 -0400