1. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  2. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  3. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  4. a9dc068 common: Move get_tbclk() to time.h by Simon Glass · Sat Dec 28 10:44:59 2019 -0700
  5. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  6. e4c6332 ARM: mxs: spl_boot.c: make early_delay more robust by Rasmus Villemoes · Tue Sep 10 08:32:01 2019 +0000
  7. 5a84b03 arm: mxs: be more careful when enabling gpmi_clk by Rasmus Villemoes · Thu Sep 12 09:17:11 2019 +0000
  8. 6cb658c arm: mxs: fix comments in arch_cpu_init to match the code by Rasmus Villemoes · Thu Sep 12 09:17:10 2019 +0000
  9. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  10. f87959b arm: powerpc: Tidy up code style for interrupt functions by Simon Glass · Thu Nov 14 12:57:40 2019 -0700
  11. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  12. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  13. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  14. 3673618 common: Move serial functions out of common.h by Simon Glass · Thu Nov 14 12:57:24 2019 -0700
  15. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  16. 9d6fda7 arm: mxs: Increase VDDD voltage to match specification by Marek Vasut · Tue Oct 15 18:26:57 2019 +0200
  17. 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
  18. aa050c5 spl: pass args to board_return_to_bootrom by Peng Fan · Wed Aug 07 06:40:53 2019 +0000
  19. f7bcc09 arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option by Simon Glass · Wed Sep 25 08:56:26 2019 -0600
  20. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  21. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  22. 307bfd6 arm: spear: Return to BootROM if failing to boot from the main device by Miquel Raynal · Tue May 07 14:18:54 2019 +0200
  23. 710d1c1 arm: spear: Do not link the _main branch by Miquel Raynal · Tue May 07 14:18:53 2019 +0200
  24. f8c5c78 arm: spear: Support returning to BootROM by Miquel Raynal · Tue May 07 14:18:52 2019 +0200
  25. 06ad1eb arm: spear: Simplify start.S organization by Miquel Raynal · Tue May 07 14:18:51 2019 +0200
  26. 787e5b9 arm: spear: Reference the link register with LR instead of R14 by Miquel Raynal · Tue May 07 14:18:50 2019 +0200
  27. 6e073cc arm: spear: Use PUSH/POP mnemonics when relevant by Miquel Raynal · Tue May 07 14:18:49 2019 +0200
  28. beefd49 arm: spear: Purely cosmetic changes in start.S by Miquel Raynal · Tue May 07 14:18:48 2019 +0200
  29. df5b581 arm: spear: Fix the main comment in start.S by Miquel Raynal · Tue May 07 14:18:47 2019 +0200
  30. 1d01c03 arm: spear: Drop false comment by Miquel Raynal · Tue May 07 14:18:46 2019 +0200
  31. 93e635c arm: spear: Call the SPL 'SPL', not 'Xloader' by Miquel Raynal · Tue May 07 14:18:45 2019 +0200
  32. 04136cd arm: spear: Drop useless board_init_r call by Miquel Raynal · Tue May 07 14:18:44 2019 +0200
  33. 7334038 Convert to use fsl_esdhc_imx for i.MX platforms by Yangbo Lu · Fri Jun 21 11:42:28 2019 +0800
  34. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  35. 67ebb1c arm: lpc32xx: Fix timer initialization by Gregory CLEMENT · Wed Apr 17 11:48:45 2019 +0200
  36. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · Tue Jan 22 17:09:26 2019 -0500
  37. e2114f9 arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option by Vladimir Zapolskiy · Mon Sep 17 22:03:27 2018 +0300
  38. 31d0e96 arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option by Vladimir Zapolskiy · Mon Sep 17 21:43:03 2018 +0300
  39. 9858a60 arm: remove prototype for get_timer_masked by Patrick Delaunay · Fri Oct 05 11:33:52 2018 +0200
  40. 94a0859 arm: remove prototype for udelay_masked by Patrick Delaunay · Fri Oct 05 11:33:51 2018 +0200
  41. f1c773b arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is built by Quentin Schulz · Fri Aug 31 16:28:30 2018 +0200
  42. f25cdc6 arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is built by Quentin Schulz · Fri Aug 31 16:15:53 2018 +0200
  43. 554d879 ARM: CPU: arm926ejs: Consolidate cache routines to common file by Adam Ford · Thu Aug 16 13:23:11 2018 -0500
  44. 6bd0393 ARM: mxs: let boards override entire dram parameter table by Mans Rullgard · Fri Apr 27 10:45:15 2018 +0100
  45. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  46. 65d2190 ARM: mxs: support full SPL framework by Mans Rullgard · Sat Apr 21 16:11:10 2018 +0100
  47. 2f66b40 ARM: mxs: move spl data by Mans Rullgard · Sat Apr 21 16:11:09 2018 +0100
  48. 96db04f ARM: arm926ejs: fix lowlevel_init call by Mans Rullgard · Sat Apr 21 16:11:07 2018 +0100
  49. 04ef865 ARM: mxs: make lowlevel_init() weak by Mans Rullgard · Sat Apr 21 16:11:06 2018 +0100
  50. 9c21549 net: Move enetaddr env access code to env config instead of net config by Alex Kiernan · Sun Apr 01 09:22:38 2018 +0000
  51. b7c82ed build: Drop CONFIG_SPL_BUILD guards in some cases by Tom Rini · Thu Dec 21 22:13:22 2017 -0500
  52. a9e5609 arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMC by Thomas Petazzoni · Tue Aug 15 22:52:45 2017 +0200
  53. 39412c2 board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/ by Thomas Petazzoni · Tue Aug 15 22:52:44 2017 +0200
  54. 699c223 arm: spear: do not return random value from stack by xypron.glpk@gmx.de · Sun Jul 30 20:09:38 2017 +0200
  55. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  56. 9d69424 mx25: Add function to set PER clocks by Benoît Thébaudeau · Wed May 03 11:59:05 2017 +0200
  57. 9f2aa98 mx25: Fix imx_get_perclk() by Benoît Thébaudeau · Wed May 03 11:59:04 2017 +0200
  58. 80f2edf arch/arm/cpu/arm926ejs/omap: Remove by Tom Rini · Fri May 12 22:33:14 2017 -0400
  59. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  60. 1c640a6 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD by Tom Rini · Sat Mar 18 09:01:44 2017 -0400
  61. 06f108e serial, ns16550: bugfix: ns16550 fifo not enabled by Heiko Schocher · Wed Jan 18 08:05:49 2017 +0100
  62. b2c8868 mmc: move more driver config options to Kconfig by Masahiro Yamada · Tue Jan 10 13:32:07 2017 +0900
  63. aaf7d12 ARM: mxs: Remove unused variable warning by Marek Vasut · Thu Dec 15 16:48:55 2016 +0100
  64. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  65. 167ad90 spear: Use upper case for CONFIG options by Simon Glass · Mon Sep 12 23:18:30 2016 -0600
  66. 84f9b61 ARM: Move SYS_CACHELINE_SIZE over to Kconfig by Tom Rini · Mon Aug 22 08:22:17 2016 -0400
  67. 8540658 arm: Move check_cache_range() into a common place by Simon Glass · Sun Jun 19 19:43:01 2016 -0600
  68. edf3271 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Mon Jun 13 08:50:58 2016 -0400
  69. 9084407 arm: Allow skipping of low-level init with I-cache on by Simon Glass · Thu May 05 07:28:06 2016 -0600
  70. 0ad9e1f arm: mxs: Remove misleading comments by Michael Heimpold · Mon Jun 06 14:26:39 2016 +0200
  71. 3056e50 mx27: 16-bit wide watchdog registers by Leonid Iziumtsev · Sun Mar 20 14:10:55 2016 +0100
  72. d1e22fa ARM: Various: Future-proof serial platdata by Adam Ford · Mon Mar 07 21:08:49 2016 -0600
  73. 8d4b7e9 ARM: start.S: fix typo by Yuichiro Goto · Thu Feb 25 10:23:34 2016 +0900
  74. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  75. 45e3fd9 arm: lpc32xx: switch SPL builds to driver model by Vladimir Zapolskiy · Sat Dec 19 23:29:26 2015 +0200
  76. 8bf9450 arm: lpc32xx: switch serial console to driver model by Vladimir Zapolskiy · Sat Dec 19 23:29:25 2015 +0200
  77. 364e536 ARM: mxs: allow boards to select DC-DC switching clock source by Michael Heimpold · Sun Dec 13 12:08:37 2015 +0100
  78. 6823cdd ARM: mxs: fix VDDD brownout setting by Michael Heimpold · Sun Nov 15 22:47:12 2015 +0100
  79. 9332042 mxs: add parameter base_addr for mxs_set_lcdclk by Peng Fan · Thu Oct 29 15:54:39 2015 +0800
  80. 67d3dd24 Merge git://git.denx.de/u-boot by Stefano Babic · Thu Nov 12 17:13:26 2015 +0100
  81. a382322 arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD by Albert ARIBAUD · Fri Oct 23 18:06:40 2015 +0200
  82. a7209a2 imx: cpu: move common chip revision id's by Adrian Alonso · Mon Oct 12 13:48:07 2015 -0500
  83. c62d1b5 lpc32xx: fix calculation of HCLK PLL output clock by Vladimir Zapolskiy · Sun Oct 04 23:18:45 2015 +0100
  84. 69804d4 arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4 by Stefan Roese · Wed Sep 02 11:10:58 2015 +0200
  85. b7f8ed2 lpc32xx: remove duplicated DMA_CLK_ENABLE bit definition by Vladimir Zapolskiy · Thu Aug 27 03:16:48 2015 +0300
  86. b741b16 imx: mxs: reimplement get_cpu_rev by Peng Fan · Thu Aug 13 10:55:33 2015 +0800
  87. 0fe2e85 imx: mx27 implement get_cpu_rev by Peng Fan · Thu Aug 13 10:55:31 2015 +0800
  88. c58b7ef arm: mxs: Fix mkimage invocation by Marek Vasut · Tue Aug 11 03:08:07 2015 +0200
  89. 448e84f arm: spear: Enable caches on SPEAr by Stefan Roese · Tue Aug 18 09:27:19 2015 +0200
  90. 7618ad0 arm: spear: Move to common SPL infrastructure by Stefan Roese · Tue Aug 18 09:27:17 2015 +0200
  91. 64bbb7d usb: spear: Add support for both SPEAr600 EHCI controllers by Stefan Roese · Tue Aug 18 09:27:18 2015 +0200
  92. 890cc77 usb: lpc32xx: add host USB driver by Sylvain Lemieux · Thu Aug 13 15:40:22 2015 -0400
  93. 90a837f dma: lpc32xx: add DMA driver by Sylvain Lemieux · Mon Aug 10 08:16:31 2015 -0400
  94. 0e2e12a arm: mvebu/armada100: dram.c: Remove CONFIG_SYS_BOARD_DRAM_INIT by Stefan Roese · Thu Aug 06 10:23:52 2015 +0200
  95. eb48e2b lpc32xx: cpu: add support for soft reset by Sylvain Lemieux · Mon Jul 27 13:37:35 2015 -0400
  96. 4f62bc1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Wed Aug 12 15:46:36 2015 -0400
  97. 297abca imx28: Fix issue with GCC 5.x by Måns Rullgård · Tue Jul 28 14:39:49 2015 +0100
  98. 2219026 ARM: cache: implement a default weak flush_cache() function by Wu, Josh · Mon Jul 27 11:40:17 2015 +0800
  99. aaa3545 ARM: cache: add an empty stub function for invalidate/flush dcache by Wu, Josh · Mon Jul 27 11:40:16 2015 +0800
  100. 78f04f0 nand: lpc32xx: add SLC NAND controller support by Vladimir Zapolskiy · Sat Jul 18 03:07:52 2015 +0300