1. d1dd033 sandbox: add rtc command to defconfigs by Rasmus Villemoes · Mon Jul 06 22:01:19 2020 +0200
  2. 034b93b test: dm: rtc: add test of dm_rtc_read, dm_rtc_write by Rasmus Villemoes · Mon Jul 06 22:01:18 2020 +0200
  3. 5b7c51e rtc: i2c_rtc_emul: catch any write to the "reset" register by Rasmus Villemoes · Mon Jul 06 22:01:17 2020 +0200
  4. acffbea rtc: sandbox-rtc: fix set method by Rasmus Villemoes · Mon Jul 06 22:01:16 2020 +0200
  5. cc09202 rtc: add rtc command by Rasmus Villemoes · Mon Jul 06 22:01:15 2020 +0200
  6. ca4aa09 rtc: pcf2127: provide ->write method by Rasmus Villemoes · Mon Jul 06 22:01:14 2020 +0200
  7. 62a85c6 rtc: pcf2127: provide ->read method by Rasmus Villemoes · Mon Jul 06 22:01:13 2020 +0200
  8. 6f0854e rtc: fall back to ->{read, write} if ->{read, write}8 are not provided by Rasmus Villemoes · Mon Jul 06 22:01:12 2020 +0200
  9. 579c992 rtc: add dm_rtc_write() helper by Rasmus Villemoes · Mon Jul 06 22:01:11 2020 +0200
  10. b9e40a2 rtc: add dm_rtc_read helper and ->read method by Rasmus Villemoes · Mon Jul 06 22:01:10 2020 +0200
  11. 890813f i2c: imx_lpi2c: Improve the codes to use private data by Ye Li · Tue Jun 09 20:29:50 2020 -0700
  12. d0f7586 board: presidio-asic: Add I2C support by Alex Nemirovsky · Mon Jun 01 12:56:32 2020 -0700
  13. fe661ba i2c: i2c-cortina: added CAxxxx I2C support by Arthur Li · Mon Jun 01 12:56:31 2020 -0700
  14. c6baea2 i2c: octeon_i2c: Add I2C controller driver for Octeon by Suneel Garapati · Tue May 26 14:13:07 2020 +0200
  15. 07cff1a Merge branch '2020-07-08-misc-features-and-fixes' by Tom Rini · Wed Jul 08 20:20:24 2020 -0400
  16. b404409 lib: rsa: function to verify a signature against a hash by Heiko Stuebner · Fri May 22 16:20:33 2020 +0200
  17. 19038de cmd: Add a memory-search command by Simon Glass · Tue Jun 02 19:26:49 2020 -0600
  18. 19f6733 command: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · Tue Jun 02 19:26:48 2020 -0600
  19. 2056b9e display_options: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · Tue Jun 02 19:26:47 2020 -0600
  20. d1c117b cmd: mem: Drop #ifdef for MEM_SUPPORT_64BIT_DATA by Simon Glass · Tue Jun 02 19:26:46 2020 -0600
  21. 683e39e cmd: mem: Use a macro to avoid #ifdef in help by Simon Glass · Tue Jun 02 19:26:45 2020 -0600
  22. 3a6bca1 Update MEM_SUPPORT_64BIT_DATA to be always defined by Simon Glass · Tue Jun 02 19:26:44 2020 -0600
  23. fdcb979 spl: fit: improve spl_nand_fit_read(...) readability by Dario Binacchi · Wed May 27 13:56:21 2020 +0200
  24. a6d91ca spl: fit: nand: fix fit loading in case of bad blocks by Dario Binacchi · Wed May 27 13:56:20 2020 +0200
  25. faf8d14 spl: fit: fail fit loading in case of FDT appending error by Dario Binacchi · Wed May 27 13:56:19 2020 +0200
  26. 0f860b6 spl: fix format of function documentation by Dario Binacchi · Wed May 27 13:56:18 2020 +0200
  27. 4cc7235 spl: fit: select SPL_CRYPTO_SUPPORT for SPL_FIT_SIGNATURE by Heiko Stuebner · Thu Jun 18 16:23:28 2020 +0200
  28. 034345d spl: fit: select SPL_HASH_SUPPORT for SPL_FIT_SIGNATURE by Heiko Stuebner · Thu Jun 18 16:23:27 2020 +0200
  29. 1944dc1 lib: rsa: add documentation to padding_pss_verify to document limitations by Heiko Stuebner · Thu Jun 18 16:23:26 2020 +0200
  30. a9bcc2a lib: rsa: free local arrays after use in rsa_gen_key_prop() by Heiko Stuebner · Thu Jun 18 16:23:25 2020 +0200
  31. ad84153 lib: rsa: fix allocated size for rr and rrtmp in rsa_gen_key_prop() by Heiko Stuebner · Tue Jul 07 22:57:26 2020 +0200
  32. 863288f lib: rsa: bring exp_len in line when generating a key_prop by Heiko Stuebner · Thu Jun 18 16:23:23 2020 +0200
  33. 72c4680 lib: rsa: take spl/non-spl into account when building rsa_verify_with_pkey() by Heiko Stuebner · Thu Jun 18 16:23:22 2020 +0200
  34. 0464601 lib: rsa: distinguish between tpl and spl for CONFIG_RSA_VERIFY by Heiko Stuebner · Thu Jun 18 16:23:21 2020 +0200
  35. 6671aed cmd: add a panic command by Heiko Stuebner · Tue Jun 30 01:05:45 2020 +0200
  36. 7944730 debug_uart: Add CR before and after announce string by Stefan Roese · Fri May 15 07:09:03 2020 +0200
  37. 5010edd tpm: add #ifndef to fix redeclaration build errors by Johannes Holland · Mon May 11 15:22:25 2020 +0200
  38. 7a2cf2e tpm: add TPM2_GetRandom command support by Dhananjay Phadke · Thu Jun 04 16:43:59 2020 -0700
  39. 88bfeac tpm2: tis_spi: add linux compatible fallback string by Bruno Thomsen · Fri Jun 12 17:17:33 2020 +0200
  40. 7aafab7 Merge tag 'u-boot-amlogic-20200708' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Wed Jul 08 10:40:32 2020 -0400
  41. 9b7eba5 gpio: fix test.py for gpio label lookup by Heiko Schocher · Wed Jul 08 10:24:00 2020 +0200
  42. 3215721 ARM: dts: meson-sm1-odroid-c4: add ethernet PHY reset by Neil Armstrong · Fri Jun 19 11:31:28 2020 +0200
  43. 91772f0 boards: amlogic: add Odroid C4 support by Christian Hewitt · Fri Apr 24 03:09:12 2020 +0000
  44. de649e6 ARM: dts: sync amlogic G12A/G12B/SM1 DT from Linux 5.8-rc1 by Christian Hewitt · Fri Apr 24 02:58:30 2020 +0000
  45. eeac037 board: amlogic: Add Odroid-N2 board support by Pascal Vizeli · Thu Jun 18 16:40:37 2020 +0200
  46. 58b4e94 Merge tag 'u-boot-rockchip-20200708' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · Tue Jul 07 23:05:57 2020 -0400
  47. 65bdcc3 Merge branch '2020-07-07-misc-new-features' by Tom Rini · Tue Jul 07 22:58:18 2020 -0400
  48. 6d51958 arm: juno: Enable SATA controller by Andre Przywara · Thu Jun 11 12:03:21 2020 +0100
  49. 95486fb arm: juno: Enable PCI by Andre Przywara · Thu Jun 11 12:03:20 2020 +0100
  50. 3e82350 sata_sil: Enable DM_PCI operation by Andre Przywara · Thu Jun 11 12:03:19 2020 +0100
  51. d263e76 arm: juno: Enable DM_ETH by Andre Przywara · Thu Jun 11 12:03:18 2020 +0100
  52. 240bfb1 net: smc911x: Properly handle EEPROM MAC address by Andre Przywara · Thu Jun 11 12:03:17 2020 +0100
  53. 2cd81f1 net: dm: Remove warning about EEPROM provided MAC address by Andre Przywara · Thu Jun 11 12:03:16 2020 +0100
  54. 197b00e arm: vexpress64: Fix counter frequency by Andre Przywara · Thu Jun 11 12:03:15 2020 +0100
  55. ea9a22d arm: use correct argument size of special registers by Heinrich Schuchardt · Wed May 27 20:04:24 2020 +0200
  56. 864f4da arm: remove outdated comment concerning -ffixed-x18 by Heinrich Schuchardt · Wed May 27 20:04:23 2020 +0200
  57. f77701d trace: clang compatible handling of gd register by Heinrich Schuchardt · Wed May 27 20:04:22 2020 +0200
  58. 6cc5432 fs: fat_write: fix short name creation. by Heinrich Schuchardt · Tue May 26 21:06:50 2020 +0200
  59. 83b73fc test_sleep.py: make sleep time and margin configurable by Heiko Schocher · Thu Jun 04 17:24:00 2020 +0200
  60. a3e793c gpio: search for gpio label if gpio is not found through bank name by Heiko Schocher · Fri May 22 11:08:59 2020 +0200
  61. 613bd72 configs: Enable mac and phy configs by Amit Singh Tomar · Sat May 09 19:55:15 2020 +0530
  62. eda3067 owl: Kconfig: Enable DM eth for OWL platform by Amit Singh Tomar · Sat May 09 19:55:14 2020 +0530
  63. c515675 arm: dts: s700: add node for ethernet controller by Amit Singh Tomar · Sat May 09 19:55:13 2020 +0530
  64. 03d6edb net: designware: s700: Add glue code for S700 mac by Amit Singh Tomar · Sat May 09 19:55:12 2020 +0530
  65. 4f21b2a net: phy: realtek: Introduce PHY_RTL8201F_S700_RMII_TIMINGS to adjust rx/tx timings by Amit Singh Tomar · Sat May 09 19:55:11 2020 +0530
  66. 7e7c105 net: phy: realtek: Add support for RTL8201F PHY module. by Amit Singh Tomar · Sat May 09 19:55:10 2020 +0530
  67. ea4179e clk: actions: Add Ethernet clocks by Amit Singh Tomar · Sat May 09 19:55:09 2020 +0530
  68. 204f3dc arm: actions: remove "CONFIG_SYS_SDRAM_SIZE" for Actions Owl Semi SoCs by Amit Singh Tomar · Sat May 09 13:45:08 2020 +0530
  69. 66d495a Actions: OWL: Calculate SDRAM size by Amit Singh Tomar · Sat May 09 13:45:07 2020 +0530
  70. d1c2484 image: Add support for ZSTD decompression by Robert Marko · Sat Apr 25 19:37:21 2020 +0200
  71. 09262bb cmd: blkls: Add blkls command by Niel Fourie · Mon Mar 30 17:22:58 2020 +0200
  72. 39832fb cmd: dm: Fixed/Added DM driver listing subcommands by Niel Fourie · Tue Mar 24 16:17:05 2020 +0100
  73. 9252d70 cmd: fs: Add command to list supported fs types by Niel Fourie · Tue Mar 24 16:17:04 2020 +0100
  74. 40102bc cmd: part: Add subcommand to list supported partition tables by Niel Fourie · Tue Mar 24 16:17:03 2020 +0100
  75. 4676a9e Merge tag 'u-boot-stm32-20200707' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Jul 07 14:00:44 2020 -0400
  76. db43177 Merge tag 'u-boot-atmel-2020.10-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Tue Jul 07 12:55:57 2020 -0400
  77. b2b5225 arm64: issue ISB after updating system registers by Volodymyr Babchuk · Wed Jun 24 01:05:19 2020 +0000
  78. 1c4b5ad ram: stm32mp1: add size and addr parameter to test all by Patrick Delaunay · Thu Jul 02 19:56:37 2020 +0200
  79. 94df091 ram: stm32mp1: use the DDR size by default in the test addressBus by Patrick Delaunay · Thu Jul 02 19:56:36 2020 +0200
  80. d5bf2b0 ram: stm32mp1: add parameter addr in test FrequencySelectivePattern by Patrick Delaunay · Thu Jul 02 19:56:35 2020 +0200
  81. 87b882b ram: stm32mp1: protect minimum value in get_bufsize by Patrick Delaunay · Thu Jul 02 19:56:34 2020 +0200
  82. 59d0da1 stm32mp1: use the command env info in env_check by Patrick Delaunay · Thu Jul 02 17:43:45 2020 +0200
  83. 4b876be cmd: env: use ENV_IS_IN_DEVICE in env info by Patrick Delaunay · Thu Jul 02 17:43:44 2020 +0200
  84. 48bd3c9 board: dh_stm32mp1: update the gpio hog support by Patrick Delaunay · Thu Jul 02 15:20:47 2020 +0200
  85. fcb6b0b board: st: move type-c stusb1600 controller code in a driver by Patrick Delaunay · Mon Jun 29 10:34:06 2020 +0200
  86. 9321129 configs: stm32mp1: only support SD card after NOR in bootcmd_stm32mp by Patrick Delaunay · Tue Jun 16 18:30:27 2020 +0200
  87. 6332c04 arm: stm32mp: protect DBGMCU_IDC access with BSEC by Patrick Delaunay · Tue Jun 16 18:27:44 2020 +0200
  88. dd17838 arm: stm32mp: stm32prog: add "Device Name" in iproduct during DFU USB enumeration by Patrick Delaunay · Tue Jun 16 18:25:14 2020 +0200
  89. d83072e board: st: stm32mp1: increase teed partition by Patrick Delaunay · Tue Jun 16 18:19:28 2020 +0200
  90. 4b00a41 stm32mp1: configs: activate CMD_ERASEENV by Patrick Delaunay · Mon Jun 15 11:25:13 2020 +0200
  91. fec2a90 power: regulator: stm32: vrefbuf: fix a possible overshoot when re-enabling by Fabrice Gasnier · Fri Jun 12 10:40:58 2020 +0200
  92. e2088ca configs: stm32mp1: activate WATCHDOG by Patrick Delaunay · Thu Jun 11 16:51:17 2020 +0200
  93. 8274fab pinctrl: stm32: add information on pin configuration by Patrick Delaunay · Thu Jun 04 14:30:33 2020 +0200
  94. ffe2f30 pinctrl: stmfx: add information on pin configuration by Patrick Delaunay · Thu Jun 04 14:30:32 2020 +0200
  95. 8550026 gpio: stmfx: add ops get_dir_flags by Patrick Delaunay · Thu Jun 04 14:30:31 2020 +0200
  96. e8635c5 gpio: stmfx: add ops set_dir_flag by Patrick Delaunay · Thu Jun 04 14:30:30 2020 +0200
  97. bcd108e gpio: stmfx: add function stmfx_read_reg and stmfx_write_reg by Patrick Delaunay · Thu Jun 04 14:30:29 2020 +0200
  98. 0aab9d3 gpio: stmfx: rename function used to change pin configuration by Patrick Delaunay · Thu Jun 04 14:30:28 2020 +0200
  99. 2fcd037 gpio: stmfx: move function to prepare new ops introduction by Patrick Delaunay · Thu Jun 04 14:30:27 2020 +0200
  100. b087cab gpio: stm32: add ops get_dir_flags by Patrick Delaunay · Thu Jun 04 14:30:26 2020 +0200