1. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  2. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  3. 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
  4. 710d1c1 arm: spear: Do not link the _main branch by Miquel Raynal · Tue May 07 14:18:53 2019 +0200
  5. f8c5c78 arm: spear: Support returning to BootROM by Miquel Raynal · Tue May 07 14:18:52 2019 +0200
  6. 06ad1eb arm: spear: Simplify start.S organization by Miquel Raynal · Tue May 07 14:18:51 2019 +0200
  7. 787e5b9 arm: spear: Reference the link register with LR instead of R14 by Miquel Raynal · Tue May 07 14:18:50 2019 +0200
  8. 6e073cc arm: spear: Use PUSH/POP mnemonics when relevant by Miquel Raynal · Tue May 07 14:18:49 2019 +0200
  9. beefd49 arm: spear: Purely cosmetic changes in start.S by Miquel Raynal · Tue May 07 14:18:48 2019 +0200
  10. df5b581 arm: spear: Fix the main comment in start.S by Miquel Raynal · Tue May 07 14:18:47 2019 +0200
  11. 1d01c03 arm: spear: Drop false comment by Miquel Raynal · Tue May 07 14:18:46 2019 +0200
  12. 93e635c arm: spear: Call the SPL 'SPL', not 'Xloader' by Miquel Raynal · Tue May 07 14:18:45 2019 +0200
  13. 04136cd arm: spear: Drop useless board_init_r call by Miquel Raynal · Tue May 07 14:18:44 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. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  16. 67ebb1c arm: lpc32xx: Fix timer initialization by Gregory CLEMENT · Wed Apr 17 11:48:45 2019 +0200
  17. 2aaa27d linker: Modify linker scripts to be more generic by Tom Rini · Tue Jan 22 17:09:26 2019 -0500
  18. e2114f9 arm: lpc32xx: remove phantom CONFIG_LPC32XX_SDRAM_ config option by Vladimir Zapolskiy · Mon Sep 17 22:03:27 2018 +0300
  19. 31d0e96 arm: lpc32xx: add CONFIG_ARCH_LPC32XX build option by Vladimir Zapolskiy · Mon Sep 17 21:43:03 2018 +0300
  20. 9858a60 arm: remove prototype for get_timer_masked by Patrick Delaunay · Fri Oct 05 11:33:52 2018 +0200
  21. 94a0859 arm: remove prototype for udelay_masked by Patrick Delaunay · Fri Oct 05 11:33:51 2018 +0200
  22. 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
  23. 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
  24. 554d879 ARM: CPU: arm926ejs: Consolidate cache routines to common file by Adam Ford · Thu Aug 16 13:23:11 2018 -0500
  25. 6bd0393 ARM: mxs: let boards override entire dram parameter table by Mans Rullgard · Fri Apr 27 10:45:15 2018 +0100
  26. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  27. 65d2190 ARM: mxs: support full SPL framework by Mans Rullgard · Sat Apr 21 16:11:10 2018 +0100
  28. 2f66b40 ARM: mxs: move spl data by Mans Rullgard · Sat Apr 21 16:11:09 2018 +0100
  29. 96db04f ARM: arm926ejs: fix lowlevel_init call by Mans Rullgard · Sat Apr 21 16:11:07 2018 +0100
  30. 04ef865 ARM: mxs: make lowlevel_init() weak by Mans Rullgard · Sat Apr 21 16:11:06 2018 +0100
  31. 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
  32. b7c82ed build: Drop CONFIG_SPL_BUILD guards in some cases by Tom Rini · Thu Dec 21 22:13:22 2017 -0500
  33. 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
  34. 39412c2 board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/ by Thomas Petazzoni · Tue Aug 15 22:52:44 2017 +0200
  35. 699c223 arm: spear: do not return random value from stack by xypron.glpk@gmx.de · Sun Jul 30 20:09:38 2017 +0200
  36. 33731bc imx: reorganize IMX code as other SOCs by Stefano Babic · Thu Jun 29 10:16:06 2017 +0200
  37. 9d69424 mx25: Add function to set PER clocks by Benoît Thébaudeau · Wed May 03 11:59:05 2017 +0200
  38. 9f2aa98 mx25: Fix imx_get_perclk() by Benoît Thébaudeau · Wed May 03 11:59:04 2017 +0200
  39. 80f2edf arch/arm/cpu/arm926ejs/omap: Remove by Tom Rini · Fri May 12 22:33:14 2017 -0400
  40. 2f949c3 board_f: Drop setup_dram_config() wrapper by Simon Glass · Fri Mar 31 08:40:32 2017 -0600
  41. 1c640a6 arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD by Tom Rini · Sat Mar 18 09:01:44 2017 -0400
  42. 06f108e serial, ns16550: bugfix: ns16550 fifo not enabled by Heiko Schocher · Wed Jan 18 08:05:49 2017 +0100
  43. b2c8868 mmc: move more driver config options to Kconfig by Masahiro Yamada · Tue Jan 10 13:32:07 2017 +0900
  44. aaf7d12 ARM: mxs: Remove unused variable warning by Marek Vasut · Thu Dec 15 16:48:55 2016 +0100
  45. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · Wed Sep 21 11:28:55 2016 +0900
  46. 167ad90 spear: Use upper case for CONFIG options by Simon Glass · Mon Sep 12 23:18:30 2016 -0600
  47. 84f9b61 ARM: Move SYS_CACHELINE_SIZE over to Kconfig by Tom Rini · Mon Aug 22 08:22:17 2016 -0400
  48. 8540658 arm: Move check_cache_range() into a common place by Simon Glass · Sun Jun 19 19:43:01 2016 -0600
  49. edf3271 Merge branch 'master' of git://git.denx.de/u-boot-atmel by Tom Rini · Mon Jun 13 08:50:58 2016 -0400
  50. 9084407 arm: Allow skipping of low-level init with I-cache on by Simon Glass · Thu May 05 07:28:06 2016 -0600
  51. 0ad9e1f arm: mxs: Remove misleading comments by Michael Heimpold · Mon Jun 06 14:26:39 2016 +0200
  52. 3056e50 mx27: 16-bit wide watchdog registers by Leonid Iziumtsev · Sun Mar 20 14:10:55 2016 +0100
  53. d1e22fa ARM: Various: Future-proof serial platdata by Adam Ford · Mon Mar 07 21:08:49 2016 -0600
  54. 8d4b7e9 ARM: start.S: fix typo by Yuichiro Goto · Thu Feb 25 10:23:34 2016 +0900
  55. 7557405 Use correct spelling of "U-Boot" by Bin Meng · Fri Feb 05 19:30:11 2016 -0800
  56. 45e3fd9 arm: lpc32xx: switch SPL builds to driver model by Vladimir Zapolskiy · Sat Dec 19 23:29:26 2015 +0200
  57. 8bf9450 arm: lpc32xx: switch serial console to driver model by Vladimir Zapolskiy · Sat Dec 19 23:29:25 2015 +0200
  58. 364e536 ARM: mxs: allow boards to select DC-DC switching clock source by Michael Heimpold · Sun Dec 13 12:08:37 2015 +0100
  59. 6823cdd ARM: mxs: fix VDDD brownout setting by Michael Heimpold · Sun Nov 15 22:47:12 2015 +0100
  60. 9332042 mxs: add parameter base_addr for mxs_set_lcdclk by Peng Fan · Thu Oct 29 15:54:39 2015 +0800
  61. 67d3dd24 Merge git://git.denx.de/u-boot by Stefano Babic · Thu Nov 12 17:13:26 2015 +0100
  62. a382322 arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILD by Albert ARIBAUD · Fri Oct 23 18:06:40 2015 +0200
  63. a7209a2 imx: cpu: move common chip revision id's by Adrian Alonso · Mon Oct 12 13:48:07 2015 -0500
  64. c62d1b5 lpc32xx: fix calculation of HCLK PLL output clock by Vladimir Zapolskiy · Sun Oct 04 23:18:45 2015 +0100
  65. 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
  66. b7f8ed2 lpc32xx: remove duplicated DMA_CLK_ENABLE bit definition by Vladimir Zapolskiy · Thu Aug 27 03:16:48 2015 +0300
  67. b741b16 imx: mxs: reimplement get_cpu_rev by Peng Fan · Thu Aug 13 10:55:33 2015 +0800
  68. 0fe2e85 imx: mx27 implement get_cpu_rev by Peng Fan · Thu Aug 13 10:55:31 2015 +0800
  69. c58b7ef arm: mxs: Fix mkimage invocation by Marek Vasut · Tue Aug 11 03:08:07 2015 +0200
  70. 448e84f arm: spear: Enable caches on SPEAr by Stefan Roese · Tue Aug 18 09:27:19 2015 +0200
  71. 7618ad0 arm: spear: Move to common SPL infrastructure by Stefan Roese · Tue Aug 18 09:27:17 2015 +0200
  72. 64bbb7d usb: spear: Add support for both SPEAr600 EHCI controllers by Stefan Roese · Tue Aug 18 09:27:18 2015 +0200
  73. 890cc77 usb: lpc32xx: add host USB driver by Sylvain Lemieux · Thu Aug 13 15:40:22 2015 -0400
  74. 90a837f dma: lpc32xx: add DMA driver by Sylvain Lemieux · Mon Aug 10 08:16:31 2015 -0400
  75. 0e2e12a arm: mvebu/armada100: dram.c: Remove CONFIG_SYS_BOARD_DRAM_INIT by Stefan Roese · Thu Aug 06 10:23:52 2015 +0200
  76. eb48e2b lpc32xx: cpu: add support for soft reset by Sylvain Lemieux · Mon Jul 27 13:37:35 2015 -0400
  77. 4f62bc1 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · Wed Aug 12 15:46:36 2015 -0400
  78. 297abca imx28: Fix issue with GCC 5.x by Måns Rullgård · Tue Jul 28 14:39:49 2015 +0100
  79. 2219026 ARM: cache: implement a default weak flush_cache() function by Wu, Josh · Mon Jul 27 11:40:17 2015 +0800
  80. aaa3545 ARM: cache: add an empty stub function for invalidate/flush dcache by Wu, Josh · Mon Jul 27 11:40:16 2015 +0800
  81. 78f04f0 nand: lpc32xx: add SLC NAND controller support by Vladimir Zapolskiy · Sat Jul 18 03:07:52 2015 +0300
  82. 8bffd71 net: lpc32xx: add RMII phy mode support by Vladimir Zapolskiy · Mon Jul 06 07:22:11 2015 +0300
  83. a787d95 mxs: Do not disable bo detection when DC-DC is already enabled by Stefan Wahren · Thu May 21 11:20:17 2015 +0000
  84. 73348c0 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · Tue Apr 28 12:15:13 2015 -0400
  85. 09b0057 ARM: mxs: Get boot mode from OCRAM by Jörg Krause · Thu Mar 26 23:53:11 2015 +0100
  86. 6e37874 Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig by Simon Glass · Sun Apr 05 16:07:34 2015 -0600
  87. ee69a39 lpc32xx: add support for board work_92105 by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:51 2015 +0200
  88. 24bfa9d lpc32xx: add LPC32xx SSP support (SPI mode) by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:47 2015 +0200
  89. eb135ad lpc32xx: add GPIO support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:46 2015 +0200
  90. b23324c lpc32xx: i2c: add LPC32xx I2C interface support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:45 2015 +0200
  91. 7c97f70 lpc32xx: mtd: nand: add MLC NAND controller by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:44 2015 +0200
  92. 391e163 lpc32xx: add Ethernet support by Albert ARIBAUD \(3ADEV\) · Tue Mar 31 11:40:43 2015 +0200
  93. 126f359 ARM: move -march=* and -mtune= options to arch/arm/Makefile by Masahiro Yamada · Fri Feb 27 02:40:33 2015 +0900
  94. ffdb488 remove unnecessary version.h includes by Rob Herring · Tue Mar 17 15:28:55 2015 -0500
  95. 23d9b03 Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · Tue Mar 10 19:09:18 2015 -0400
  96. 2ac3792 edminiv2: switch to SPL by Albert ARIBAUD · Sat Jan 31 22:55:38 2015 +0100
  97. 236d957 ARM: remove dkb board support by Masahiro Yamada · Tue Feb 24 11:45:06 2015 +0900
  98. 26ea9f4 ARM: remove jadecpu board support by Masahiro Yamada · Tue Feb 24 11:45:05 2015 +0900
  99. 0f2ec0a ARM: versatile: move SoC sources to mach-versatile by Masahiro Yamada · Fri Feb 20 17:04:10 2015 +0900
  100. 2253764 ARM: orion5x: move SoC sources to mach-orion5x by Masahiro Yamada · Fri Feb 20 17:04:09 2015 +0900