1. 1238f74 armv8: ls1046a: add icid setup for qman portals by Laurentiu Tudor · 6 years ago
  2. a475ba9 misc: fsl_portals: setup QMAN_BAR{E} also on ARM platforms by Laurentiu Tudor · 6 years ago
  3. b139a5b misc: stm32: Add STM32MP1 support by Patrick Delaunay · 6 years ago
  4. 4b58093 dm: core: Update of_read_fmap_entry() for livetree by Simon Glass · 6 years ago
  5. ff7dd58 sandbox: swap_case: Increase number of base address regs by Simon Glass · 6 years ago
  6. 3ae0d90 mach-stm32: Enable SPL_RESET_SUPPORT flag by Patrice Chotard · 6 years ago
  7. 0c4656b stm32mp1: add FUSE command support by Patrick Delaunay · 7 years ago
  8. 7f504a0 gdsys: drivers: Add gdsys_rxaui_ctrl driver by Mario Six · 7 years ago
  9. 7264aae clk: clk_stm32f: Use PLLSAIP as USB 48MHz clock by Patrice Chotard · 7 years ago
  10. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  11. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  12. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  13. 9621967 i2c: Added Kconfig support for CONFIG_ZYNQ_GEM_I2C_MAC_OFFSET by Vipul Kumar · 7 years ago
  14. 716d496 misc: ocotp: add i.MX8M support by Peng Fan · 7 years ago
  15. 22069e2 x86: qemu: qfw: Implement acpi_get_rsdp_addr() by Bin Meng · 7 years ago
  16. 235ba33 misc: mxc_ocotp: check fuse word before programming on i.MX7ULP by Peng Fan · 7 years ago
  17. aa270b4 drivers/misc: Share qbman init between archs by Ahmed Mansour · 7 years ago
  18. 03f10a1 dm: misc: bind STM32F4/F7 clock from rcc MFD driver by Patrice Chotard · 7 years ago
  19. 789ee0e stm32: fix STMicroelectronics copyright by Patrice Chotard · 7 years ago
  20. 81e1042 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  21. 275f706 dm: misc: add stm32 rcc driver by Christophe Kerello · 7 years ago
  22. 3b50596 rockchip: efuse: change to use dev_read_addr_ptr by Philipp Tomsich · 7 years ago
  23. 911a610 misc: i2c_eeprom: Add compatible for AT24MAC402 by Wenyou Yang · 7 years ago
  24. 6db5042 misc: i2c_eeprom: Add compatible for 24AA02E48 by Wenyou Yang · 7 years ago
  25. 7907cf9 Merge git://git.denx.de/u-boot-dm by Tom Rini · 7 years ago
  26. 2852976 dm: core: Add ofnode_for_each_subnode() by Simon Glass · 7 years ago
  27. f791d56 misc: Kconfig: Add SPL_I2C_EEPROM option by Wenyou Yang · 7 years ago
  28. 5664f83 Kconfig: Add EEPROM options to Kconfig when I2C_EEPROM is set by Adam Ford · 7 years ago
  29. efd6384 rockchip: efuse: dm: change to use dev_read_addr by Philipp Tomsich · 7 years ago
  30. 9390f3d Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  31. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  32. ef2b6b1 drivers/misc: Add basic support for ATSHA204A Crypto module by Marek Behún · 7 years ago
  33. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  34. a7cc93e8 i2c_eeprom: add static to i2c_eeprom_std_ops/probe by Masahiro Yamada · 7 years ago
  35. 6f90e58 powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x by Heiko Schocher · 7 years ago
  36. fcc1d63 rockchip: efuse: add (misc) driver for RK3399 non-secure efuse block by Philipp Tomsich · 8 years ago
  37. 41f4f34 dm: Update the I2C eeprom driver for livetree by Simon Glass · 8 years ago
  38. b35e6d6 cros_ec: Convert to support live tree by Simon Glass · 8 years ago
  39. 0b8e8ce cros_ec: Fix debug() statement in ec_command_inptr() by Simon Glass · 8 years ago
  40. e6dd8da dm: core: Update device_bind_driver_to_node() to use ofnode by Simon Glass · 8 years ago
  41. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  42. 02ecaed Kconfig: Drop CONFIG_SYS_I2C_DS4510_ADDR by Simon Glass · 8 years ago
  43. 58ed322 Convert CONFIG_DS4510 to Kconfig by Simon Glass · 8 years ago
  44. 97cc847 Kconfig: Drop CONFIG_CMD_DS4510 by Simon Glass · 8 years ago
  45. df493e1 Kconfig: Drop CONFIG_CMD_DS4510_RST by Simon Glass · 8 years ago
  46. 22fc9ba Kconfig: Drop CONFIG_CMD_DS4510_MEM by Simon Glass · 8 years ago
  47. d45369e Kconfig: Drop CONFIG_CMD_DS4510_INFO by Simon Glass · 8 years ago
  48. 8427a24 i2c_eeprom: add read and write functions by Jonas Karlman · 8 years ago
  49. 55f3ea7 Drop the pdsp188x driver by Simon Glass · 8 years ago
  50. 98c5782 mxc_ocotp: Update driver to support OCOTP controller on i.MX7ULP by Peng Fan · 8 years ago
  51. 874d6b4 cros_ec: i2c: Add support for version 3 of the EC protocol by Moritz Fischer · 8 years ago
  52. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  53. 9b606d6 cros_ec: i2c: Group i2c write / read into single transaction by Moritz Fischer · 8 years ago
  54. ca37a39 x86: Use unsigned long for address in table generation by Simon Glass · 8 years ago
  55. 4892d39 status_led: Kconfig migration by Uri Mashiach · 8 years ago
  56. a2c2f6c OCOTP: Update OCOTP driver to support i.MX6SLL by Peng Fan · 8 years ago
  57. 50c1402 cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c by Moritz Fischer · 8 years ago
  58. 65dfbe6 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  59. 1994a35 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  60. 62b3027 cmd: cros_ec: Move crosec commands to cmd subdirectory by Moritz Fischer · 8 years ago
  61. e597bc7 cros_ec: Fix issue with cros_ec_flash_write command by Moritz Fischer · 8 years ago
  62. 29c6326 cros_ec: Add crosec flashinfo command by Moritz Fischer · 8 years ago
  63. de5bc89 cros_ec: Add function to read back flash parameters by Moritz Fischer · 8 years ago
  64. d332ff7 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  65. 6cddc60 cros_ec: Honor the google,remote-bus dt property by Moritz Fischer · 8 years ago
  66. bc17f98 fsl_sec_mon: Update driver for Security Monitor by Sumit Garg · 8 years ago
  67. cb356f9 imx: ocotp: support i.MX6ULL by Peng Fan · 8 years ago
  68. f641700 misc: implement Tegra CAR core driver by Stephen Warren · 8 years ago
  69. 71c10a4 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  70. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  71. e45e13e armv8: ls2080a: Remove debug server support by York Sun · 8 years ago
  72. 4a269f2 misc: Add simple driver for some Nuvoton NCT6102D devices by Stefan Roese · 8 years ago
  73. a214892 misc: add Tegra BPMP driver by Stephen Warren · 8 years ago
  74. 5cd3727 Merge git://git.denx.de/u-boot-dm by Tom Rini · 8 years ago
  75. 0163269 misc: add "call" uclass op by Stephen Warren · 8 years ago
  76. 8857405 drivers/sysreset: group sysreset drivers by Max Filippov · 8 years ago
  77. 1823034 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  78. 09128c5 dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  79. 7559ac4 i2c_eeprom: Add reading support by mario.six@gdsys.cc · 8 years ago
  80. c744fca sandbox: Don't bring in the eeprom emulator in SPL by Simon Glass · 8 years ago
  81. 750c482 dm: sandbox: Add a simple driver to test of-platdata by Simon Glass · 8 years ago
  82. 3e5a8b9 sandbox: Find keyboard driver using driver model by Simon Glass · 8 years ago
  83. 61a382b Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  84. a8c5ac0 reset: Drop the reset failure message by Simon Glass · 9 years ago
  85. 859f256 Rename reset to sysreset by Stephen Warren · 9 years ago
  86. 925dc05 ocotp: mxc: use simpler runtime cpu dection macros by Peng Fan · 9 years ago
  87. 12970d2 cmd: qfw: bring ACPI generation code into qfw core by Miao Yan · 9 years ago
  88. 9210627 cmd: qfw: rename qemu_fw_cfg.[c|h] to qfw.[c|h] by Miao Yan · 9 years ago
  89. 8a15383 x86: qemu: move x86 specific operations out of qfw core by Miao Yan · 9 years ago
  90. 4fcd7f2 x86: qemu: split qfw command interface and qfw core by Miao Yan · 9 years ago
  91. e080b82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  92. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  93. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  94. 4cfcaf7 superio: Add SMSC SIO1007 driver by Bin Meng · 9 years ago
  95. ba019ed misc: Add simple driver to enable the legacy UART on Winbond Super IO chips by Stefan Roese · 9 years ago
  96. 2096af6 cros_ec: Disable the Chrome OS EC in SPL by Simon Glass · 9 years ago
  97. c979517 dm: Add a power sequencing uclass by Simon Glass · 9 years ago
  98. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  99. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  100. bfb744c sandbox: cros_ec: fix uninitialized use of len by Daniel Schwierzeck · 9 years ago