1. 2bcc1ed rename symbol: CONFIG_STM32 -> CONFIG_ARCH_STM32 by Trevor Woerner · Wed May 06 08:02:42 2020 -0400
  2. 3e738e5 misc: scu: Increase the timeout for MU communication by Ye Li · Sun May 03 22:31:47 2020 +0800
  3. 390f460 misc: fuse: Update imx8 fuse driver for 8QM by Ye Li · Sun May 03 22:31:46 2020 +0800
  4. d3b70ea imx8: Configure SNVS by Franck LENORMAND · Wed Oct 09 10:27:43 2019 +0200
  5. 24b5dae imx8: Update SCFW API to version 1.5 by Ye Li · Wed Nov 13 21:20:43 2019 -0800
  6. 184c7e2 imx8: scu api: Add support for SECO manufacturing protection APIs by Breno Lima · Wed Oct 16 18:10:54 2019 -0300
  7. a5405b1 sandbox: p2sb: Silence compiler warning by Simon Glass · Sat Feb 08 07:53:10 2020 -0700
  8. 32cdf19 Merge tag 'ti-v2020.07-next' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti into next by Tom Rini · Tue Mar 17 11:59:58 2020 -0400
  9. 2a57937 misc: i2c_eeprom: store pagesize instead of pagewidth in i2c_eeprom_drv_data by Masahiro Yamada · Fri Feb 28 22:04:14 2020 +0900
  10. c8b5dc3 misc: i2c_eeprom: remove pagewidth field from i2c_eeprom by Masahiro Yamada · Fri Feb 28 22:04:13 2020 +0900
  11. 7577430 power: mfd: k3_avs: update am65xx MPU_VDD voltage values by Tero Kristo · Fri Feb 14 09:05:10 2020 +0200
  12. 1444e11 misc: pmic_esm: Add support for PMIC ESM driver by Tero Kristo · Fri Feb 14 11:18:16 2020 +0200
  13. f81f4cd misc: k3_esm: Add support for Texas Instruments K3 ESM driver by Tero Kristo · Fri Feb 14 11:18:15 2020 +0200
  14. 0b6ce80 misc: k3_avs: Fix possible NULL pointer deference by Vignesh Raghavendra · Fri Feb 14 17:52:17 2020 +0530
  15. b7b1838 Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Tue Feb 11 10:58:41 2020 -0500
  16. 0a4d619 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Mon Feb 10 12:27:31 2020 -0500
  17. 44cf461 misc: i2c_eeprom: set offset len and chip addr offset mask by Robert Beckett · Fri Jan 31 15:07:52 2020 +0200
  18. 515dcff dm: irq: Add support for requesting interrupts by Simon Glass · Thu Feb 06 09:55:00 2020 -0700
  19. a847b27 dm: irq: Add support for interrupt controller types by Simon Glass · Thu Feb 06 09:54:57 2020 -0700
  20. a4f416d sandbox: Complete migration away from os_malloc() by Simon Glass · Mon Feb 03 07:36:18 2020 -0700
  21. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  22. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  23. 2a311e8 dm: pci: Update the PCI read_config() method to const dev * by Simon Glass · Mon Jan 27 08:49:37 2020 -0700
  24. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  25. 1f26500 common: Drop floppy disk support by Simon Glass · Sat Dec 28 10:44:47 2019 -0700
  26. a72088d Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Jan 08 15:24:50 2020 -0500
  27. dc3accc mxc_ocotp: support i.MX8MP by Peng Fan · Tue Dec 24 11:26:41 2019 +0800
  28. 7811b0e Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-x86 into next by Tom Rini · Wed Dec 18 07:20:19 2019 -0500
  29. 069ddc7 misc: i2c_eeprom: add size query by Robert Beckett · Mon Oct 28 18:29:06 2019 +0000
  30. f030d6f misc: i2c_eeprom: add fixed partitions support by Robert Beckett · Mon Oct 28 18:29:05 2019 +0000
  31. f695f6e dm: i2c: EEPROM simulator add tests for addr offset mask by Robert Beckett · Mon Oct 28 17:44:59 2019 +0000
  32. 1fe8a49 dm: i2c: EEPROM simulator allow tests visibility of addr and offset by Robert Beckett · Mon Oct 28 17:44:58 2019 +0000
  33. 54028bc sandbox: Add a test for IRQ by Simon Glass · Fri Dec 06 21:41:59 2019 -0700
  34. ff418d9 x86: Move UCLASS_IRQ into a separate file by Simon Glass · Fri Dec 06 21:41:58 2019 -0700
  35. 937bb47 sandbox: Add PCI driver and test for p2sb by Simon Glass · Fri Dec 06 21:41:57 2019 -0700
  36. 2ee1f6a pci: Add support for p2sb uclass by Simon Glass · Fri Dec 06 21:41:55 2019 -0700
  37. 4eaae8e cros_ec: use uint instead of uint8_t for cmd param by Michael Auchter · Mon Dec 09 20:27:31 2019 +0000
  38. eba6b8d common: Move old EEPROM functions into a new header by Simon Glass · Thu Nov 14 12:57:50 2019 -0700
  39. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  40. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · Thu Nov 14 12:57:16 2019 -0700
  41. 9ea8f9f status_led: Tidy up the code style by Simon Glass · Thu Nov 14 12:57:12 2019 -0700
  42. e7872cb common: Drop global inclusion of status_led.h by Simon Glass · Thu Nov 14 12:57:11 2019 -0700
  43. 20d52a0 misc: add driver for the Rockchip otp controller by Finley Xiao · Wed Sep 25 17:57:49 2019 +0200
  44. 6899af9 Merge tag 'u-boot-imx-20191105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Tue Nov 12 07:18:23 2019 -0500
  45. fda68e4 misc: k3_avs: Add j721e support by Keerthy · Thu Oct 24 15:00:49 2019 +0530
  46. 887dde5 misc: k3_avs: add driver for K3 Adaptive Voltage Scaling Class 0 by Tero Kristo · Thu Oct 24 15:00:46 2019 +0530
  47. a4bdc49 misc: imx8: scu: simplify code to make it extendable by Peng Fan · Mon Sep 02 10:20:17 2019 +0000
  48. e5e9109 mach-imx: Adding new argument for SIP call interface by Ye Li · Sat Oct 26 16:24:03 2019 +0200
  49. 3bd5610 misc: microchip_flexcom: introduce microchip_flexcom driver by Eugen Hristev · Wed Oct 09 09:23:39 2019 +0000
  50. 770e9b0 Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Oct 09 09:35:43 2019 -0400
  51. d4191db misc: imx8: add more scfw api by Peng Fan · Mon Sep 23 10:12:31 2019 +0000
  52. 098d3e6 imx: scu_api: add sc_pm_is_partition_started by Peng Fan · Mon Aug 26 08:12:16 2019 +0000
  53. b612a30 imx: scu_api: add sc_rm_set_master_sid by Peng Fan · Mon Aug 26 08:12:03 2019 +0000
  54. c45a81a misc: Kconfig: make i.MX7ULP could use MXC_OCOTP by Peng Fan · Mon Jul 22 01:24:55 2019 +0000
  55. 72231f7 sandbox: pci: Create a new sandbox_pci_read_bar() function by Simon Glass · Wed Sep 25 08:56:42 2019 -0600
  56. 130d7ff sandbox: pci: Move pci_offset_to_barnum() to pci.h by Simon Glass · Wed Sep 25 08:56:06 2019 -0600
  57. 6de89a6 sandbox: pci: Drop the get_devfn() method by Simon Glass · Wed Sep 25 08:56:04 2019 -0600
  58. 81ae778 sandbox: swap_case: Use statics where possible by Simon Glass · Wed Sep 25 08:56:03 2019 -0600
  59. 21c8f1a sandbox: Rename PCI ID for swap_case to be more specific by Simon Glass · Wed Sep 25 08:56:01 2019 -0600
  60. 74a2d11 Merge branch 'u-boot-stm32_20190827' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Aug 27 13:19:47 2019 -0400
  61. d79f8ee misc: change RCC form MISC to NOP uclass by Patrick Delaunay · Fri Aug 02 13:08:08 2019 +0200
  62. c9a5d39 pmu: stpmic1: change specific NVM api to MISC by Patrick Delaunay · Fri Aug 02 13:08:03 2019 +0200
  63. 7e5f8e3 bsec: update after MISC u-class update by Patrick Delaunay · Fri Aug 02 13:08:02 2019 +0200
  64. 38793e2 misc: i2c_eeprom: verify that the chip is functional at probe() by Baruch Siach · Mon Aug 05 09:03:30 2019 +0300
  65. ac4d80e Kconfig: Varios: Fix more SPL, TPL dependencies by Adam Ford · Sat Aug 24 13:50:34 2019 -0500
  66. 0af6e2d env: Move env_get() to env.h by Simon Glass · Thu Aug 01 09:46:52 2019 -0600
  67. ba44e01 misc: imx8: add sc_misc_get_temp by Peng Fan · Sun May 05 13:23:51 2019 +0000
  68. 31e872e Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Sun Jul 14 09:09:49 2019 -0400
  69. f81ddc1 misc: stm32_fuse: Fix warnings when compiling with W=1 by Patrick Delaunay · Fri Jun 21 15:26:50 2019 +0200
  70. f127443 test: dm: Add a test for PCI Enhanced Allocation by Alex Marginean · Fri Jun 07 11:24:24 2019 +0300
  71. 6dc9daa imx8: fuse: fix fuse driver by Marcel Ziswiler · Fri May 31 19:00:19 2019 +0300
  72. 605931c spl: misc: Allow misc drivers in SPL and TPL by Simon Glass · Sun Nov 18 08:14:27 2018 -0700
  73. 941f7ea gdsys_rxaui_ctrl: Use new regmap interface by Mario Six · Mon Jan 28 09:47:42 2019 +0100
  74. 8f4a346 gdsys_rxaui_ctrl: Return old state by Mario Six · Mon Jan 28 09:47:41 2019 +0100
  75. f18ca78 cros_ec: Use a hyphen in the uclass name by Simon Glass · Thu May 02 10:52:11 2019 -0600
  76. 4d5e0a2 mxc_ocotp: Disable fuse sense for imx8mq B1 by Ye Li · Wed Apr 17 09:41:23 2019 +0000
  77. 2cb89e3 mxc_ocotp: Update redundancy banks for mx7ulp B0 by Ye Li · Wed Apr 17 09:41:20 2019 +0000
  78. 0efac15 misc: imx8: scu: add i.MX8QM support by Peng Fan · Tue Mar 05 02:32:45 2019 +0000
  79. 0fe6f16 imx8: fuse: add fuse driver by Peng Fan · Fri Apr 12 07:54:54 2019 +0000
  80. 789aa9c misc: fs_loader: Replace label with DT phandle by Tien Fong Chee · Tue Mar 05 23:29:38 2019 +0800
  81. 5689ff1 misc: fs_loader: Add support for initializing block device by Tien Fong Chee · Thu Jan 31 19:34:13 2019 +0800
  82. f221314 configs: move CONFIG_MXC_OCOTP to Kconfig by Marcel Ziswiler · Mon Mar 25 17:24:57 2019 +0100
  83. 5f6830d Merge tag 'u-boot-stm32-20190412' of https://github.com/patrickdelaunay/u-boot by Tom Rini · Fri Apr 12 15:43:19 2019 -0400
  84. d592d13 stpmic1: add NVM update support in fuse command by Patrick Delaunay · Mon Feb 04 11:26:22 2019 +0100
  85. 4e4c5ed misc: i2c_eeprom: add eeprom write support by Baruch Siach · Sun Apr 07 12:38:49 2019 +0300
  86. 263b5b0 misc: i2c_eeprom: support DT pagesize property by Baruch Siach · Sun Apr 07 12:38:48 2019 +0300
  87. d9bdc6d xilinx: common: Remove !DM_i2C code for reading mac from eeprom by Michal Simek · Tue Jan 22 15:55:46 2019 +0100
  88. 9d47e65 misc: Allow child devices by Simon Glass · Thu Dec 27 13:24:36 2018 -0700
  89. 0b0409c Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imx by Tom Rini · Wed Jan 30 07:22:12 2019 -0500
  90. e6b2c2b imx8: scu: use dedicated MU for SPL by Peng Fan · Fri Dec 21 06:21:15 2018 +0000
  91. 191d02e misc: i2c_eeprom: Add atmel,24c08 to the list by Michal Simek · Mon Jan 21 13:54:57 2019 +0100
  92. 81d633c Merge tag 'fsl-qoriq-for-v2019.04-rc1' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Fri Jan 18 23:11:51 2019 -0500
  93. 76e1d47 drivers: ifc: restore the legacy flow for IFC config by Rajesh Bhagat · Thu Dec 27 04:37:51 2018 +0000
  94. e8b7970 misc: fs_loader: Switching private data allocation to DM auto allocation by Tien Fong Chee · Mon Dec 10 21:29:44 2018 +0800
  95. b57e4cc misc: imx8: scu: use platdata instead of priv data by Peng Fan · Sat Dec 15 12:19:52 2018 +0000
  96. 927a3dc misc: imx: scu: avoid write null pointer by Peng Fan · Sat Dec 15 12:19:49 2018 +0000
  97. 45f3703 Merge tag 'u-boot-imx-20190101' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jan 01 09:56:41 2019 -0500
  98. 39945c1 imx: rename mx8m,MX8M to imx8m,IMX8M by Peng Fan · Tue Nov 20 10:19:25 2018 +0000
  99. 738d8a8 misc: Add JZ47xx efuse driver by Paul Burton · Sun Dec 16 19:25:19 2018 -0300
  100. 3f829b8 Merge tag 'fsl-qoriq-for-v2019.01-rc2' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Mon Dec 10 17:12:52 2018 -0500