1. 53dc448 net: Add NIC controller driver for OcteonTX by Suneel Garapati · Wed Aug 26 14:37:33 2020 +0200
  2. 9de7d2b mtd: nand: Add NAND controller driver for OcteonTX by Suneel Garapati · Wed Aug 26 14:37:22 2020 +0200
  3. ea19a8d Merge branch '2020-10-12-assorted-encryption-changes' by Tom Rini · Tue Oct 13 10:04:17 2020 -0400
  4. 574fab9 lib: rsa: superfluous initialization in rsa_verify() by Heinrich Schuchardt · Thu Oct 08 20:53:13 2020 +0200
  5. b8aa0f8 rsa: fix retrieving public exponent on big-endian systems by Rasmus Villemoes · Tue Oct 06 12:09:45 2020 +0200
  6. 335b01c lib: rsa: check algo match in rsa_verify_with_keynode by Matthieu CASTET · Wed Sep 23 19:11:44 2020 +0200
  7. a82ea9d fit: cipher: aes: allow to read the IV in the FIT image by Philippe Reynes · Thu Sep 17 15:01:47 2020 +0200
  8. 64d67c4 fit: cipher: aes: allow to store the IV in the FIT image by Philippe Reynes · Thu Sep 17 15:01:46 2020 +0200
  9. 468da57 lib/hashtable: remove superfluous check by Heinrich Schuchardt · Thu Aug 20 19:57:45 2020 +0200
  10. a49efb3 doc: verified-boot: add required-mode information by Thirupathaiah Annapureddy · Sun Aug 16 23:01:11 2020 -0700
  11. 7e703f7 test: vboot: add tests for multiple required keys by Thirupathaiah Annapureddy · Sun Aug 16 23:01:10 2020 -0700
  12. 77564b0 vboot: add DTB policy for supporting multiple required conf keys by Thirupathaiah Annapureddy · Sun Aug 16 23:01:09 2020 -0700
  13. 8dcfee9 Merge branch 'for-next' of https://github.com/lftan/u-boot by Tom Rini · Mon Oct 12 07:55:17 2020 -0400
  14. 554c624 Merge tag 'ti-v2021.01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · Mon Oct 12 07:26:57 2020 -0400
  15. 55c5ff5 phy: omap-usb2-phy: Drop usage of "ti, dis-chg-det-quirk" DT property by Vignesh Raghavendra · Thu Oct 08 14:58:38 2020 +0530
  16. 360eb46 configs: am65x_evm: Use DEFAULT_LINUX_BOOT_ENV and remove overlayaddr by Nishanth Menon · Wed Oct 07 21:48:01 2020 -0500
  17. a78fbbb configs: j721e_evm: Get rid of overlayaddr by Nishanth Menon · Wed Oct 07 21:48:00 2020 -0500
  18. 008d37a env: ti: ufs: Use dtboaddr instead of overlayaddr by Nishanth Menon · Wed Oct 07 21:47:59 2020 -0500
  19. 3aa3408 configs: j721e_evm: Use DEFAULT_LINUX_BOOT_ENV by Nishanth Menon · Wed Oct 07 21:47:58 2020 -0500
  20. be7bdcc dma: ti: k3-udma: Reset the channel during release by Vignesh Raghavendra · Thu Sep 17 20:11:22 2020 +0530
  21. 8f0a121 configs: am335x_evm_defconfig: Enable CONFIG_OF_LIBFDT_OVERLAY by Vignesh Raghavendra · Wed Sep 16 16:23:20 2020 +0530
  22. 57b7836 board: ti: j721e: Fix OSPI node compatible by Vignesh Raghavendra · Thu Sep 17 16:48:16 2020 +0530
  23. f8de9e4 am335x, guardian: update the maintainer list by Moses Christopher · Mon Sep 07 09:44:47 2020 +0000
  24. c545177 Merge branch '2020-10-10-log-improvements' by Tom Rini · Sun Oct 11 15:22:05 2020 -0400
  25. 99e539a doc: remove redundant doc/README.log by Heinrich Schuchardt · Mon Sep 14 10:12:19 2020 +0200
  26. 032e49d log: syslog: Handle errors in net_init by Sean Anderson · Sat Sep 12 17:45:44 2020 -0400
  27. 35e8298 net: Expose some errors generated in net_init by Sean Anderson · Sat Sep 12 17:45:43 2020 -0400
  28. e2cd0fa log: Disable the syslog driver by default by Simon Glass · Sat Sep 12 12:28:50 2020 -0600
  29. 133350a log: Add a way to enable/disable a log device by Simon Glass · Sat Sep 12 12:28:49 2020 -0600
  30. 73df48c log: Drop #ifdef in log_test by Simon Glass · Sat Sep 12 12:28:48 2020 -0600
  31. 885cf5f log: Add a flag to enable log drivers by Simon Glass · Sat Sep 12 12:28:47 2020 -0600
  32. a37fd4d lib: Allow hexdump to be used in SPL by Simon Glass · Sat Sep 12 11:13:35 2020 -0600
  33. 9c83cac log: Allow LOG_DEBUG to always enable log output by Simon Glass · Sat Sep 12 11:13:34 2020 -0600
  34. 55aaeaf Merge branch '2020-10-09-kconfig-reorg' by Tom Rini · Fri Oct 09 18:10:24 2020 -0400
  35. f92b6fa configs: Resync with savedefconfig by Tom Rini · Fri Oct 09 12:22:06 2020 -0400
  36. 31b24b4 Kconfig: Create a new tools menu by Simon Glass · Thu Sep 10 20:21:27 2020 -0600
  37. 36ada31 Kconfig: Move BOARD_TYPES under init options by Simon Glass · Thu Sep 10 20:21:26 2020 -0600
  38. 5f78ee7 Kconfig: Move BOUNCE_BUFFER under driver options by Simon Glass · Thu Sep 10 20:21:25 2020 -0600
  39. 99298be Kconfig: Move VERSION_VARIABLE under environment by Simon Glass · Thu Sep 10 20:21:24 2020 -0600
  40. 227a124 Kconfig: MISC_INIT_R and BOARD_LATE_INIT -> start-up hooks by Simon Glass · Thu Sep 10 20:21:23 2020 -0600
  41. d613b2a Kconfig: Move startup hooks under init options by Simon Glass · Thu Sep 10 20:21:22 2020 -0600
  42. 0031100 Kconfig: Create a new 'init options' menu by Simon Glass · Thu Sep 10 20:21:21 2020 -0600
  43. c10ddfd Kconfig: Move DEFAULT_FDT_FILE under boot options by Simon Glass · Thu Sep 10 20:21:20 2020 -0600
  44. f11d613 Kconfig: Move SUPPORT_RAW_INITRD under boot options by Simon Glass · Thu Sep 10 20:21:19 2020 -0600
  45. 5e95864 Kconfig: Move misc boot options under 'boot options' by Simon Glass · Thu Sep 10 20:21:18 2020 -0600
  46. 1b6cbaa Kconfig: Move CONFIG_BOOTDELAY under autoboot options by Simon Glass · Thu Sep 10 20:21:17 2020 -0600
  47. e9d54d7 Kconfig: Move autoboot options under boot options by Simon Glass · Thu Sep 10 20:21:16 2020 -0600
  48. eebed78 Kconfig: Move boot media under boot options by Simon Glass · Thu Sep 10 20:21:15 2020 -0600
  49. d02ddcf Kconfig: Move boot timing under boot options by Simon Glass · Thu Sep 10 20:21:14 2020 -0600
  50. b45b163 Kconfig: Move boot menu into common/ by Simon Glass · Thu Sep 10 20:21:13 2020 -0600
  51. 5534d9b Kconfig: Add a 'Boot options' menu by Simon Glass · Thu Sep 10 20:21:12 2020 -0600
  52. e81bb36 Merge branch '2020-10-08-misc-board-improvements' by Tom Rini · Fri Oct 09 08:58:56 2020 -0400
  53. c51d758 Makefile: socfpga: Generate sfp file with 4 SPL images by Chee Hong Ang · Tue Aug 11 21:52:30 2020 +0800
  54. be65e09 arm: socfpga: soc64: Remove CONFIG_OF_EMBED by Chee Hong Ang · Thu Oct 01 02:15:59 2020 -0700
  55. de25f01 tools: socfpgaimage: Add param entry point (ep) support for Arria 10 (v1) by Ley Foon Tan · Tue Sep 22 10:19:44 2020 +0800
  56. fbdbff3 tools: socfpgaimage: Add check params function for Arria 10 (v1) by Ley Foon Tan · Wed Sep 09 11:34:30 2020 +0800
  57. 75243a7 arm: dts: socfpga: arria10: Move to use generic handoff dtsi by Ley Foon Tan · Wed Jul 08 16:34:01 2020 +0800
  58. c75e3ed arm: socfpga: arria10: Add handoff header for A10 SoCDK SDMMC by Dalon Westergreen · Fri Oct 04 14:23:48 2019 -0700
  59. c8694ee arm: socfpga: arria10: Add qts-filter for Arria10 socfpga by Dalon Westergreen · Fri Sep 27 18:43:24 2019 -0700
  60. 02bb64f arm: socfpga: soc64: Disable CONFIG_PSCI_RESET by Chee Hong Ang · Fri Aug 14 11:07:23 2020 +0800
  61. 916d2ba arm: socfpga: mailbox: Add mailbox retry support by Ley Foon Tan · Wed Aug 12 09:56:25 2020 +0800
  62. 69b7ab9 arm: socfpga: mailbox: Update mailbox response codes by Ley Foon Tan · Wed Aug 12 09:56:24 2020 +0800
  63. e480586 arm: socfpga: mailbox: Support sending large mailbox command by Chee Hong Ang · Wed Aug 12 09:56:23 2020 +0800
  64. fe33ea3 arm: socfpga: mailbox: Always read mailbox responses before returning status by Chee Hong Ang · Wed Aug 12 09:56:22 2020 +0800
  65. 0cc64c8 arm: socfpga: mailbox: Refactor mailbox timeout event handling by Chee Hong Ang · Wed Aug 12 09:56:21 2020 +0800
  66. 8a98105 arm: socfpga: soc64: Document down boot_scratch_cold register usage by Chin Liang See · Mon Aug 10 10:55:56 2020 +0800
  67. 1f9f0e3 arm: socfpga: soc64: Add timeout waiting for NOC idle ACK by Chee Hong Ang · Mon Aug 10 22:59:49 2020 +0800
  68. 89ac34d arm: socfpga: agilex: Enable FPGA Full Reconfiguration support by Chee Hong Ang · Fri Aug 07 11:50:05 2020 +0800
  69. 4e87fcd fpga: intel_sdm_mb: Add watchdog reset by Chee Hong Ang · Fri Aug 07 11:50:04 2020 +0800
  70. 1419245 fpga: altera: Rename Stratix10 FPGA to Intel FPGA SDM Mailbox by Chee Hong Ang · Fri Aug 07 11:50:03 2020 +0800
  71. 346431c arm: socfpga: Use DM watchdog timer by Chee Hong Ang · Thu Aug 06 12:15:33 2020 +0800
  72. 6cf193c arm: socfpga: soc64: Show reset state in SPL by Chee Hong Ang · Wed Aug 05 21:15:57 2020 +0800
  73. 75ba0aa arm: socfpga: soc64: Add SDM triggered warm reset bit mask by Chee Hong Ang · Wed Aug 05 21:15:56 2020 +0800
  74. 3f78b53 sysreset: socfpga: agilex: Enable sysreset support by Chee Hong Ang · Wed Aug 05 20:11:26 2020 +0800
  75. 673e98e sysreset: socfpga: soc64: Rename SYSRESET SoCFPGA driver for S10 to SoC64 by Chee Hong Ang · Wed Aug 05 20:11:25 2020 +0800
  76. a043739 configs: socfpga: soc64: Avoid SPL enter infinite loop during exception by Chin Liang See · Wed Aug 05 18:34:33 2020 +0800
  77. 92dc7ae arm: socfpga: soc64: Initialize timer in SPL only by Chee Hong Ang · Fri Jul 10 23:53:13 2020 +0800
  78. f18fe84 arm: socfpga: soc64: Remove PHY interface setup from misc arch init by Chee Hong Ang · Fri Jul 10 23:52:32 2020 +0800
  79. 9579301 clk: agilex: Additional membus writes for HPS PLL by Chee Hong Ang · Fri Jul 10 20:55:23 2020 +0800
  80. 2d94ee6 clk: agilex: Handle clock configuration differently in SPL and U-Boot proper by Chee Hong Ang · Fri Jul 10 20:55:22 2020 +0800
  81. 7609220 clk: agilex: Add clock enable support by Ley Foon Tan · Fri Jul 10 20:55:21 2020 +0800
  82. f94b0fd clk: agilex: Add NAND clock support by Ley Foon Tan · Fri Jul 10 20:55:20 2020 +0800
  83. 4d71189 qemu-arm64: Enable POSITION_INDEPENDENT by Andre Przywara · Wed Sep 30 17:39:18 2020 +0100
  84. 5097e73 qemu-arm: Drop ARCH_SUPPORT_TFABOOT by Andre Przywara · Wed Sep 30 17:39:17 2020 +0100
  85. 8583705 qemu-arm: Remove need to specify flash banks by Andre Przywara · Wed Sep 30 17:39:16 2020 +0100
  86. a834b77 arm64: PIE: Allow fixed stack pointer by Andre Przywara · Wed Sep 30 17:39:15 2020 +0100
  87. e0d397c arm64: PIE: Skip fixups if distance is zero by Andre Przywara · Wed Sep 30 17:39:14 2020 +0100
  88. f7582ee arm64: PIE: Do not skip static relocation by Andre Przywara · Wed Sep 30 17:39:13 2020 +0100
  89. 41087af arm: Kconfig: Explain TFABOOT by Andre Przywara · Wed Sep 30 15:45:07 2020 +0100
  90. 1e8cbc7 examples: make examples/ optional by Heinrich Schuchardt · Wed Sep 23 19:09:51 2020 +0200
  91. f23419c wdt: designware: fix timeout calculation due to expecting KHz by Jack Mitchell · Thu Sep 17 10:30:40 2020 +0100
  92. 0d62d8a riscv: Add FPIOA and GPIO support for Kendryte K210 by Sean Anderson · Mon Sep 14 11:02:06 2020 -0400
  93. 36d38fd riscv: add DT binding for BOOT button on Maix board by Heinrich Schuchardt · Mon Sep 14 11:02:05 2020 -0400
  94. 6870556 riscv: Add pinmux and gpio bindings for Kendryte K210 by Sean Anderson · Mon Sep 14 11:02:04 2020 -0400
  95. fbf8d65 test: dm: Test for default led naming by Sean Anderson · Mon Sep 14 11:02:03 2020 -0400
  96. 9476963 led: gpio: Default to using node name if label is absent by Sean Anderson · Mon Sep 14 11:02:02 2020 -0400
  97. ccca40b gpio: dw: Return output value when direction is out by Sean Anderson · Mon Sep 14 11:02:01 2020 -0400
  98. 2fb5b78 gpio: dw: Add a trailing underscore to generated name by Sean Anderson · Mon Sep 14 11:02:00 2020 -0400
  99. 2f3c335 gpio: dw: Fix warnings about casting int to pointer by Sean Anderson · Mon Sep 14 11:01:59 2020 -0400
  100. 087dfce pinctrl: Add support for Kendryte K210 FPIOA by Sean Anderson · Mon Sep 14 11:01:58 2020 -0400