1. 088454c board_f: Drop return value from initdram() by Simon Glass · 7 years ago
  2. 52c4118 board_f: Drop board_type parameter from initdram() by Simon Glass · 7 years ago
  3. 86f21c9 mips: Use common _AC macro now. by Tom Rini · 8 years ago
  4. 63c0941 libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · 8 years ago
  5. 6fd596a MIPS: Fix map_physmem for cached mappings by Paul Burton · 8 years ago
  6. 7a3e0f7 MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve by Paul Burton · 8 years ago
  7. e7e0469 mips: Let cache.h be included from assembly source by Marek Vasut · 8 years ago
  8. 6c59363 MIPS: add handling for generic and EJTAG exceptions by Daniel Schwierzeck · 9 years ago
  9. bd60252 MIPS: reserve space for exception vectors by Daniel Schwierzeck · 9 years ago
  10. 67588bd MIPS: add asm-offsets for struct pt_regs by Daniel Schwierzeck · 9 years ago
  11. 924ad86 MIPS: add possibility to setup initial stack and global data in SRAM by Daniel Schwierzeck · 8 years ago
  12. c3e72ab MIPS: factor out code for initial stack and global data by Daniel Schwierzeck · 8 years ago
  13. 65d297a MIPS: fix iand optimize setup of CP0 registers by Daniel Schwierzeck · 9 years ago
  14. 345490f MIPS: fix ROM exception vectors by Daniel Schwierzeck · 9 years ago
  15. af3971f MIPS: make inclusion of ROM exception vectors configurable by Daniel Schwierzeck · 9 years ago
  16. 3450a85 Fix spelling of "resetting". by Vagrant Cascadian · 8 years ago
  17. a0b49bc efi: Use asmlinkage for EFIAPI by Simon Glass · 8 years ago
  18. 4491327 Remove arch/${ARCH}/include/asm/errno.h by Masahiro Yamada · 8 years ago
  19. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  20. 31d36f7 MIPS: Hang if run on a secondary CPU by Paul Burton · 8 years ago
  21. d263cda MIPS: Fix cache maintenance in relocate_code & simplify by Paul Burton · 8 years ago
  22. ad8783c boston: Introduce support for the MIPS Boston development board by Paul Burton · 8 years ago
  23. 639200f MIPS: Ensure cache ops complete in mips_cache_reset by Paul Burton · 8 years ago
  24. d608254 MIPS: Clear hazard between TagLo writes & cache ops by Paul Burton · 8 years ago
  25. c5b8412 MIPS: Ensure Config.K0=2 applies before any memory accesses by Paul Burton · 8 years ago
  26. 566ce04d MIPS: Malta: Enable CM & L2 support by Paul Burton · 8 years ago
  27. 7953354 MIPS: Join the coherent domain when a CM is present by Paul Burton · 8 years ago
  28. 4baa0ab MIPS: L2 cache support by Paul Burton · 8 years ago
  29. b2b135d MIPS: Map CM Global Control Registers by Paul Burton · 8 years ago
  30. 5c72e5a MIPS: Define register names for cache init by Paul Burton · 8 years ago
  31. f898127 MIPS: If we don't need DDR for cache init, init cache first by Paul Burton · 8 years ago
  32. 4f9226b MIPS: Preserve Config implementation-defined bits by Paul Burton · 8 years ago
  33. 33b5c9b MIPS: Enable use of the instruction cache earlier by Paul Burton · 8 years ago
  34. 8cb4817 MIPS: Probe cache line sizes once during boot by Paul Burton · 8 years ago
  35. 0dfe04d MIPS: ath79: Use mach_cpu_init instead of arch_cpu_init by Paul Burton · 8 years ago
  36. ebf2b9e mips: Add MIPSfpga platform support by Zubair Lutfullah Kakakhel · 8 years ago
  37. d4e8537 mips: xilfpga: Add device tree files by Zubair Lutfullah Kakakhel · 8 years ago
  38. 5a49f17 net: mii: Use spatch to update miiphy_register by Joe Hershberger · 8 years ago
  39. e2f88df libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · 8 years ago
  40. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  41. 4b7b0a0 MIPS: Make CONFIG_SYS_DCACHE_LINE_SIZE int, not hex by Paul Burton · 8 years ago
  42. a95800e MIPS: Fix invalidate_dcache_range to operate on L1 Dcache by Paul Burton · 8 years ago
  43. ca09e66 mips: ath79: Use AR933X_PLL_SWITCH_CLOCK_CONTROL_REG macro define by Wills Wang · 8 years ago
  44. cdeb68e mips: ath79: Add support for ungating USB and ethernet on qca953x by Wills Wang · 8 years ago
  45. 04583c6 mips: ath79: ap121: Enable ethernet by Wills Wang · 8 years ago
  46. 3752391 mips: ath79: Rename get_bootstrap into ath79_get_bootstrap by Wills Wang · 8 years ago
  47. fb64cda MIPS: Abstract cache op loops with a macro by Paul Burton · 8 years ago
  48. 3722862 MIPS: Split I & D cache line size config by Paul Burton · 8 years ago
  49. ace3be4 MIPS: Move cache sizes to Kconfig by Paul Burton · 8 years ago
  50. 83b0fac MIPS: remove dead code from asm/u-boot-mips.h by Daniel Schwierzeck · 8 years ago
  51. 5f9cc36 MIPS: add tune for MIPS 34kc by Daniel Schwierzeck · 8 years ago
  52. 07f5b96 MIPS: provide a default u-boot-spl.lds by Daniel Schwierzeck · 8 years ago
  53. 0f832b9 malta: Allow MIPS64 builds by Paul Burton · 8 years ago
  54. 2e4cc1c MIPS: Use CPHYSADDR to implement mips32 virt_to_phys by Paul Burton · 8 years ago
  55. 3e085c9 mips: Drop unused code in u-boot.h by Simon Glass · 8 years ago
  56. 4349b55 mips: ath79: ar933x: Avoid warning with gcc5 by Wills Wang · 8 years ago
  57. 42a3f3e mips: ath79: ar933x: Fix ethernet PHY mismatch by Wills Wang · 8 years ago
  58. 1ad3a6f mips: Drop JZ4740 remnants by Marek Vasut · 8 years ago
  59. ecc9d26 mips: Allow overriding start.S in SPL by Marek Vasut · 8 years ago
  60. 6242aa1 malta: Use device model & tree for UART by Paul Burton · 8 years ago
  61. 40ba13c malta: Support MIPS32r6 configurations by Paul Burton · 8 years ago
  62. c52ebea MIPS: Support for targetting MIPSr6 by Paul Burton · 8 years ago
  63. 20286cd MIPS: Simplify CONFIG_SYS_CPU values by Paul Burton · 8 years ago
  64. 9f8ac82 MIPS: Use unchecked immediate addition/subtraction by Paul Burton · 8 years ago
  65. 400df30 mips: ath79: Add support for TPLink WDR4300 by Marek Vasut · 8 years ago
  66. e08539b mips: ath79: Add AR934x support by Marek Vasut · 8 years ago
  67. 4771bbe mips: ath79: Add support for ungating ethernet on ar933x and ar934x by Marek Vasut · 8 years ago
  68. 2986a9d mips: ath79: dts: Add ethernet MAC nodes for ar933x by Marek Vasut · 8 years ago
  69. 6b69974 mips: ath79: Add support for ungating USB on ar933x and ar934x by Marek Vasut · 8 years ago
  70. c3155878 mips: ath79: dts: Add generic-ehci node by Marek Vasut · 8 years ago
  71. 43a092f mips: ath79: Fix compiler warning on const assignment by Marek Vasut · 8 years ago
  72. 0a6767e mips: ath79: Fix ar71xx_regs.h indent by Marek Vasut · 8 years ago
  73. 0a0a958 mips: Add MIPS 74Kc tune by Marek Vasut · 8 years ago
  74. 5760fc7 mips: Fix compiler warning in cpu.c by Marek Vasut · 8 years ago
  75. 59e4080 ath79: add readonly attribute for ath79_soc_desc by Wills Wang · 8 years ago
  76. 5691d10 ath79: ar933x: use BIT macro for bit shift operation by Wills Wang · 8 years ago
  77. a2277cc mips: ath79: add AP143 reference board by Wills Wang · 9 years ago
  78. 6a7b52b mips: ath79: add AP121 reference board by Wills Wang · 9 years ago
  79. 9b03f80 mips: ath79: add support for QCA953x SOCs by Wills Wang · 9 years ago
  80. ee7bb5b mips: ath79: add support for AR933x SOCs by Wills Wang · 9 years ago
  81. 1d3d0f1 mips: add base support for QCA/Atheros ath79 SOCs by Wills Wang · 9 years ago
  82. 1cc0a9f Fix various typos, scattered over the code. by Robert P. J. Day · 8 years ago
  83. fdff5b0 MIPS: bootm: Add fixup of '/memory' node. by Purna Chandra Mandal · 8 years ago
  84. ac7eef7 board: pic32mzda: enable USB-host, USB-storage support. by Purna Chandra Mandal · 9 years ago
  85. 499b847 MIPS: fix mips_cache fallback without __builtin_mips_cache by Matthias Schiffer · 9 years ago
  86. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  87. 7d514a7 board: Enable ethernet, tftpboot support to pic32mzdask board. by Purna Chandra Mandal · 9 years ago
  88. c76eb72 board: add SDHCI support for PIC32MZDASK board. by Purna Chandra Mandal · 9 years ago
  89. 44da3a1 board: Add Microchip PIC32MZ[DA]-Starter-Kit board. by Purna Chandra Mandal · 9 years ago
  90. be961fa MIPS: Add support for Microchip PIC32MZ[DA] SoC family. by Purna Chandra Mandal · 9 years ago
  91. 9ffa7a3 drivers: ddr: Add DDR2 SDRAM controller driver for Microchip PIC32. by Purna Chandra Mandal · 9 years ago
  92. 32c1a6e MIPS: initial infrastructure for Microchip PIC32 architecture by Purna Chandra Mandal · 9 years ago
  93. 05e3425 MIPS: Support dynamic I/O port base address by Paul Burton · 9 years ago
  94. 8ac493c MIPS: Remove SLOW_DOWN_IO by Paul Burton · 9 years ago
  95. fbb0de0 mips: cache: Bulletproof the code against cornercases by Marek Vasut · 9 years ago
  96. e26e8dc MIPS: start.S: fix and optimize instructions by Daniel Schwierzeck · 9 years ago
  97. a627909 MIPS: initialize board_init_f() argument to zero. by Purna Chandra Mandal · 9 years ago
  98. d6ea6d8 mips: asm/io.h: Add in <linux/bug.h> by Tom Rini · 9 years ago
  99. 0e0efb4 MIPS: implement bit manipulating I/O accessors by Daniel Schwierzeck · 9 years ago
  100. 898582b MIPS: fix SPDX license identifier in remaining arch header files by Daniel Schwierzeck · 9 years ago