1. 5dc7f61 global_data: Ensure we have <config.h> when symbols are not in Kconfig yet by Tom Rini · Thu Jun 03 09:39:02 2021 -0400
  2. d62063d lmb: move CONFIG_LMB in Kconfig by Patrick Delaunay · Wed Mar 10 10:16:25 2021 +0100
  3. e011410 arc: emsdp/iotdk: Use standard compatible string for USB no-op PHY by Marek Vasut · Wed Mar 31 11:23:36 2021 +0200
  4. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  5. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  6. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  7. 0143be9 arc: m68k: nds32: nios2: sh: xtensa: Add empty spl.h header by Simon Glass · Wed Dec 23 08:11:15 2020 -0700
  8. fd9571a spi: dw: Add SoC-specific compatible strings by Sean Anderson · Fri Oct 16 18:57:50 2020 -0400
  9. 17f69fb spi: dw: Rename "cs-gpio" to "cs-gpios" by Sean Anderson · Fri Oct 16 18:57:45 2020 -0400
  10. a585588 board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo by Ovidiu Panait · Fri Jul 24 14:12:16 2020 +0300
  11. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  12. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  13. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  14. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  15. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  16. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  17. f1580fc ARC: HSDK: add reset for EHCI by Eugeniy Paltsev · Wed May 13 18:18:09 2020 +0300
  18. d62743c ARC: DTS: cleanup USB node names by Eugeniy Paltsev · Wed May 13 18:15:12 2020 +0300
  19. d8a0892 ARC: AXS10x: cleanup kconfig by Eugeniy Paltsev · Thu Apr 23 22:45:20 2020 +0300
  20. f9a6a6c ARC: HSDK-4xD: add CSM configuration support by Eugeniy Paltsev · Mon Mar 23 21:50:03 2020 +0300
  21. 062703b ARC: HSDK-4xD: print timer clock value by Eugeniy Paltsev · Thu Apr 23 14:52:43 2020 +0300
  22. 63c40fa ARC: HSDK: split HSDK and HSDK-4xD DTS by Eugeniy Paltsev · Wed Apr 22 01:29:18 2020 +0300
  23. e87a552 ARC: HSDK-4xD: add initial board support by Eugeniy Paltsev · Wed Apr 22 00:33:40 2020 +0300
  24. f0aa995 ARC: ARCv2: handle DSP presence in HW by Eugeniy Paltsev · Wed Apr 22 18:33:21 2020 +0300
  25. d8b76a5 ARC: HSDK: Enable on-chip reset controller by Eugeniy Paltsev · Wed Mar 11 15:37:23 2020 +0300
  26. 637e354 ARC: CACHE: mark IOC helper functions as inlined_cachefunc by Eugeniy Paltsev · Wed Mar 11 15:00:44 2020 +0300
  27. 67c3492 ARC: CACHE: add support for SL$ disable by Eugeniy Paltsev · Wed Mar 11 15:00:43 2020 +0300
  28. 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · Fri Mar 27 11:46:27 2020 -0400
  29. af4a1ef ARC: IO: add MB for __raw_* memory accessors by Eugeniy Paltsev · Mon Mar 30 22:44:45 2020 +0300
  30. bb29eb9 ARC: IO: add compiler barriers to IO accessors by Eugeniy Paltsev · Mon Mar 30 22:44:44 2020 +0300
  31. 36fdca1 ARC: IO: add volatile to accessors by Eugeniy Paltsev · Mon Mar 30 22:44:43 2020 +0300
  32. 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · Thu Feb 20 14:15:37 2020 +0900
  33. 5af2aa8 ARC: Switch to generic accessors by Alexey Brodkin · Mon Jan 20 13:37:38 2020 +0300
  34. a2e2709 ARC: rework setting of ARC CPU specific compiler options by Eugeniy Paltsev · Wed Feb 12 14:23:54 2020 +0300
  35. 8244d69 ARC: nsim_hs38: Add support of Virtio NET & BLK by Alexey Brodkin · Thu Dec 26 14:47:42 2019 +0300
  36. 88abe9a ARC: nSIM: switch from ARC UART to DW UART by Alexey Brodkin · Thu Dec 26 13:46:27 2019 +0300
  37. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  38. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  39. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  40. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  41. f5c208d Move strtomhz() to vsprintf.h by Simon Glass · Thu Nov 14 12:57:20 2019 -0700
  42. 9de5058 arc: emsdp/iotdk: Switch to DM_MMC by Alexey Brodkin · Tue Oct 08 13:24:29 2019 +0300
  43. 5738e94 NET: DW: fix regression for ARC boards by Eugeniy Paltsev · Mon Oct 07 19:10:50 2019 +0300
  44. cf6506b arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division by Alexey Brodkin · Mon Sep 02 12:19:15 2019 +0300
  45. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  46. ba64b8b CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig by Trevor Woerner · Fri May 03 09:40:59 2019 -0400
  47. 11c7fe0 ARC: [plat-axs10x]: migrate to DM_MMC by Eugeniy Paltsev · Thu Mar 21 16:37:23 2019 +0300
  48. c8c5b0e ARC: [plat-hsdk]: migrate to DM_MMC by Eugeniy Paltsev · Mon Feb 25 18:35:29 2019 +0300
  49. a009fa7 dts: switch spi-flash to jedec, spi-nor compatible by Neil Armstrong · Sun Feb 10 10:16:20 2019 +0000
  50. 76fe0aa ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN by Alexey Brodkin · Tue Jan 22 19:37:15 2019 +0300
  51. b7e3a78 ARC: Fix iteration in arc_xx_version() by Alexey Brodkin · Tue Jan 22 19:33:59 2019 +0300
  52. b302747 Kconfig: Migrate BOUNCE_BUFFER by Philipp Tomsich · Fri Nov 30 22:13:25 2018 +0100
  53. 166fb93 ARC: Improve identification of ARC cores by Alexey Brodkin · Tue Nov 27 09:46:57 2018 +0300
  54. ddbf697 emdk->emsdp: Rename board by Alexey Brodkin · Thu Oct 18 09:54:58 2018 +0300
  55. 1c0c708 ARC: Don't use COMMON section for global not-initialized variables by Alexey Brodkin · Thu Oct 11 23:12:05 2018 +0300
  56. e0fc13e ARC: make generic print_cpuinfo() weak by Alexey Brodkin · Wed Oct 10 13:59:33 2018 +0300
  57. c15be5b arc: Add support for IoT development kit by Alexey Brodkin · Wed Jan 24 21:37:14 2018 +0300
  58. 9ab3696 ARC: Implement print_cpuinfo() by Alexey Brodkin · Tue Oct 02 11:42:23 2018 +0300
  59. b015082 ARC: Add model property to boards .dts by Alexey Brodkin · Tue Oct 02 11:37:25 2018 +0300
  60. ead2fe2 ARC: Don't pre-define CROSS_COMPILE by Alexey Brodkin · Mon Oct 01 11:48:47 2018 +0300
  61. 1359226 arch: types.h: factor out fixed width typedefs to int-ll64.h by Masahiro Yamada · Mon Aug 06 20:47:39 2018 +0900
  62. 919c3ea ARC: HSDK: Fix timer frequency value by Eugeniy Paltsev · Wed Sep 05 14:27:10 2018 +0300
  63. 9b56b5d ARC: Enable unaligned access in hardware if compiler uses it by Alexey Brodkin · Sun Jul 29 09:47:52 2018 +0300
  64. c96cafb AXS10x: add spi flash support by Eugeniy Paltsev · Fri Jun 08 18:52:14 2018 +0300
  65. b23d633 GPIO: CREG: improve flexibility of hsdk-creg-gpio driver by Eugeniy Paltsev · Fri Jun 08 17:58:23 2018 +0300
  66. 7e7ba3b Kconfig: Sort bool, default, select and imply options by Michal Simek · Mon Jul 23 15:55:15 2018 +0200
  67. b290956 .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore by Masahiro Yamada · Mon Jun 11 16:21:50 2018 +0900
  68. 4b2705b ARC: Add support for EM Development Kit board by Alexey Brodkin · Mon May 28 15:27:43 2018 +0300
  69. 7273810 ARC: Use elf32-bigarc in case of -EB by Alexey Brodkin · Wed May 30 19:03:39 2018 +0300
  70. 70a66c1 ARC: Reset: Implement weak reset_cpu() by Alexey Brodkin · Wed May 30 12:19:54 2018 +0300
  71. 2aef390 ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM by Alexey Brodkin · Wed May 30 11:31:07 2018 +0300
  72. abd5676 ARC: Move .ivt section to the very beginning of the image by Alexey Brodkin · Tue May 29 20:01:00 2018 +0300
  73. f711e54 ARC: Improve relocation fix-ups by Alexey Brodkin · Tue May 29 18:09:55 2018 +0300
  74. 91b5eaa ARC: Make sure .ivt section is not purged by garbage collector by Alexey Brodkin · Tue May 29 20:29:16 2018 +0300
  75. cf4f323 ARC: Cache: Don't compare I$ and D$ line lengths by Alexey Brodkin · Fri May 25 20:22:23 2018 +0300
  76. 14e1dd6 ARC: init debug uart in early common arc code by Eugeniy Paltsev · Thu May 03 15:01:58 2018 +0300
  77. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  78. abd77e9 ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c by Eugeniy Paltsev · Tue Apr 17 19:01:15 2018 +0300
  79. 9033884 ARC: HSDK: Enable SPI flash support by Eugeniy Paltsev · Mon Mar 26 15:57:38 2018 +0300
  80. 24e026e ARC: HSDK: Add platform-specific commands by Eugeniy Paltsev · Mon Mar 26 15:57:37 2018 +0300
  81. 6ae0e7a ARC: AXS10x: DTS: Remove unused interrupt properties by Eugeniy Paltsev · Tue Jan 23 17:03:15 2018 +0300
  82. 01f45cc ARC: bootm: Refactor GO and PREP subcommands implementation by Eugeniy Paltsev · Fri Mar 23 15:35:03 2018 +0300
  83. 6305e2b ARC: Cache: Refactor arc_ioc_setup() by Eugeniy Paltsev · Wed Mar 21 15:59:05 2018 +0300
  84. dddc886 ARC: Cache: Add missing cache cleanup before cache disable by Eugeniy Paltsev · Wed Mar 21 15:59:04 2018 +0300
  85. a22fcc4 ARC: Cache: Add more HW configuration checks by Eugeniy Paltsev · Wed Mar 21 15:59:03 2018 +0300
  86. 67fd56a ARC: Implement a function to sync and cleanup caches by Eugeniy Paltsev · Wed Mar 21 15:59:02 2018 +0300
  87. 767675f ARC: Cache: Fix SLC operations when SLC is bypassed for data by Eugeniy Paltsev · Wed Mar 21 15:59:01 2018 +0300
  88. 0dec96c ARC: Cache: Implement [i,d]cache_enabled() as separate functions by Eugeniy Paltsev · Wed Mar 21 15:59:00 2018 +0300
  89. 04011ab ARC: Move IOC enabling to compile-time options by Eugeniy Paltsev · Wed Mar 21 15:58:59 2018 +0300
  90. 0627b3a ARC: Cache: Move PAE exists check into slc_upper_region_init() by Eugeniy Paltsev · Wed Mar 21 15:58:58 2018 +0300
  91. f3de8d6 ARC: Move cache global variables to arch_global_data by Eugeniy Paltsev · Wed Mar 21 15:58:57 2018 +0300
  92. 6d5147b ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables by Eugeniy Paltsev · Wed Mar 21 15:58:56 2018 +0300
  93. bb8155a ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op() by Eugeniy Paltsev · Wed Mar 21 15:58:55 2018 +0300
  94. 76caa80 ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef by Eugeniy Paltsev · Wed Mar 21 15:58:54 2018 +0300
  95. 7fd7e0a ARC: Cache: Allways check D$ status before entire/line ops by Eugeniy Paltsev · Wed Mar 21 15:58:53 2018 +0300
  96. 589ac75 ARC: Move BCR encodings to separate header file by Eugeniy Paltsev · Wed Mar 21 15:58:52 2018 +0300
  97. d4c5b2a ARC: Cache: Move IOC initialization to a separate function by Eugeniy Paltsev · Wed Mar 21 15:58:51 2018 +0300
  98. bcedf4d ARC: Flush & invalidate D$ with a single command by Eugeniy Paltsev · Wed Mar 21 15:58:50 2018 +0300
  99. 8bd7342 ARC: Introduce is_isa_X() functions by Eugeniy Paltsev · Wed Mar 21 15:58:49 2018 +0300
  100. e256cb0 ARC: Cache: Add support for FLUSH_N_INV D$ operations by Eugeniy Paltsev · Wed Mar 21 15:58:48 2018 +0300