1. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  2. df7a906 Merge changes from topic "jun-add-imx7-pico" into integration by Soby Mathew · 5 years ago
  3. 936072e plat: imx7: Add PicoPi iMX7D basic support by Jun Nie · 5 years ago
  4. c5937f2 plat: imx7: refactor code for reuse by Jun Nie · 5 years ago
  5. dc5baeb Update imx platform to not rely on undefined overflow behaviour by Justin Chadwell · 5 years ago
  6. f56afc1 imx8: Replace PLAT_IMX8* with automatic PLAT_imx8* by Leonard Crestez · 5 years ago
  7. 72196cb plat: imx8mq: Implement IMX_SIP_GET_SOC_INFO by Leonard Crestez · 5 years ago
  8. 950d05f plat: imx8m: Implement IMX_SIP_BUILDINFO by Leonard Crestez · 5 years ago
  9. 6e756f6 Makefile: remove extra include paths in INCLUDES by Ambroise Vincent · 6 years ago
  10. be3991c Console: remove deprecated finish_console_register by Ambroise Vincent · 6 years ago
  11. e655fef imx: make sure GIC redistributor is awake before initialization by Anson Huang · 6 years ago
  12. 70086dc imx: warp7: Migrate to MULTI_CONSOLE_API by Ying-Chun Liu (PaulLiu) · 6 years ago
  13. 3a2b519 imx: power optimization for i.mx8qm by Anson Huang · 6 years ago
  14. 760f794 imx: add i.MX8 SoCs build info SIP(silicon provider) service support by Anson Huang · 6 years ago
  15. 869eebc imx: add i.MX8 SoCs thermal alarm SIP(silicon provider) service support by Anson Huang · 6 years ago
  16. dbfa45e imx: add i.MX8 SoCs OTP SIP(silicon provider) service support by Anson Huang · 6 years ago
  17. 936840f imx: support for i.MX8 SoCs misc IPC by Anson Huang · 6 years ago
  18. ebdbc25 imx: add wakeup source SIP runtime service support by Anson Huang · 6 years ago
  19. d3996c5 imx: add cpu-freq SIP runtime service support by Anson Huang · 6 years ago
  20. 025514b imx: add imx8qm/imx8qx SRTC SIP runtime service support by Anson Huang · 6 years ago
  21. 1552df5 Support for NXP's i.MX8 SoCs timer IPC by Anson Huang · 6 years ago
  22. 2e8ab4f imx: make imx uart work for debug mode by Anson Huang · 6 years ago
  23. f1ac796 imx: add necessary lpuart console_flush callback for debug by Anson Huang · 6 years ago
  24. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  25. 8113681 plat: imx: Add i.MX8MQ basic support by Bai Ping · 6 years ago
  26. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 6 years ago
  27. deca658 Merge pull request #1636 from antonio-nino-diaz-arm/an/console by Antonio Niño Díaz · 6 years ago
  28. 9c675b3 Add plat_crash_console_flush to platforms without it by Antonio Nino Diaz · 6 years ago
  29. cc5859c Multi-console: Deprecate the `finish_console_register` macro by Soby Mathew · 6 years ago
  30. 601d2f3 imx8qm: imx8qx: Migrate to new interfaces by Antonio Nino Diaz · 6 years ago
  31. b42ceeb imx: imx_wdog: Add code to initialize the wdog block by Bryan O'Donoghue · 6 years ago
  32. ca52cbe imx: imx_caam: Add code to initialize the CAAM job-rings to NS-world by Bryan O'Donoghue · 6 years ago
  33. db05fb7 imx: imx_hab: Define a HAB header file by Bryan O'Donoghue · 6 years ago
  34. f7ea6d5 imx: imx_snvs: Add an SNVS core functionality by Bryan O'Donoghue · 6 years ago
  35. a60ca3b imx: imx_snvs: Define a SNVS header and memory map by Bryan O'Donoghue · 6 years ago
  36. c3334cb imx: imx_csu: Add a simple CSU layer by Bryan O'Donoghue · 6 years ago
  37. 49a6413 imx: imx_aips: Add initial AIPS support by Bryan O'Donoghue · 6 years ago
  38. 965bda4 imx: imx_io_mux: Define an IO-mux layer by Bryan O'Donoghue · 6 years ago
  39. ddfb773 imx7: imx7_clock: usb: Initialize the USB core clocks by Bryan O'Donoghue · 6 years ago
  40. 5ff1751 imx7: imx7_clock: wdog: Initialize the watchdog clocks by Bryan O'Donoghue · 6 years ago
  41. 73f432a imx7: imx7_clock: uart: Add UART clock init logic by Bryan O'Donoghue · 6 years ago
  42. 6176a4e imx: imx_clock: usb: Add USB clock API by Bryan O'Donoghue · 6 years ago
  43. bbdcdd0 imx: imx_clock: wdog: Add watchdog clock API by Bryan O'Donoghue · 6 years ago
  44. 14cf32a imx: imx_clock: mmc: Add USDHC clock API by Jun Nie · 6 years ago
  45. dcd54e9 imx: imx_clock: uart: Add UART clock API by Bryan O'Donoghue · 6 years ago
  46. 82e3508 imx: imx_clock: Add driver and associated clock register definitions by Bryan O'Donoghue · 6 years ago
  47. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  48. 0f53bca imx: imx8qm: add domain off support by Anson Huang · 6 years ago
  49. 762688b imx: imx8qx: add domain suspend/resume support by Anson Huang · 6 years ago
  50. 351e373 imx: imx8qx: add system reset support by Anson Huang · 6 years ago
  51. 8972694 imx: imx8qx: add system off support by Anson Huang · 6 years ago
  52. baa7650 Support for NXP's i.MX8QM SoC by Anson Huang · 6 years ago
  53. 0bc1830 Support for NXP's i.MX8QX SoC by Anson Huang · 6 years ago
  54. bd08def Support for NXP's imx SoC common function by Anson Huang · 6 years ago
  55. 27b9d5e Support for NXP's imx SoC debug uart by Anson Huang · 6 years ago
  56. ff2743e Support for NXP's i.MX8 SoCs IPC by Anson Huang · 6 years ago