1. cb3ce95 global: Drop common.h inclusion by Tom Rini · 1 year, 1 month ago
  2. 1dd7b56 drivers: net: fsl-mc: add support for MC reserved memory by Laurentiu Tudor · 1 year, 4 months ago
  3. 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 4 months ago
  4. 5654ffa net: fsl-mc: sync remaining MC commands by Ioana Ciornei · 1 year, 8 months ago
  5. 0aebee7 net: fsl-mc: sync DPIO MC APIs by Ioana Ciornei · 1 year, 8 months ago
  6. 4797269 net: fsl-mc: sync DPSPARSER MC APIs by Ioana Ciornei · 1 year, 8 months ago
  7. 207c815 net: fsl-mc: sync DPNI MC APIs by Ioana Ciornei · 1 year, 8 months ago
  8. 95f309a net: fsl-mc: sync DPRC MC APIs by Ioana Ciornei · 1 year, 8 months ago
  9. 018bc35 net: fsl-mc: sync DPMAC MC APIs by Ioana Ciornei · 1 year, 8 months ago
  10. 694dc0d net: fsl-mc: sync DPBP MC APIs by Ioana Ciornei · 1 year, 8 months ago
  11. f21d326 net: fsl-mc: remove unused MC APIs by Ioana Ciornei · 1 year, 8 months ago
  12. 13ca5c2 net: ldpaa_eth: transform dpni_statistics from a struct to a union by Ioana Ciornei · 1 year, 8 months ago
  13. 8491a7e drivers: net: fsl-mc: fix MAC address fixup procedure by Ioana Ciornei · 1 year, 11 months ago
  14. cfbd388 drivers: net: fsl-mc: do not use multiple blank lines by Ioana Ciornei · 2 years ago
  15. f45ed0b drivers: net: fsl-mc: align parameters to the open paranthesis by Ioana Ciornei · 2 years ago
  16. 6dcf5e4 drivers: net: fsl-mc: remove explicit cast by Ioana Ciornei · 2 years ago
  17. 8ecf1ca drivers: net: fsl-mc: do not prefix decimal values with 0x by Ioana Ciornei · 2 years ago
  18. 3ad24e4 drivers: net: fsl-mc: remove an useless break statement by Ioana Ciornei · 2 years ago
  19. 32221ee drivers: net: fsl-mc: remove useless assignment of variable by Ioana Ciornei · 2 years ago
  20. 3c7e652 net: fsl-mc: Remove non-DM_ETH code by Tom Rini · 2 years, 2 months ago
  21. 65cc0e2 global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years, 2 months ago
  22. f1061c5 net: Convert fit verification to use fit_get_data_* by Sean Anderson · 2 years, 5 months ago
  23. adae2ed fsl-mc: Update dependencies for DM_ETH by Tom Rini · 2 years, 5 months ago
  24. ed06772 drivers: net: fsl-mc: add a command which dumps the MC log by Cosmin-Florin Aluchenesei · 3 years, 3 months ago
  25. 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 4 months ago
  26. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 6 months ago
  27. 7e5f460 global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 6 months ago
  28. 669884e net: fsl-mc: fix logically dead code by Cosmin-Florin Aluchenesei · 3 years, 6 months ago
  29. c581970 image: Adjust the workings of fit_check_format() by Simon Glass · 4 years ago
  30. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 3 months ago
  31. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 4 years ago
  32. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 4 years, 1 month ago
  33. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years, 1 month ago
  34. 3a187cf armv8: lx2162a: Add Soc changes to support LX2162A by Meenakshi Aggarwal · 4 years, 3 months ago
  35. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 7 months ago
  36. b0b13f4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 8 months ago
  37. d5b0af0 net: fsl-mc: fixup DPC: add /board/ports node if missing by Razvan Ionut Cirjan · 4 years, 9 months ago
  38. 21a00d1 drivers: net: fsl-mc: fixup msi-map property by Laurentiu Tudor · 4 years, 8 months ago
  39. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 8 months ago
  40. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 8 months ago
  41. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 8 months ago
  42. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 8 months ago
  43. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 8 months ago
  44. 988e33f drivers: net: fsl-mc: add support for CONFIG_DM_ETH by Ioana Ciornei · 4 years, 10 months ago
  45. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 5 years ago
  46. 1990cc7 drivers/fsl-mc: Support DPSPARSER object and apply spb command by Florinel Iordache · 5 years ago
  47. 288b29e common: Move command functions out of common.h by Simon Glass · 5 years ago
  48. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  49. 1bad991 drivers/fsl-mc: Create Kconfig file to manage driver specific configs better by Florinel Iordache · 6 years ago
  50. cf0bbbd drivers: net: mc: Report extra memory to Linux by Meenakshi Aggarwal · 6 years ago
  51. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  52. 43ad41e mc : Reduce MC memory size to 128M by Meenakshi Aggarwal · 6 years ago
  53. 2e9f1bf driver: net: fsl-mc: Fix DPC MAC address fixup by Ioana Ciocoi Radulescu · 6 years ago
  54. 7e96804 fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi by Mian Yousaf Kaukab · 6 years ago
  55. 1ed19a1 driver: net: fsl-mc: initialize dpmac irrespective of phy by Pankaj Bansal · 6 years ago
  56. 87519a9 driver: net: fsl-mc: Memset MC reserve ram memory before usage by Prabhakar Kushwaha · 6 years ago
  57. a78df40 u-boot: fixup the iommu-map property of fsl-mc node by Nipun Gupta · 6 years ago
  58. c022ec0 fsl/mc: Limit the ethernet name to ETH_NAME_LEN by Pankaj Bansal · 6 years ago
  59. a6f2a6e driver: net: fsl-mc: updated copyright info by Yogesh Gaur · 7 years ago
  60. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  61. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  62. f9747a5 driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl by Yogesh Gaur · 7 years ago
  63. a8f3303 armv8: ls1043a/ls2080a: check SoC by device ID by Wenbin song · 7 years ago
  64. 73fa206 driver: fsl-mc: MC object cleanup when DPL not loaded by Yogesh Gaur · 7 years ago
  65. 2557c5a driver: net: fsl-mc: flib changes for MC 10.3.0 by Yogesh Gaur · 7 years ago
  66. f53e12d driver: net: fsl-mc: Use base 16 in simple_strtoul by Prabhakar Kushwaha · 7 years ago
  67. a572fb6 driver: fsl-mc: use calloc instead malloc by Prabhakar Kushwaha · 7 years ago
  68. 033c538 drivers:net:fsl-mc: Update MC address calculation by Priyanka Jain · 7 years ago
  69. 35affd7 env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr() by Simon Glass · 7 years ago
  70. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  71. 06651b9 driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl applied by Santan Kumar · 8 years ago
  72. 6e2941d common: freescale: Move arch-specific declarations by Simon Glass · 8 years ago
  73. 1161dbc drivers: net: fsl-mc: Include MAC addr fixup to DPL by Bogdan Purcareata · 8 years ago
  74. 33a8991 drivers: net: fsl-mc: Link MC boot to PHY_RESET_R by Bogdan Purcareata · 8 years ago
  75. 42e8179 driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() path by Yogesh Gaur · 8 years ago
  76. 437858b6 driver: net: fsl-mc: Update calculation of MC RAM by York Sun · 8 years ago
  77. 36cc0de armv8: layerscape: Rewrite memory reservation by York Sun · 8 years ago
  78. 5707dfb drivers: net: fsl-mc: Fixup MAC addresses in DPC by Bogdan Purcareata · 8 years ago
  79. 8e62f1e driver: fsl-mc: qbman: Add QBMAN 4.1 support by Priyanka Jain · 8 years ago
  80. b7b8410 ls2080: Exit dpaa only right before exiting U-Boot by Alexander Graf · 8 years ago
  81. 3c1d218 armv8: LS2080A: Consolidate LS2080A and LS2085A by York Sun · 9 years ago
  82. b576d32 driver: net: fsl-mc: Check NULL before pointer dereference by Prabhakar Kushwaha · 9 years ago
  83. cd7b3fb driver: net: fsl-mc: Free dflt_dpio pointer after its usage by Prabhakar Kushwaha · 9 years ago
  84. 6dedced driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0 by Prabhakar Kushwaha · 9 years ago
  85. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  86. a2a4dc5 driver: net: fsl-mc: Update print to reflect correct string by Prabhakar Kushwaha · 9 years ago
  87. 5373b20 driver: net: fsl-mc: Memset dprc_cfg before configuring by Prabhakar Kushwaha · 9 years ago
  88. cd85bec Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  89. 335b193 driver: net: fsl-mc: Remove portal id hard-coding by Prabhakar Kushwaha · 9 years ago
  90. 879a59a driver: net: fsl-mc: Prepare extended cfg for DPNI create by Prabhakar Kushwaha · 9 years ago
  91. 53e353f driver: net: fsl-mc: flib changes for MC FW 9.0.0 by Prabhakar Kushwaha · 9 years ago
  92. 9a696f5 driver: net: fsl-mc: Add version check for MC objects by Prabhakar Kushwaha · 9 years ago
  93. c088326 drivers: net: fsl_mc: Compare pointer value qbman_swp_mc_start by Pratiyush Mohan Srivastava · 9 years ago
  94. 84b8bf6 bug.h: move BUILD_BUG_* defines to include/linux/bug.h by Masahiro Yamada · 9 years ago
  95. 5093562 driver: net: fsl-mc: remove MC firmware version check by Stuart Yoder · 9 years ago
  96. b1f6be5 qbman_portal.c: Update BUG_ON() call in qbman_swp_mc_submit by Tom Rini · 9 years ago
  97. 4493721 armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · 9 years ago
  98. c919ab9 driver: net: ldpaa: Use DPMAC as net device by Prabhakar Kushwaha · 9 years ago
  99. 1730a17 driver: net: fsl-mc: Create DPAA2 object at run-time by Prabhakar Kushwaha · 9 years ago
  100. fb4a87a driver: net: fsl-mc: Add DPAA2 commands to manage MC by Prabhakar Kushwaha · 9 years ago