1. b31e16b arc: emsdp/iotdk: Use standard compatible string for USB no-op PHY by Marek Vasut · 3 years, 8 months ago
  2. 1220aa9 phy: nop-phy: Add standard usb-nop-xceiv compat string by Marek Vasut · 3 years, 8 months ago
  3. a6232e0 Merge branch '2021-04-14-assorted-vboot-improvements' by Tom Rini · 3 years, 7 months ago
  4. 45b3cf8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 7 months ago
  5. b86772e Merge https://source.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · 3 years, 7 months ago
  6. 20830d0 configs: T1042D4RDB: enable DM_ETH by Camelia Groza · 3 years, 7 months ago
  7. d640abf powerpc: dts: t1042d4rdb: add FMan v3 nodes by Camelia Groza · 3 years, 7 months ago
  8. 19d65d1 powerpc: dts: t1042: add QorIQ DPAA 1 FMan v3 nodes by Camelia Groza · 3 years, 7 months ago
  9. 143a5e0 configs: T4240RDB: enable DM_ETH by Camelia Groza · 3 years, 7 months ago
  10. 3a25db1 powerpc: dts: qoriq: update the mdio offsets under the second FMan v3 by Camelia Groza · 3 years, 7 months ago
  11. 6aa01e2 powerpc: dts: t4240rdb: add FMan v3 nodes by Camelia Groza · 3 years, 7 months ago
  12. e9322f6 powerpc: dts: t4240: add QorIQ DPAA 1 FMan v3 nodes by Camelia Groza · 3 years, 7 months ago
  13. a24990b configs: T2080RDB: enable DM_ETH by Camelia Groza · 3 years, 7 months ago
  14. 8092e9d board: freescale: t208xrdb: fdt fixups under DM_ETH by Camelia Groza · 3 years, 7 months ago
  15. 2007090 powerpc: dts: t2080rdb: add FMan v3 nodes by Camelia Groza · 3 years, 7 months ago
  16. aec1228 powerpc: dts: t2080: add QorIQ DPAA 1 FMan v3 nodes by Camelia Groza · 3 years, 7 months ago
  17. a985502 ls1012a: use default scan_dev_for_boot by Mian Yousaf Kaukab · 3 years, 8 months ago
  18. 9b3843f board: sl28: add config to enable console output on SER0 by Michael Walle · 3 years, 8 months ago
  19. 6d1ab4a board: sl28: enable DM_SERIAL by Michael Walle · 3 years, 8 months ago
  20. 356a338 board: sl28: move DM_* configs to Kconfig by Michael Walle · 3 years, 8 months ago
  21. 918c72f armv8: fsl-layerscape: spl: call spl_early_init() by Michael Walle · 3 years, 8 months ago
  22. 019438e armv8: fsl-layerscape: spl: add debug UART support by Michael Walle · 3 years, 8 months ago
  23. 8ff123a freescale: ls1021atwr: Drop use of CONFIG_RESET by Simon Glass · 3 years, 8 months ago
  24. 5b5dd69 doc: board: qemu-ppce500: Document eTSEC usage by Bin Meng · 3 years, 8 months ago
  25. f6e95af ppc: qemu: Enable eTSEC support by Bin Meng · 3 years, 8 months ago
  26. b339899 ppc: qemu: Create a virtual memory mapping of the platform bus by Bin Meng · 3 years, 8 months ago
  27. ea8971c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 8 months ago
  28. 80279fa dm: core: Correctly read <ranges> of simple-bus by Bin Meng · 3 years, 8 months ago
  29. a081546 net: tsec: Support <reg> property from the subnode "queue-group" by Bin Meng · 3 years, 8 months ago
  30. 0515370 dt-bindings: net: Update Freescale TSEC to support "queue-group" by Bin Meng · 3 years, 8 months ago
  31. 408f056 net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · 3 years, 8 months ago
  32. 534c69b test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · 3 years, 8 months ago
  33. ff98da0 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 8 months ago
  34. 3c56251 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · 3 years, 8 months ago
  35. ec3b97e net: phy: fixed: Support the old DT binding by Bin Meng · 3 years, 8 months ago
  36. d809a9d net: phy: fixed: Add the missing ending newline by Bin Meng · 3 years, 8 months ago
  37. af34a94 net: phy: fixed: Make driver ops static by Bin Meng · 3 years, 8 months ago
  38. 676fbd3 net: phy: Simplify the logic of phy_connect_fixed() by Bin Meng · 3 years, 8 months ago
  39. 188ff18 net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii() by Bin Meng · 3 years, 8 months ago
  40. 6c99381 net: phy: xilinx: Be compatible with live OF tree by Bin Meng · 3 years, 8 months ago
  41. 3407c30 net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed by Vladimir Oltean · 3 years, 8 months ago
  42. f27bc8a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · 3 years, 8 months ago
  43. 33aad0b dm: mdio: Use ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 8 months ago
  44. 173c66b of: extra: Introduce ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 8 months ago
  45. 1c196b3 dt-bindings: net: Add the old DT bindings for "fixed-link" by Bin Meng · 3 years, 8 months ago
  46. 017af7f watchdog: Add booke watchdog driver by Chris Packham · 3 years, 9 months ago
  47. 91ee547 board/km: add support for seli8 design based on nxp ls102x by Aleksandar Gerasimovski · 3 years, 9 months ago
  48. a7fdac7 arm: dts: ls1028a: define QDS networking protocol combinations by Alex Marginean · 3 years, 10 months ago
  49. 2c32c70 pci: add Amlogic Meson Designware PCIe controller by Neil Armstrong · 3 years, 8 months ago
  50. c90f3d0 pci: pcie_dw_rockchip: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 8 months ago
  51. 1a03182 pci: pcie_dw_ti: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 8 months ago
  52. dfadb94 pci: add common Designware PCIe functions by Neil Armstrong · 3 years, 8 months ago
  53. 21296b0 x86: mtrr: Fix function descriptions by Wolfgang Wallner · 3 years, 8 months ago
  54. da35d7a dt-bindings: fsp: Fix Apollo Lake FSP-S devicetree bindings by Wolfgang Wallner · 3 years, 8 months ago
  55. fbc7774 lib/rsa: Use EVP_PKEY instead of RSA by Chan, Donald · 3 years, 8 months ago
  56. 033ac4e image-fit: Accept OP-TEE images when booting a FIT by Alexandru Gagniuc · 3 years, 8 months ago
  57. 47b6f7f image-fit: Accept IH_TYPE_FIRMWARE in fit_image_load() as valid by Alexandru Gagniuc · 3 years, 8 months ago
  58. 51d3a8b spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties by Alexandru Gagniuc · 3 years, 8 months ago
  59. 60138aa spl: LOAD_FIT_FULL: Relocate FDT for u-boot payloads by Alexandru Gagniuc · 3 years, 8 months ago
  60. 2eaae17 spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT by Alexandru Gagniuc · 3 years, 8 months ago
  61. 18fd663 spl: LOAD_FIT_FULL: Fix selection of the "fdt" node by Alexandru Gagniuc · 3 years, 8 months ago
  62. d442f69 common: fit: Add weak board_fit_config_name_match by Sean Anderson · 3 years, 8 months ago
  63. 6795c75 doc: FIT image: Update FPGA example to make use of "loadables" by Alexandru Gagniuc · 3 years, 8 months ago
  64. df51ae7 Kconfig: Document the limitations of the simple SPL_LOAD_FIT path by Alexandru Gagniuc · 3 years, 8 months ago
  65. 35f4f8e spl: fit: Support loading FPGA images from list of "loadables" by Alexandru Gagniuc · 3 years, 8 months ago
  66. d8a3951 spl: fit: Warn if FIT contains "fpga" property in config node by Alexandru Gagniuc · 3 years, 8 months ago
  67. 55e7a1a spl: fit: Move FPGA loading code to separate functions by Alexandru Gagniuc · 3 years, 8 months ago
  68. e1662d6 doc: FIT image: Introduce "u-boot, fpga-legacy" property by Alexandru Gagniuc · 3 years, 8 months ago
  69. f0a6ec3 spl: fit: Don't overwrite previous loadable if "load" is missing by Alexandru Gagniuc · 3 years, 8 months ago
  70. 7801526 test/py: ecdsa: Use mkimage keyfile instead of keydir argument by Alexandru Gagniuc · 3 years, 9 months ago
  71. eb22759 lib/ecdsa: Use the 'keydir' argument from mkimage if appropriate by Alexandru Gagniuc · 3 years, 9 months ago
  72. 824ee74 lib/rsa: Use the 'keyfile' argument from mkimage by Alexandru Gagniuc · 3 years, 9 months ago
  73. 36bfcb6 mkimage: Add a 'keyfile' argument for image signing by Alexandru Gagniuc · 3 years, 9 months ago
  74. fb6532e doc: signature.txt: Document the keydir and keyfile arguments by Alexandru Gagniuc · 3 years, 9 months ago
  75. f91de32 test/py: ecdsa: Add test for mkimage ECDSA signing by Alexandru Gagniuc · 3 years, 9 months ago
  76. a4515f0 test/py: Add pycryptodomex to list of required pakages by Alexandru Gagniuc · 3 years, 9 months ago
  77. 9eef0fe doc: signature.txt: Document devicetree format for ECDSA keys by Alexandru Gagniuc · 3 years, 9 months ago
  78. ed6c9e0 lib: Add support for ECDSA image signing by Alexandru Gagniuc · 3 years, 9 months ago
  79. 4c17e5f lib/rsa: Make fdt_add_bignum() available outside of RSA code by Alexandru Gagniuc · 3 years, 9 months ago
  80. 0bcb28d lib: Rename rsa-checksum.c to hash-checksum.c by Alexandru Gagniuc · 3 years, 9 months ago
  81. 3505fa5 Merge https://source.denx.de/u-boot/custodians/u-boot-sh by Tom Rini · 3 years, 7 months ago
  82. 3e5f3db arm: mach-rmobile: Add CPU info support for RZ/G2 by Biju Das · 3 years, 8 months ago
  83. a94ab56 Merge branch '2021-04-13-assorted-improvements' by Tom Rini · 3 years, 7 months ago
  84. 8c4e3b7 cmd: exit: Fix return value by Marek Vasut · 3 years, 8 months ago
  85. 7062d4e scmi: translate the resource only when livetree is not activated by Patrick Delaunay · 3 years, 8 months ago
  86. 34f8fc7 gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
  87. a12aa79 gpio: i2c-gpio: Drop use of dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
  88. 0219279 qemu: arm: select QFW, MMIO on qemu-arm by Asherah Connor · 3 years, 8 months ago
  89. 5830b57 qemu: add MMIO driver for QFW by Asherah Connor · 3 years, 8 months ago
  90. 6951255 test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 8 months ago
  91. 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 8 months ago
  92. 2a3f161 scmi: correctly configure MMU for SCMI buffer by Patrick Delaunay · 3 years, 8 months ago
  93. dc514d7 moveconfig.py: add to the "do not process" list by Trevor Woerner · 3 years, 8 months ago
  94. d9c3050 checkpatch: Add warnings for using strn(cat|cpy) by Sean Anderson · 3 years, 9 months ago
  95. 69a7529 fastboot: Fix possible buffer overrun by Sean Anderson · 3 years, 9 months ago
  96. c4ac52f test: Add test for strlcat by Sean Anderson · 3 years, 9 months ago
  97. 9af869c lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
  98. d3358ec lib: string: Fix strlcpy return value by Sean Anderson · 3 years, 9 months ago
  99. 92e8489 tee: optee: Change printing during optee_probe by Ilias Apalodimas · 3 years, 9 months ago
  100. ac38214 terminal: only serial_reinit_all if available by Asherah Connor · 3 years, 9 months ago