1. 2f8a6db Finish conversion of CONFIG_SYS_CLK_FREQ to Kconfig by Tom Rini · 2 years, 9 months ago
  2. 0c303f9 image: Drop IMAGE_ENABLE_OF_LIBFDT by Simon Glass · 3 years ago
  3. 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years ago
  4. 1f391c3 lmb: Switch to generic arch_lmb_reserve_generic() by Marek Vasut · 3 years ago
  5. cfa1971 lmb: Always compile arch_lmb_reserve() into U-Boot on arc by Marek Vasut · 3 years ago
  6. 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 3 years, 9 months ago
  7. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  8. a4aa188 board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfo by Ovidiu Panait · 4 years, 2 months ago
  9. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  10. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  11. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  12. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  13. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  14. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  15. 61c1516 ARC: ARCv2: handle DSP presence in HW by Eugeniy Paltsev · 4 years, 5 months ago
  16. 04286d0 ARC: CACHE: mark IOC helper functions as inlined_cachefunc by Eugeniy Paltsev · 4 years, 7 months ago
  17. b15cb0b ARC: CACHE: add support for SL$ disable by Eugeniy Paltsev · 4 years, 7 months ago
  18. 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 9 months ago
  19. 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 4 years, 10 months ago
  20. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 4 years, 10 months ago
  21. 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 4 years, 10 months ago
  22. 2189d5f Move strtomhz() to vsprintf.h by Simon Glass · 4 years, 10 months ago
  23. fbf8c50 arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division by Alexey Brodkin · 5 years ago
  24. 1001502 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · 5 years ago
  25. 7181a6d ARC: Fix iteration in arc_xx_version() by Alexey Brodkin · 6 years ago
  26. 85e529f ARC: Improve identification of ARC cores by Alexey Brodkin · 6 years ago
  27. ba9f56f ARC: make generic print_cpuinfo() weak by Alexey Brodkin · 6 years ago
  28. 7fe46b9 ARC: Implement print_cpuinfo() by Alexey Brodkin · 6 years ago
  29. 8f59006 ARC: Enable unaligned access in hardware if compiler uses it by Alexey Brodkin · 6 years ago
  30. eb5c853 ARC: Reset: Implement weak reset_cpu() by Alexey Brodkin · 6 years ago
  31. 8f18714 ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM by Alexey Brodkin · 6 years ago
  32. ce30712 ARC: Improve relocation fix-ups by Alexey Brodkin · 6 years ago
  33. d0a5023 ARC: Cache: Don't compare I$ and D$ line lengths by Alexey Brodkin · 6 years ago
  34. 429fa25 ARC: init debug uart in early common arc code by Eugeniy Paltsev · 6 years ago
  35. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  36. 474e931 ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c by Eugeniy Paltsev · 6 years ago
  37. f665c14 ARC: bootm: Refactor GO and PREP subcommands implementation by Eugeniy Paltsev · 7 years ago
  38. 6b85b26 ARC: Cache: Refactor arc_ioc_setup() by Eugeniy Paltsev · 7 years ago
  39. 9f0253c ARC: Cache: Add missing cache cleanup before cache disable by Eugeniy Paltsev · 7 years ago
  40. 7241944 ARC: Cache: Add more HW configuration checks by Eugeniy Paltsev · 7 years ago
  41. 375945b ARC: Implement a function to sync and cleanup caches by Eugeniy Paltsev · 7 years ago
  42. 9533673 ARC: Cache: Fix SLC operations when SLC is bypassed for data by Eugeniy Paltsev · 7 years ago
  43. c75eeb0 ARC: Cache: Implement [i,d]cache_enabled() as separate functions by Eugeniy Paltsev · 7 years ago
  44. 48b0483 ARC: Move IOC enabling to compile-time options by Eugeniy Paltsev · 7 years ago
  45. 246ba28 ARC: Cache: Move PAE exists check into slc_upper_region_init() by Eugeniy Paltsev · 7 years ago
  46. bf8974e ARC: Move cache global variables to arch_global_data by Eugeniy Paltsev · 7 years ago
  47. 7579087 ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables by Eugeniy Paltsev · 7 years ago
  48. ea9f6f1 ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op() by Eugeniy Paltsev · 7 years ago
  49. 05c6a26 ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef by Eugeniy Paltsev · 7 years ago
  50. c877a89 ARC: Cache: Allways check D$ status before entire/line ops by Eugeniy Paltsev · 7 years ago
  51. 88ae27e ARC: Move BCR encodings to separate header file by Eugeniy Paltsev · 7 years ago
  52. a6f557c ARC: Cache: Move IOC initialization to a separate function by Eugeniy Paltsev · 7 years ago
  53. c27814b ARC: Flush & invalidate D$ with a single command by Eugeniy Paltsev · 7 years ago
  54. 5d7a24d ARC: Cache: Add support for FLUSH_N_INV D$ operations by Eugeniy Paltsev · 7 years ago
  55. c4ef14d ARC: Cache: Remove per-line I$ operations as unused by Eugeniy Paltsev · 7 years ago
  56. 16aeee8 ARC: Cache: Move I$ entire operation to a separate function by Eugeniy Paltsev · 7 years ago
  57. 264d298 arc: Introduce a possibility to not relocate U-boot by Alexey Brodkin · 9 years ago
  58. 0a097ba arc: Don't halt slaves by Alexey Brodkin · 7 years ago
  59. 2178817 arc: Get rid of handwritten string routines by Alexey Brodkin · 7 years ago
  60. 4280342 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · 7 years ago
  61. c0e6769 ARC: Invalidate instruction and data caches early on boot by Eugeniy Paltsev · 7 years ago
  62. 19b10a4 ARC: Cache: Fix style violations reported by checkpatch by Eugeniy Paltsev · 7 years ago
  63. b0146f9 ARC: Cache: Disable IOC by default by Eugeniy Paltsev · 7 years ago
  64. 41cada4 ARC: ARCv2: Cache: Fixed operation without IOC by Eugeniy Paltsev · 7 years ago
  65. 3cf2393 ARC: cache: explicitly initialize "*_exists" variables by Eugeniy Paltsev · 7 years ago
  66. f2a2267 arc: cache: Add required NOPs after invalidation of instruction cache by Alexey Brodkin · 7 years ago
  67. d764a20 arc: bootm: Move slave cores kick-starting under !fake by Alexey Brodkin · 7 years ago
  68. 00caae6 env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  69. 97a6314 arcv2: Set IOC aperture so it covers available DDR by Alexey Brodkin · 7 years ago
  70. cf628f7 arc: arcv1: Disable master/slave check by Alexey Brodkin · 7 years ago
  71. f1683aa board_f: Rename initdram() to dram_init() by Simon Glass · 7 years ago
  72. 40a808f ARCv2: SLC: Make sure busy bit is set properly on SLC flushing by Alexey Brodkin · 7 years ago
  73. 6cba327 arcv2: Halt non-master cores by Alexey Brodkin · 7 years ago
  74. 3daa7c7 arc: use timer driver for ARC boards by Vlad Zakharov · 8 years ago
  75. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  76. 9bef24d arc: No need in sections defined in sources with newer tools by Alexey Brodkin · 8 years ago
  77. 699c4e5 arc: Update exception & interrupt handling for ARCv2 by Alexey Brodkin · 8 years ago
  78. ffffcd1 arc: Add debug messages during relocation fixups by Alexey Brodkin · 8 years ago
  79. a4a43fc arc/cache: Flush & invalidate all caches right before enabling IOC by Alexey Brodkin · 8 years ago
  80. bd91508 arc/cache: really do invalidate_dcache_all() even if IOC exists by Alexey Brodkin · 8 years ago
  81. 2a8382c arc/cache: really do flush_dcache_all() even if IOC exists by Alexey Brodkin · 8 years ago
  82. 8b15010 arc: get rid of running_on_hw by Alexey Brodkin · 9 years ago
  83. db6ce23 arc: cache - utilize IO coherency (AKA IOC) engine by Alexey Brodkin · 9 years ago
  84. 379b328 arc: cache - accommodate different L1 cache line lengths by Alexey Brodkin · 9 years ago
  85. ecc3066 Fix board init code to respect the C runtime environment by Albert ARIBAUD · 9 years ago
  86. ef639e6 arc: significant cache rework by Alexey Brodkin · 9 years ago
  87. 8b2eb77 arc: implement slave cores kick-start for Linux kernel by Alexey Brodkin · 9 years ago
  88. a811492 arc: fix separate compilation of start.o by Alexey Brodkin · 9 years ago
  89. 8957607 arc: make sure _start is in the beginning of .text section by Alexey Brodkin · 9 years ago
  90. 6eb15e5 arc: add support for SLC (System Level Cache, AKA L2-cache) by Alexey Brodkin · 9 years ago
  91. f56d625 arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA by Alexey Brodkin · 10 years ago
  92. 3fb8016 arc: clean-up init procedure by Alexey Brodkin · 10 years ago
  93. 8ee2825 arc: move low-level interrupt and exception handlers in a separate file by Alexey Brodkin · 10 years ago
  94. 4d93617 arc: merge common start-up code between ARC and ARCv2 by Alexey Brodkin · 10 years ago
  95. ae4a351 arc: cache - build invalidate_icache_all() and invalidate_dcache_all() always by Alexey Brodkin · 10 years ago
  96. a67ef28 arc: build libgcc in U-Boot by Alexey Brodkin · 10 years ago
  97. 205e7a7 arc: select cache settings via menuconfig by Alexey Brodkin · 10 years ago
  98. 5ff40f3 arc: define and use PTAG AUX regs for MMUv3 only by Alexey Brodkin · 10 years ago
  99. f958a91 arc: memcmp - fix zero-delay loop utilization by Igor Guryanov · 10 years ago
  100. 660d5f0 arc: move common sources in library by Alexey Brodkin · 10 years ago