1. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  2. 370382c common: Move some SMP functions out of common.h by Simon Glass · Thu Nov 14 12:57:35 2019 -0700
  3. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  4. 45c7890 common: Move some time functions out of common.h by Simon Glass · Thu Nov 14 12:57:26 2019 -0700
  5. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  6. 63dbbf3 arm: drop eSDHC clock getting in mxc_get_clock() for layerscape by Yangbo Lu · Tue Nov 12 19:28:38 2019 +0800
  7. 22ec238 freescale/layerscape: Rename the config CONFIG_SECURE_BOOT name by Udit Agarwal · Thu Nov 07 16:11:32 2019 +0000
  8. 32a7ac0 armv7: ls102xa: Don't power down OCRAM1 during deep sleep by Biwen Li · Mon Oct 21 12:23:30 2019 +0530
  9. 721d50e armv7: ls102xa: add errata ID A-008646 for workaround by Biwen Li · Wed Sep 25 18:40:42 2019 +0800
  10. e5c6c8e armv7: ls102xa: Correct endianness of SCFG_SPARECR8 read by Biwen Li · Wed Sep 25 17:48:11 2019 +0800
  11. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  12. 19c0460 arm: ls1021atwr: Convert to use driver model TSEC driver by Bin Meng · Fri Jul 19 00:29:59 2019 +0300
  13. 9c59d86 psci: Fix warnings when compiling with W=1 by Patrick Delaunay · Mon Jul 22 14:19:20 2019 +0200
  14. 7334038 Convert to use fsl_esdhc_imx for i.MX platforms by Yangbo Lu · Fri Jun 21 11:42:28 2019 +0800
  15. e4dfef9 armv7: timer: init timer with bootstage by Patrick Delaunay · Thu Apr 18 17:32:46 2019 +0200
  16. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  17. 8df96a2 pcm052: bk4: sdcard: Add support for SD card booting/recovery by Lukasz Majewski · Wed Feb 13 22:46:56 2019 +0100
  18. b78294d vybrid: Define the imx_get_mac_from_fuse() as a __weak function by Lukasz Majewski · Wed Feb 13 22:46:43 2019 +0100
  19. 821df47 vybrid: clock: Provide enable_i2c_clk() function for Vybrid by Lukasz Majewski · Wed Feb 13 22:46:41 2019 +0100
  20. d6be97b armv7: ls102xa: Add workaround for DDR erratum A-008850 by Alison Wang · Wed Mar 06 14:49:14 2019 +0800
  21. 449c8b2 arm: Leave smccc calls in .text when efi_loader=n by Alexander Graf · Mon Feb 11 15:07:17 2019 +0100
  22. aa0b11b efi_loader: refactor switch to non-secure mode by Heinrich Schuchardt · Tue Jan 08 18:13:06 2019 +0100
  23. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · Tue Jan 22 17:09:26 2019 -0500
  24. 26f09d0 efi_loader: PSCI reset and shutdown by Heinrich Schuchardt · Thu Oct 18 12:29:40 2018 +0200
  25. 441a0e9 ARM: armv7: Add early stack for erratum workarounds by Andrew F. Davis · Mon Nov 19 14:47:53 2018 -0600
  26. 9858a60 arm: remove prototype for get_timer_masked by Patrick Delaunay · Fri Oct 05 11:33:52 2018 +0200
  27. 94a0859 arm: remove prototype for udelay_masked by Patrick Delaunay · Fri Oct 05 11:33:51 2018 +0200
  28. e60765f arm: remove prototype for reset_timer_masked by Patrick Delaunay · Fri Oct 05 11:33:50 2018 +0200
  29. aed0458 armv7: ls102xa: Disable QE before enter deep sleep by Ran Wang · Wed Sep 26 13:46:30 2018 +0800
  30. 166e374 armv7: fsl: remove sata support by Peng Ma · Wed Aug 01 14:15:40 2018 +0800
  31. 958eda2 arm: ls102xa: Fix RGMII phy-connection-type FDT fixup by Brendan Shanks · Mon Jul 16 13:28:24 2018 -0700
  32. b30a7ef Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot by Tom Rini · Mon Jul 30 16:02:29 2018 -0400
  33. 7e7ba3b Kconfig: Sort bool, default, select and imply options by Michal Simek · Mon Jul 23 15:55:15 2018 +0200
  34. 0a7a074 ARM: HYP/non-sec: enable ARMV7_LPAE if HYP mode is supported by Mark Kettenis · Fri Jun 15 23:47:14 2018 +0200
  35. 6e2f8f1 ARM: HYP/non-sec: migrate stack by Mark Kettenis · Fri Jun 15 23:47:11 2018 +0200
  36. f93caf8 ARM: PSCI: initialize stack pointer on secondary CPUs by Stefan Agner · Sun Jun 24 21:09:54 2018 +0200
  37. 6ffdeaa ARM: Introduce ability to enable invalidate of BTB with ICIALLU on Cortex-A15 for CVE-2017-5715 by Nishanth Menon · Tue Jun 12 15:24:09 2018 -0500
  38. 85515bf ARM: Introduce ability to enable ACR::IBE on Cortex-A8 for CVE-2017-5715 by Nishanth Menon · Tue Jun 12 15:24:08 2018 -0500
  39. 206697a arm: armv7: allow unaligned memory access by Heinrich Schuchardt · Tue Apr 03 21:59:33 2018 +0200
  40. 19858f9 arm: v7R: Add support for enabling caches by Lokesh Vutla · Thu Apr 26 18:21:31 2018 +0530
  41. 076ee45 arm: v7R: Add support for MPU by Lokesh Vutla · Thu Apr 26 18:21:30 2018 +0530
  42. f435938 arm: v7R: Add initial support by Michal Simek · Thu Apr 26 18:21:29 2018 +0530
  43. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · Thu Apr 26 18:21:26 2018 +0530
  44. 244588c arm: v7: Update VBAR only if available by Lokesh Vutla · Thu Apr 26 18:21:25 2018 +0530
  45. 11692bc psci: arm: remove armv7 function psci_save_target_pc by Patrick Delaunay · Mon Apr 16 10:15:12 2018 +0200
  46. 93b114c sunxi: psci: save context id in cpu_on command by Patrick Delaunay · Mon Apr 16 10:15:11 2018 +0200
  47. a1d7660 ls102xa: psci: save context id in cpu_on command by Patrick Delaunay · Mon Apr 16 10:15:07 2018 +0200
  48. df92f52 arm: psci: add a weak function psci_arch_cpu_entry by Patrick Delaunay · Mon Apr 16 10:13:23 2018 +0200
  49. feb73eb arm: psci: save context id for cpu_on PSCI command by Patrick Delaunay · Mon Apr 16 10:13:22 2018 +0200
  50. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  51. b3c5a9f arm: timer: get frequency for arch timer armv7 in cp15 cntfrq by Patrick Delaunay · Tue Mar 20 11:41:23 2018 +0100
  52. d502ee0 arm: armv7: solve issue for timer_rate_hz in arch timer by Patrick Delaunay · Mon Mar 12 10:46:06 2018 +0100
  53. 2afd984 ARM: sunxi: Move u-boot-sunxi-with-spl.bin rule to Makefile by Tuomas Tynkkynen · Tue Mar 06 23:38:21 2018 +0200
  54. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  55. 7c88d10 spl: eMMC/SD: Provide one __weak spl_boot_mode() function by Lukasz Majewski · Sat Feb 03 08:29:52 2018 +0100
  56. a2ec2af arm: Exercise v7_arch_cp15_set_acr even without errata fixups by Siarhei Siamashka · Sun Aug 13 05:25:20 2017 +0300
  57. edf9f62 ata: Migrate CONFIG_SCSI_AHCI to Kconfig by Tuomas Tynkkynen · Fri Dec 08 15:36:19 2017 +0200
  58. 5636d4a arm: mark save_boot_params_ret as a function by Philipp Tomsich · Tue Oct 10 16:21:12 2017 +0200
  59. cc55116 stv0991: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:53:59 2017 +0200
  60. 789ee0e stm32: fix STMicroelectronics copyright by Patrice Chotard · Mon Oct 23 09:53:58 2017 +0200
  61. 2eb4898 armv7: Add workaround for USB erratum A-009007 by Ran Wang · Mon Sep 04 18:46:55 2017 +0800
  62. 373a7b0 armv7: Add workaround for USB erratum A-008997 by Ran Wang · Mon Sep 04 18:46:54 2017 +0800
  63. d2b711b7 armv7: Add workaround for USB erratum A-009798 by Ran Wang · Mon Sep 04 18:46:53 2017 +0800
  64. 1509c8a armv7: Add workaround for USB erratum A-009008 by Ran Wang · Mon Sep 04 18:46:52 2017 +0800
  65. 1123406 fsl-layerscape: Consolidate registers space defination for CCI-400 bus by Ashish Kumar · Fri Aug 11 11:09:14 2017 +0530
  66. 962a75a Merge git://www.denx.de/git/u-boot-imx by Tom Rini · Wed Aug 16 18:07:20 2017 -0400
  67. 6a38e41 env: Rename setenv() to env_set() by Simon Glass · Thu Aug 03 12:22:09 2017 -0600
  68. 5ac341f arm: Implement workaround for Cortex-A9 errata 845369 by Peng Fan · Tue Aug 08 13:34:52 2017 +0800
  69. 52ddee8 bcm281xx: clock: avoid possible NULL dereference by xypron.glpk@gmx.de · Sun Jul 30 20:27:16 2017 +0200
  70. f59c82e arm: bcm235xx: clk_set_rate avoid possible NULL deref by xypron.glpk@gmx.de · Sun Jul 30 20:22:47 2017 +0200
  71. c2c76ba arm: bcm235xx: avoid possible NULL dereference by xypron.glpk@gmx.de · Sun Jul 30 20:15:51 2017 +0200
  72. c88a09a Convert CONFIG_CMD_PCI to Kconfig by Simon Glass · Fri Aug 04 16:34:34 2017 -0600
  73. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  74. d6362d9 mx6sabreauto: Update to SPL only mode by Vanessa Maegima · Thu Jun 29 09:33:46 2017 -0300
  75. 65779d3 mx6qsabreauto: Add SPL support by Vanessa Maegima · Thu Jun 29 09:33:45 2017 -0300
  76. 1715622 mx6: soc: Move mxs_dma_init() into the mxs nand driver by Fabio Estevam · Thu Jun 29 09:33:44 2017 -0300
  77. 6b46c46 imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULL by Stefan Agner · Fri Jun 09 13:13:12 2017 -0700
  78. 4822873 dm: scsi: Document and rename the scsi_scan() parameter by Simon Glass · Wed Jun 14 21:28:41 2017 -0600
  79. ab3055a Kconfig: Add CONFIG_SATA to enable SATA by Simon Glass · Wed Jun 14 21:28:25 2017 -0600
  80. 203b3ab Convert CONFIG_CMD_SATA to Kconfig by Simon Glass · Wed Jun 14 21:28:24 2017 -0600
  81. 0e5faf0 Convert CONFIG_SCSI to Kconfig by Simon Glass · Wed Jun 14 21:28:21 2017 -0600
  82. edd59b6 Merge git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Jun 27 09:32:37 2017 -0400
  83. a24859c mx6: soc: Fix typo in temperature unit name by Fabio Estevam · Thu Jun 22 10:50:05 2017 -0300
  84. c4a8760 sunxi: psci: Move entry address setting to separate function by Chen-Yu Tsai · Wed Jun 07 15:11:49 2017 +0800
  85. 2ca39ca armv7: Mark the default lowlevel_init function as weak by Tom Rini · Tue May 16 14:46:34 2017 -0400
  86. 27142c3 pico-imx7d: Add initial support by Vanessa Maegima · Mon May 08 13:17:28 2017 -0300
  87. 18980cc Convert CONFIG_CMD_FUSE to Kconfig by Simon Glass · Wed May 17 03:25:22 2017 -0600
  88. 0930026 icorem6: Make SPL to pick suitable fdt by Jagan Teki · Sun May 07 02:43:05 2017 +0530
  89. 3061eb3 geam6ul: Add modeboot env via board_late_init by Jagan Teki · Sun May 07 02:43:02 2017 +0530
  90. 5e53ac0 icorem6: Add modeboot env via board_late_init by Jagan Teki · Sun May 07 02:43:00 2017 +0530
  91. faa993a Add ARM errata workaround 852421 and 852423 for Cortex-A17 by Nisal Menuka · Wed Apr 26 16:18:01 2017 -0500
  92. 78548ea fdt: Move fdt_fixup_ethernet to a common place by Tom Rini · Fri Apr 28 08:51:44 2017 -0400
  93. 387e647 arm: Re-sync ARCH_MX5 / MX51 / MX53 CONFIG options by Tom Rini · Sat Apr 29 19:20:27 2017 -0400
  94. b7c0b40 Merge git://git.denx.de/u-boot-sunxi by Tom Rini · Tue Apr 25 16:12:42 2017 -0400
  95. b1a1fda sunxi: Add PSCI support for R40 by Chen-Yu Tsai · Wed Mar 01 11:03:15 2017 +0800
  96. cffa503 Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · Tue Apr 18 11:36:06 2017 -0400
  97. e8ead73 ARM: adjust arm-smccc code for use in U-Boot by Masahiro Yamada · Fri Apr 14 11:10:23 2017 +0900
  98. a93297e ARM: import arm-smccc code from Linux 4.11-rc6 by Masahiro Yamada · Fri Apr 14 11:10:22 2017 +0900
  99. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · Mon Mar 27 11:41:03 2017 -0700
  100. e390e97 Merge branch 'master' of git://git.denx.de/u-boot-video by Tom Rini · Fri Apr 14 22:05:17 2017 -0400