1. a04cf3b arm: k3: Add support for printing CPUINFO by Lokesh Vutla · Fri Sep 27 13:32:11 2019 +0530
  2. 92ecff8 configs: j721e_evm_a72: Disable PSCI_RESET by Lokesh Vutla · Wed Sep 25 14:38:13 2019 +0530
  3. 01cc683 configs: am65x_evm_a53: Disable PSCI_RESET by Lokesh Vutla · Wed Sep 25 14:38:05 2019 +0530
  4. 978d932 mmc: am654_sdhci: Drop a redundant power_domain_on in probe by Lokesh Vutla · Tue Sep 24 13:17:16 2019 +0530
  5. 014c73c configs: ti: Use addr_fit for run_fit environment variable by Andrew F. Davis · Tue Sep 17 15:40:25 2019 -0400
  6. 6a89b00 am335x, guardian: adapt guardian board to DM by Moses Christopher · Tue Sep 17 14:25:38 2019 +0000
  7. 5d489f8 am335x, guardian: update guardian board by Moses Christopher · Tue Sep 17 14:25:37 2019 +0000
  8. 986fb6a cmd: ti: ddr3: Move the print statement after test by Krunal Bhargav · Mon Sep 16 13:47:19 2019 +0530
  9. 88006e2 arm: omap: emif-common: Fix memory priming for ECC by Krunal Bhargav · Mon Sep 16 13:47:18 2019 +0530
  10. f9fda503 arm: omap: emif-common: Disable interleaving by Krunal Bhargav · Mon Sep 16 13:47:17 2019 +0530
  11. e728d54 cmd: ti: ddr3: Fix ecc address calculation by Lokesh Vutla · Mon Sep 16 13:47:16 2019 +0530
  12. c771499 arm: omap: emif-common: Fix ecc address calculation by Lokesh Vutla · Mon Sep 16 13:47:15 2019 +0530
  13. 47905d2 board: j721e: Add README by Lokesh Vutla · Wed Sep 04 16:01:51 2019 +0530
  14. 0e01e3e armv8: K3: j721e: Updated ddr address regions in MMU table by Kedar Chitnis · Wed Sep 04 16:01:50 2019 +0530
  15. f359afb armv8: K3: am65x: Update DDR address regions in MMU table by Suman Anna · Wed Sep 04 16:01:49 2019 +0530
  16. 623b366 configs: am65x_evm_a53: Enhance bootcmd to start remoteprocs by Suman Anna · Wed Sep 04 16:01:48 2019 +0530
  17. 8e455c8 configs: am65x_evm_a53: Enable R5F remoteproc driver by Suman Anna · Wed Sep 04 16:01:47 2019 +0530
  18. 4f68f61 configs: j721e_evm_a72: Enhance bootcmd to start remoteprocs by Suman Anna · Wed Sep 04 16:01:46 2019 +0530
  19. f05b023 configs: j721e_evm_a72: Enable R5F and DSP remoteproc driver by Lokesh Vutla · Wed Sep 04 16:01:45 2019 +0530
  20. 96b3d76 env: ti: am65x_evm: Add env support to boot the MCU R5F rprocs by Suman Anna · Wed Sep 04 16:01:44 2019 +0530
  21. cf8387c env: ti: j721e-evm: Add support to boot rprocs including R5Fs and DSPs by Suman Anna · Wed Sep 04 16:01:43 2019 +0530
  22. 04c31bf env: ti: k3_rproc: Add common rproc environment variables by Suman Anna · Wed Sep 04 16:01:42 2019 +0530
  23. 34721e5 arm: dts: k3-am65-mcu: Add MCU domain R5F DT nodes by Suman Anna · Wed Sep 04 16:01:41 2019 +0530
  24. c9d636d arm: dts: k3-j721e-main: Add C71x DSP node by Lokesh Vutla · Wed Sep 04 16:01:40 2019 +0530
  25. 4dbd7ed arm: dts: k3-j721e-main: Add C66x DSP nodes by Lokesh Vutla · Wed Sep 04 16:01:39 2019 +0530
  26. 28b9765 arm: dts: k3-j721e-main: Add MAIN domain R5F cluster nodes by Lokesh Vutla · Wed Sep 04 16:01:38 2019 +0530
  27. 1a12804 arm: dts: k3-j721e-mcu: Add MCU domain R5F cluster node by Lokesh Vutla · Wed Sep 04 16:01:37 2019 +0530
  28. 2c77185 remoteproc: Introduce K3 C66 and C71 remoteproc driver by Lokesh Vutla · Wed Sep 04 16:01:36 2019 +0530
  29. a163d0e dt-bindings: remoteproc: Add bindings for DSP C66x clusters on TI K3 SoCs by Suman Anna · Wed Sep 04 16:01:35 2019 +0530
  30. 58633f1 remoteproc: Introduce K3 remoteproc driver for R5F subsystem by Lokesh Vutla · Wed Sep 04 16:01:34 2019 +0530
  31. 3eb2b45 dt-bindings: remoteproc: Add bindings for R5F subsystem on TI K3 SoCs by Suman Anna · Wed Sep 04 16:01:33 2019 +0530
  32. c1fb07b remoteproc: tisci_proc: Add helper api for controlling core power domain by Lokesh Vutla · Wed Sep 04 16:01:32 2019 +0530
  33. 3275e5d remoteproc: elf_loader: Introduce rproc_elf_get_boot_addr() api by Lokesh Vutla · Wed Sep 04 16:01:31 2019 +0530
  34. 8db0a47 remoteproc: elf_loader: Introduce a common elf loader and checker functions by Lokesh Vutla · Wed Sep 04 16:01:30 2019 +0530
  35. db1f820 remoteproc: elf-loader: Add 64 bit elf loading support by Lokesh Vutla · Wed Sep 04 16:01:29 2019 +0530
  36. b506cba remoteproc: elf_loader: Always check the validity of the image before loading by Lokesh Vutla · Wed Sep 04 16:01:28 2019 +0530
  37. e18166f remoteproc: ops: Add elf section size as input parameter to device_to_virt api by Lokesh Vutla · Wed Sep 04 16:01:27 2019 +0530
  38. fa45a08 dm: core: Add a function to count the children of a device by Lokesh Vutla · Wed Sep 04 16:01:26 2019 +0530
  39. 57a7ee3 board: ti: am65x: Add UART boot procedure in README by Andreas Dannenberg · Thu Aug 15 15:55:32 2019 -0500
  40. 1a9dbdc configs: am65x_evm_r5: Activate early console functionality by Andreas Dannenberg · Thu Aug 15 15:55:31 2019 -0500
  41. 7073436 armv7R: dts: k3: am654: Add MCU_UART0 related definitions by Andreas Dannenberg · Thu Aug 15 15:55:30 2019 -0500
  42. 6da45de arm: K3: sysfw-loader: Allow loading SYSFW via Y-Modem by Andreas Dannenberg · Thu Aug 15 15:55:29 2019 -0500
  43. d13ec8c arm: K3: common: Allow for early console functionality by Andreas Dannenberg · Thu Aug 15 15:55:28 2019 -0500
  44. 5889208 spl: ymodem: Make SPL Y-Modem loader framework accessible by Andreas Dannenberg · Thu Aug 15 15:55:27 2019 -0500
  45. e58d036 spl: ymodem: Fix FIT loading termination handling by Andreas Dannenberg · Thu Aug 15 15:55:26 2019 -0500
  46. 73eb78f Merge tag 'xilinx-for-v2020.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze by Tom Rini · Wed Oct 09 16:22:03 2019 -0400
  47. 298ad4d travis: Move keystone 3 (k3) boards into the k2 job by Tom Rini · Wed Oct 09 11:02:21 2019 -0400
  48. 7aa2eec travis: Split bcm SoCs into their own build job by Tom Rini · Wed Oct 09 11:01:06 2019 -0400
  49. 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
  50. 3d9239d Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Tue Oct 08 18:45:49 2019 -0400
  51. 82a4525 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 by Tom Rini · Tue Oct 08 18:45:26 2019 -0400
  52. 1cf6602 Merge tag 'u-boot-atmel-2020.01-a' of https://gitlab.denx.de/u-boot/custodians/u-boot-atmel by Tom Rini · Tue Oct 08 18:43:56 2019 -0400
  53. a55d317 Merge tag 'efi-2020-01-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi by Tom Rini · Tue Oct 08 18:43:37 2019 -0400
  54. 229bbc2 Merge branch '2019-10-08-master-imports' by Tom Rini · Tue Oct 08 18:37:19 2019 -0400
  55. ff720fc travis.yml: Switch to bionic for the host distribution by Tom Rini · Tue Oct 08 08:39:26 2019 -0400
  56. 6ad2604 gitlab-ci: Switch to Ubuntu 18.04 image by Tom Rini · Fri Oct 04 12:12:54 2019 -0400
  57. 254b98e gitlab-ci: Have buildman use /tmp for output by Tom Rini · Fri Oct 04 12:12:53 2019 -0400
  58. e95eddc buildman: Perform tests in a temporary directory by Tom Rini · Mon Oct 07 17:17:36 2019 -0400
  59. 2b958d7 ARM: imx6q_logic: Fix MMC2 booting by Adam Ford · Tue Oct 08 08:01:12 2019 -0500
  60. a2a91e2 Revert "spl: imx6: Let spl_boot_device return USDHC1 or USDHC2" by Adam Ford · Tue Oct 08 07:56:44 2019 -0500
  61. b172acd Revert "imx: mmc_env: update runtime SD/MMC boot env device" by Stefano Babic · Tue Oct 08 11:01:53 2019 +0200
  62. 9e6813d configs: sheevaplug disable EFI_UNICODE_CAPITALIZATION by Heinrich Schuchardt · Sun Oct 06 15:37:51 2019 +0200
  63. 9b3f564 pico-imx7d: Remove dead code for dm_video by Joris Offouga · Mon Sep 23 14:54:41 2019 +0200
  64. 9c91019 pico-imx7d: fix splash logo drawing by Joris Offouga · Mon Sep 23 14:54:40 2019 +0200
  65. f8b509b imx: replace CONFIG_SECURE_BOOT with CONFIG_IMX_HAB by Stefano Babic · Fri Sep 20 08:47:53 2019 +0200
  66. d13e98c pinctrl: nxp: DM_FLAG_PRE_RELOC by default by Igor Opaniuk · Wed Jul 24 18:09:57 2019 +0300
  67. 42a2767 configs: move CONFIG_SPL_TEXT_BASE to Kconfig by Parthiban Nallathambi · Mon Sep 16 17:21:50 2019 +0200
  68. 0ee8f51 imx: variscite: Fix regression of SPL and U-boot booting by Saravanan Sekar · Sun Aug 04 19:36:42 2019 +0200
  69. 6f9d1c0 ARM: imx6q_logic: Enable DM_SERIAL by Adam Ford · Wed Aug 07 12:05:59 2019 -0500
  70. cc4a9cc ARM: imx6qlogic: Cleanup board_init_f by Adam Ford · Wed Aug 07 12:05:58 2019 -0500
  71. 24af0b9 mx6ulevk: Include SDP boot instructions in README by Breno Matheus Lima · Thu Jul 18 20:44:31 2019 +0000
  72. 828d41b ddr: imx8m: Fix the ddr init hang on imx8mq by Jacky Bai · Thu Aug 08 09:59:11 2019 +0000
  73. d62ddc1 driver: ddr: Refine the ddr init driver on imx8m by Jacky Bai · Thu Aug 08 09:59:08 2019 +0000
  74. 69b8eb0 imx8mq: Update the ddrc QoS setting for B1 chip by Bai Ping · Thu Aug 08 09:59:05 2019 +0000
  75. f19c31c ddr: imx8m: Fix ddr4 driver build issue by Ye Li · Thu Aug 08 09:59:02 2019 +0000
  76. 57f6775 spi: fsl_qspi: Add support for QSPI on iMX7ULP by Ye Li · Wed Aug 14 11:31:40 2019 +0000
  77. 007b604 spi: fsl_qspi: Update to use driver data by Ye Li · Wed Aug 14 11:31:36 2019 +0000
  78. ce561f5 spi: fsl_qspi: Update write data size for page program LUT by Ye Li · Wed Aug 14 11:31:31 2019 +0000
  79. 416d2ec spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms by Ye Li · Wed Aug 14 11:31:27 2019 +0000
  80. b3a4068 imx: nandbcb: include long help only when enabled by Parthiban Nallathambi · Fri Aug 23 18:35:10 2019 +0200
  81. 6eba552 imx: initialize fec only when enabled by Parthiban Nallathambi · Fri Aug 23 18:35:09 2019 +0200
  82. 93d97e9 imx: remove board specific boot order from spl by Parthiban Nallathambi · Fri Aug 23 18:35:08 2019 +0200
  83. b86d9d1 imx: pcl063: add nand boot support by Parthiban Nallathambi · Fri Aug 23 18:19:48 2019 +0200
  84. 0987d22 apalis_imx6: use distroboot by default by Igor Opaniuk · Fri Aug 23 20:00:49 2019 +0300
  85. 8ff1c24 colibri_imx6/imx7/imx8x: use distroboot by default by Igor Opaniuk · Fri Aug 23 20:00:48 2019 +0300
  86. d4191db misc: imx8: add more scfw api by Peng Fan · Mon Sep 23 10:12:31 2019 +0000
  87. 3d52a6f spl: nor: support loading i.MX container format file by Peng Fan · Mon Sep 23 10:18:48 2019 +0800
  88. 053207c spl: spi: support loading i.MX container format file by Peng Fan · Mon Sep 23 10:18:47 2019 +0800
  89. 519ce8d spl: nand: support loading i.MX container format file by Peng Fan · Mon Sep 23 10:18:46 2019 +0800
  90. 853b1b1 imx8: update README by Peng Fan · Mon Sep 23 10:18:45 2019 +0800
  91. 0aef2f2 imx8: Add support to get container image set size by Peng Fan · Mon Sep 23 10:18:44 2019 +0800
  92. 59a6273 spl: nand: Introduce spl_nand_get_uboot_raw_page by Peng Fan · Mon Sep 23 10:18:43 2019 +0800
  93. 6e773f9 spl: nor: introduce spl_nor_get_uboot_base by Peng Fan · Mon Sep 23 10:18:42 2019 +0800
  94. 3a57169 spl: spi: introduce spl_spi_get_uboot_offs by Peng Fan · Mon Sep 23 10:18:41 2019 +0800
  95. 315cf59 spl: mmc: introduce spl_mmc_get_uboot_raw_sector by Peng Fan · Mon Sep 23 10:18:40 2019 +0800
  96. f922017 imx: Add i.MX8MM EVK board support. by Peng Fan · Tue Aug 27 06:26:08 2019 +0000
  97. 51b54a4 arm: dts: add i.MX8MM pin func by Peng Fan · Tue Aug 27 06:26:04 2019 +0000
  98. 8740b89 arm: dts: import i.MX8MM dtsi by Peng Fan · Tue Aug 27 06:26:01 2019 +0000
  99. c98e032 imx8m: soc: probe clock device in arch_cpu_init_dm by Peng Fan · Tue Aug 27 06:25:58 2019 +0000
  100. 50f6980 imx: mmc_env: update runtime SD/MMC boot env device by Peng Fan · Tue Aug 27 06:25:54 2019 +0000