1. 10fa536 board: xen: De-initialize before jumping to Linux by Oleksandr Andrushchenko · Thu Aug 06 12:43:00 2020 +0300
  2. ddf6e6a xen: pvblock: Print found devices indices by Anastasiia Lukianenko · Thu Aug 06 12:42:59 2020 +0300
  3. e855fbf xen: pvblock: Implement front-back protocol and do IO by Anastasiia Lukianenko · Thu Aug 06 12:42:58 2020 +0300
  4. 7ad05de xen: pvblock: Read XenStore configuration and initialize by Anastasiia Lukianenko · Thu Aug 06 12:42:57 2020 +0300
  5. 79d9f2a xen: pvblock: Enumerate virtual block devices by Anastasiia Lukianenko · Thu Aug 06 12:42:56 2020 +0300
  6. 4fec7f8 xen: pvblock: Add initial support for para-virtualized block driver by Anastasiia Lukianenko · Thu Aug 06 12:42:55 2020 +0300
  7. 3cc1dcc xen: Port Xen grant table driver from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:54 2020 +0300
  8. 4b72845 xen: Port Xen bus driver from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:53 2020 +0300
  9. 6e29ac4 lib: sscanf: add sscanf implementation by Andrii Anisov · Thu Aug 06 12:42:52 2020 +0300
  10. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · Thu Aug 06 12:42:51 2020 +0300
  11. 8162f8f serial: serial_xen: Add Xen PV serial driver by Peng Fan · Thu Aug 06 12:42:50 2020 +0300
  12. b22ce84 xen: Port Xen event channel driver from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:49 2020 +0300
  13. 2280d33 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · Thu Aug 06 12:42:48 2020 +0300
  14. 355d1e4 board: Introduce xenguest_arm64 board by Andrii Anisov · Thu Aug 06 12:42:47 2020 +0300
  15. 7fd47cc xen: Add essential and required interface headers by Oleksandr Andrushchenko · Thu Aug 06 12:42:46 2020 +0300
  16. f08fa49 Kconfig: Introduce CONFIG_XEN by Peng Fan · Thu Aug 06 12:42:45 2020 +0300
  17. 7aed4fe Add MIT License by Anastasiia Lukianenko · Thu Aug 06 12:42:44 2020 +0300
  18. f5ae71f configs: evb-ast2500: Convert to OF_SEPARATE by Chia-Wei, Wang · Mon Aug 03 17:36:10 2020 +0800
  19. f09daef configs: evb-ast2500: Move BOOTCOMMAND from header to defconfig by Chia-Wei, Wang · Mon Aug 03 17:36:09 2020 +0800
  20. 17cacab include/configs: aspeed: Remove hardcoded variables by Chia-Wei, Wang · Mon Aug 03 17:36:08 2020 +0800
  21. 6553d85 cosmetic: aspeed: ast2500: Rename board file by Chia-Wei, Wang · Mon Aug 03 17:36:07 2020 +0800
  22. 2122210 aspeed: ast2500: Add lowlevel_init assembly by Chia-Wei, Wang · Mon Aug 03 17:36:06 2020 +0800
  23. 5c1e0a8 MAINTAINERS: Add maintainers for Aspeed SoCs by Chia-Wei, Wang · Mon Aug 03 17:36:05 2020 +0800
  24. d90ba42 drivers: pcie: add Broadcom IPROC PCIe RC driver by Srinath Mannam · Tue May 12 13:29:50 2020 +0530
  25. cdc7ed3 drivers: pci: add api to get dma regions by Rayagonda Kokatanur · Tue May 12 13:29:49 2020 +0530
  26. 41ebc63 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscv by Tom Rini · Fri Aug 14 08:38:01 2020 -0400
  27. ad51fec common/board_f: make sure to call fix_fdt() before reserve_fdt() by Pragnesh Patel · Thu Aug 13 10:12:26 2020 +0530
  28. 77efe24 riscv: additional crash information by Heinrich Schuchardt · Sat Aug 01 15:15:39 2020 +0000
  29. 5dfa883 cmd: exception: unaligned data access on RISC-V by Heinrich Schuchardt · Thu Aug 06 12:34:59 2020 +0200
  30. b50c9a0 doc: riscv: debug UART for MAIX by Heinrich Schuchardt · Wed Jul 29 19:23:38 2020 +0200
  31. 8d3e08a doc: riscv: Update documentation for Sipeed MAIX boards by Heinrich Schuchardt · Tue Jul 28 20:05:30 2020 +0200
  32. 03de50e riscv: sifive: fu540: redundant initialization by Heinrich Schuchardt · Mon Aug 03 23:09:49 2020 +0200
  33. d2014d1 riscv: remove redundant logical constraint. by Heinrich Schuchardt · Mon Aug 03 23:33:42 2020 +0200
  34. 00d585a riscv: sifive/fu540: Move SPL related functions to spl.c by Bin Meng · Sun Aug 02 23:09:06 2020 -0700
  35. b11f41b riscv: sifive/fu540: Drop NET_RANDOM_ETHADDR by Bin Meng · Sun Aug 02 23:09:05 2020 -0700
  36. 6b15551 riscv: sifive/fu540: kconfig: Move FU540 driver related options to the SoC level by Bin Meng · Sun Aug 02 23:09:04 2020 -0700
  37. 2b2d9c4 riscv: sifive/fu540: spl: Rename soc_spl_init() by Bin Meng · Sun Aug 02 23:09:03 2020 -0700
  38. db283f7 riscv: sifive/fu540: spl: Drop our own version of board_init_f() by Bin Meng · Sun Aug 02 23:09:02 2020 -0700
  39. 63dcfcb riscv: Call spl_board_init_f() in the generic SPL board_init_f() by Bin Meng · Sun Aug 02 23:09:01 2020 -0700
  40. e85d8ea Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Aug 13 08:25:25 2020 -0400
  41. 4ef8254 Merge tag 'u-boot-stm32-20200813' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Thu Aug 13 08:11:27 2020 -0400
  42. 50ec50c arm: mvebu: armada-3720-turris-mox.dts: Fix dtc warning by Stefan Roese · Mon Aug 10 10:16:56 2020 +0200
  43. aaca3b4 arm: mvebu: armada-388-gp.dts: Fix dtc warnings by Stefan Roese · Mon Aug 10 10:16:55 2020 +0200
  44. 1439acb arm: mvebu: armada-xp-maxbcm.dts: Fix dtc warning by Stefan Roese · Mon Aug 10 10:16:54 2020 +0200
  45. add61f2 arm: mvebu: armada-xp-theadorable.dts: Fix dtc warning by Stefan Roese · Mon Aug 10 10:16:53 2020 +0200
  46. a8a67ed board: stm32mp1: use const for struct node_info by Patrick Delaunay · Wed Jul 29 13:24:52 2020 +0200
  47. 63b4287 board: stm32mp1: remove board.c by Patrick Delaunay · Thu Jul 30 13:57:34 2020 +0200
  48. b0a2a49 ARM: dts: stm32: Update eth1addr from EEPROM if eth1 present by Marek Vasut · Fri Jul 31 01:34:50 2020 +0200
  49. 7e51c3f ARM: stm32: Add fitImage its entry for 587-200 DHCOR SoM by Marek Vasut · Fri Jul 31 01:35:51 2020 +0200
  50. 060cb12 ARM: stm32: Add both PDK2 and DRC02 DT into DHCOM fitImage its by Marek Vasut · Fri Jul 31 01:35:33 2020 +0200
  51. 45326d8 ARM: dts: stm32: add FMC2 EBI support for stm32mp157c by Christophe Kerello · Fri Jul 31 09:53:44 2020 +0200
  52. c7ce571 configs: stm32mp: add CONFIG_STM32_FMC2_EBI by Christophe Kerello · Fri Jul 31 09:53:43 2020 +0200
  53. 15359e4 board: stm32mp1: update fdt fixup partitions table by Christophe Kerello · Fri Jul 31 09:53:42 2020 +0200
  54. 6276f86 mtd: rawnand: stm32_fmc2: get resources from parent node by Christophe Kerello · Fri Jul 31 09:53:41 2020 +0200
  55. a994a80 memory: stm32-fmc2-ebi: add STM32 FMC2 EBI controller driver by Christophe Kerello · Fri Jul 31 09:53:40 2020 +0200
  56. 9de081d mtd: rawnand: stm32_fmc2: use clrsetbits_le32 by Christophe Kerello · Fri Jul 31 09:53:39 2020 +0200
  57. f4aca87 mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macros by Christophe Kerello · Fri Jul 31 09:53:38 2020 +0200
  58. d1a2587 mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where relevant by Christophe Kerello · Fri Jul 31 09:53:37 2020 +0200
  59. 92693e3 mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeouts by Christophe Kerello · Fri Jul 31 09:53:36 2020 +0200
  60. 16ec0bd mtd: rawnand: stm32_fmc2: remove useless inline comments by Christophe Kerello · Fri Jul 31 09:53:35 2020 +0200
  61. 45dd1ee mtd: rawnand: stm32_fmc2: fix a buffer overflow by Christophe Kerello · Fri Jul 31 09:53:34 2020 +0200
  62. 8040da1 arm: stm32mp: stm32prog: use IS_ENABLED to prevent ifdef by Patrick Delaunay · Fri Jul 31 16:31:52 2020 +0200
  63. 1dffeaf arm: stm32mp: bsec: use IS_ENABLED to prevent ifdef by Patrick Delaunay · Fri Jul 31 16:31:51 2020 +0200
  64. 9d96e90 board: stm32mp1: use IS_ENABLED to prevent ifdef in ft_board_setup by Patrick Delaunay · Fri Jul 31 16:31:50 2020 +0200
  65. 821a9ba board: stm32mp1: use IS_ENABLED to prevent ifdef in env functions by Patrick Delaunay · Fri Jul 31 16:31:49 2020 +0200
  66. f118e4a board: stm32mp1: use IS_ENABLED to prevent ifdef in board_late_init by Patrick Delaunay · Fri Jul 31 16:31:48 2020 +0200
  67. c75bc6a board: stm32mp1: use IS_ENABLED to prevent ifdef in dk2_i2c1_fix by Patrick Delaunay · Fri Jul 31 16:31:47 2020 +0200
  68. b7b6752 board: stm32mp1: use IS_ENABLED to prevent ifdef in set_dfu_alt_inf by Patrick Delaunay · Fri Jul 31 16:31:46 2020 +0200
  69. 4b2bfd6 board: stm32mp1: use IS_ENABLED to prevent ifdef in sysconf_init by Patrick Delaunay · Fri Jul 31 16:31:45 2020 +0200
  70. 5fe5508 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_check_usb_power by Patrick Delaunay · Fri Jul 31 16:31:44 2020 +0200
  71. a1d5f20 board: stm32mp1: use IS_ENABLED to prevent ifdef in g_dnl_board_usb_cable_connected by Patrick Delaunay · Fri Jul 31 16:31:43 2020 +0200
  72. f660485 board: stm32mp1: use IS_ENABLED to prevent ifdef in board_key_check by Patrick Delaunay · Fri Jul 31 16:31:42 2020 +0200
  73. 7c7640a usb: host: dwc3-sti-glue: Fix ofnode_valid() parameter by Patrice Chotard · Mon Jun 29 11:19:02 2020 +0200
  74. f7c2f97 Makefile: fix annoying sunxi hack message by Frank Wunderlich · Tue Aug 11 17:19:54 2020 +0200
  75. a0af895 Merge tag 'ti-v2020.10-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Tue Aug 11 23:03:46 2020 -0400
  76. f4ee7d5 arm: dts: k3-j7200-common-proc-board: Enable CPSW2G port by Vignesh Raghavendra · Fri Aug 07 00:27:01 2020 +0530
  77. bae6580 ARM: dts: k3-j7200-mcu-wakeup: Add CPSW2G support by Vignesh Raghavendra · Fri Aug 07 00:27:00 2020 +0530
  78. a701009 ARM: dts: k3-j7200: Add HyperBus and HyperFlash nodes by Vignesh Raghavendra · Fri Aug 07 00:26:59 2020 +0530
  79. 2fae722 ARM: dts: k3-j7200: Add wkup gpio node by Vignesh Raghavendra · Fri Aug 07 00:26:58 2020 +0530
  80. 685d865 board: ti: j721e: Add support for HyperFlash detection by Vignesh Raghavendra · Fri Aug 07 00:26:57 2020 +0530
  81. 9bbc49f arm: dts: k3-j7200: Add USB related DT entries by Vignesh Raghavendra · Fri Aug 07 00:26:56 2020 +0530
  82. e7b2d4b configs: j7200_evm_a72: Add Initial support by Lokesh Vutla · Wed Aug 05 22:44:31 2020 +0530
  83. ff35d92 configs: j7200_evm_r5: Add initial support by Lokesh Vutla · Wed Aug 05 22:44:30 2020 +0530
  84. fe50693 arm: dts: k3-j7200: Add R5 specific dts support by Dave Gerlach · Wed Aug 05 22:44:29 2020 +0530
  85. c833970 arm: dts: k3-j7200: Add dts support by Lokesh Vutla · Wed Aug 05 22:44:28 2020 +0530
  86. 6e7f5ae soc: soc_ti_k3: Add device identification for J7200 SoC by Kishon Vijay Abraham I · Wed Aug 05 22:44:27 2020 +0530
  87. 5467149 ram: k3-j721e: Relax version checks for memory controller by Lokesh Vutla · Wed Aug 05 22:44:26 2020 +0530
  88. e2af966 board: ti: j7200: Add board detection support for j7200 by Lokesh Vutla · Wed Aug 05 22:44:25 2020 +0530
  89. 046ad43 board: ti: j7200: Introduce support for j7200 build targets by Lokesh Vutla · Wed Aug 05 22:44:24 2020 +0530
  90. 8be6bbf arm: mach-k3: j7200: Detect if ROM has already loaded sysfw by Lokesh Vutla · Wed Aug 05 22:44:23 2020 +0530
  91. 8e7bd01 arm: mach-k3: j7200: Add support for storing extended boot info from ROM by Lokesh Vutla · Wed Aug 05 22:44:22 2020 +0530
  92. 0318a08 arm: mach-k3: j7200: Add support for SOC detection by Lokesh Vutla · Wed Aug 05 22:44:21 2020 +0530
  93. d5bc686 arm: mach-k3: j721e: Fix unlocking control module registers by Lokesh Vutla · Wed Aug 05 22:44:20 2020 +0530
  94. 6554994 arm: mach-k3: j721e: Add detection for j721e by Lokesh Vutla · Wed Aug 05 22:44:19 2020 +0530
  95. 17951b7 arm: mach-k3: sysfw-loader: Add support for rom loading sysfw image by Lokesh Vutla · Wed Aug 05 22:44:18 2020 +0530
  96. ff7ab09 arm: mach-k3: Move mmr_unlock to a common location by Lokesh Vutla · Wed Aug 05 22:44:17 2020 +0530
  97. 625000f arm: mach-k3: Fix platform hang when SPL_MULTI_DTB_FIT is not enabled by Jean-Jacques Hiblot · Wed Aug 05 22:44:16 2020 +0530
  98. 3ff4925 board: ti: j721e: Update fdt fixup logic for interconnect nodes by Suman Anna · Wed Aug 05 22:44:15 2020 +0530
  99. 5a08e65 board: ti: j721e: Probe eeprom only when CONFIG_TI_I2C_BOARD_DETECT is defined by Lokesh Vutla · Wed Aug 05 22:44:14 2020 +0530
  100. 00f4dfb board: ti: board_detect: Add stub functions for EEPROM detection apis by Lokesh Vutla · Wed Aug 05 22:44:13 2020 +0530