1. 38ae92e Merge branch 'next' by Tom Rini · Mon Oct 05 13:05:46 2020 -0400
  2. aa05725 mips: vocore2: fix various issues by Mauro Condarelli · Sun Sep 20 18:28:59 2020 +0200
  3. a11b4db mips: dts: Fix PIC32MZDA GPIO register definitions by John Robertson · Tue Sep 01 18:02:20 2020 +0000
  4. a8e5836 mips: dts: Fix PIC32MZDA GPIO register definitions by John Robertson · Tue Sep 01 18:02:13 2020 +0000
  5. 93cb0a1 mips: dts: Fix device tree warnings for PIC32MZDA by John Robertson · Tue Sep 01 04:14:56 2020 +0000
  6. 43f1a88 mips: pic32mzdask: disable SDHCI SDCD signal workaround by John Robertson · Tue Sep 01 02:55:42 2020 +0000
  7. a13a2aa global: Move from bi_memstart/memsize -> gd->ram_base/ram_size by Stefan Roese · Wed Aug 12 13:16:36 2020 +0200
  8. 4e8120b Merge tag 'mips-pull-2020-08-03' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · Tue Aug 04 11:07:16 2020 -0400
  9. 51a8b70 mscc: Drop dm.h header file by Simon Glass · Sun Jul 19 10:15:51 2020 -0600
  10. 67b9edb mips: octeon: Update Octeon Kconfig by Stefan Roese · Thu Jul 30 13:56:21 2020 +0200
  11. a6c50c3 mips: octeon: mrvl, octeon-ebb7304.dts: Add SPI flash DT node by Stefan Roese · Thu Jul 30 13:56:20 2020 +0200
  12. 35d4693 mips: octeon: mrvl,cn73xx.dtsi: Add SPI DT node by Stefan Roese · Thu Jul 30 13:56:19 2020 +0200
  13. 1faed61 mips: octeon: dts: Add Octeon clock driver DT nodes by Stefan Roese · Thu Jul 30 13:56:17 2020 +0200
  14. 42bbbfa mips: octeon: dts: Add I2C DT nodes by Stefan Roese · Thu Jul 30 13:56:15 2020 +0200
  15. 7bce6c0 mips: octeon: mrvl,cn73xx.dtsi: Add GPIO DT nodes by Stefan Roese · Thu Jul 30 13:56:14 2020 +0200
  16. a6f2ea4 mips: octeon: Add minimal Octeon 3 EBB7304 EVK support by Stefan Roese · Tue Jun 30 12:08:58 2020 +0200
  17. 15ba802 mips: octeon: use mips_mach_early_init() to copy to L2 cache by Stefan Roese · Tue Jun 30 12:33:17 2020 +0200
  18. 9e29eff mips: octeon: dts: Add Octeon 3 cn73xx base dtsi file by Stefan Roese · Tue Jun 30 12:08:57 2020 +0200
  19. b2ea818 mips: octeon: Initial minimal support for the Marvell Octeon SoC by Aaron Williams · Tue Jun 30 12:08:56 2020 +0200
  20. c6f54b4 mips: Add CONFIG_MIPS_MACH_EARLY_INIT for very early mach init code by Stefan Roese · Tue Jun 30 12:33:16 2020 +0200
  21. e4ccb47 mips: sync asm/mipsregs.h with Linux 5.7 by Daniel Schwierzeck · Sun Jul 12 01:46:18 2020 +0200
  22. b018d6b mips: sync asm/addrspace.h with Linux 5.7 by Daniel Schwierzeck · Sun Jul 12 01:46:17 2020 +0200
  23. 53056e4 mips: sync asm/asm.h with Linux 5.7 by Daniel Schwierzeck · Sun Jul 12 01:46:16 2020 +0200
  24. e61db37 mips: remove deprecated UNCACHED_SDRAM() macro by Daniel Schwierzeck · Sun Jul 12 01:46:15 2020 +0200
  25. c95e7f1 mips: add config options for generic cache setup code by Daniel Schwierzeck · Sun Jul 12 00:45:57 2020 +0200
  26. 765f417 mips: refactor disabling of caches by Daniel Schwierzeck · Sun Jul 12 00:45:56 2020 +0200
  27. ab1d86e mips: add KSEG1 wrapper for change_k0_cca by Daniel Schwierzeck · Sun Jul 12 00:45:55 2020 +0200
  28. de4987c mips: start.S: remove dead code by Daniel Schwierzeck · Sun Jul 12 00:45:54 2020 +0200
  29. e4a3ba2 mips: cache: Make invalidate_dcache_range() weak to enable overwrite by Stefan Roese · Tue Jun 30 12:33:19 2020 +0200
  30. fef1b82 mips: cache: Make flush_cache() weak to enable overwrite by Stefan Roese · Thu May 14 11:59:04 2020 +0200
  31. bfcce78 mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM by Stefan Roese · Thu May 14 11:59:03 2020 +0200
  32. 459a76d mips: reloc: Change R_MIPS_NONE to catch pre-reloc BSS usage by Stefan Roese · Fri Jun 05 10:29:25 2020 +0200
  33. fb79cbd mips: traps: Set WG bit in EBase register on Octeon by Stefan Roese · Thu May 14 11:59:06 2020 +0200
  34. 56a4381 mips: time: Only compile the weak get_tbclk() when needed by Stefan Roese · Thu May 14 11:59:05 2020 +0200
  35. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  36. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  37. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  38. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · Sun May 10 11:40:06 2020 -0600
  39. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  40. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  41. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  42. 2dc9c34 common: Drop image.h from common header by Simon Glass · Sun May 10 11:40:01 2020 -0600
  43. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · Sun May 10 11:40:00 2020 -0600
  44. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  45. 83ae2ce mips: Add support for SoM "VoCore2". by Mauro Condarelli · Tue Feb 18 09:34:48 2020 +0100
  46. 142b032 mips: mt76x8: ddr_cal: Correct dqs_find_min/max implementations by Stefan Roese · Fri Mar 06 15:14:05 2020 +0100
  47. 1a33eab mips: mt76x8: ddr_cal: Change types from u32 to int in dqs_find_min/max by Stefan Roese · Fri Mar 06 15:14:04 2020 +0100
  48. 6877cdb mips: mt76x8: ddr_cal: Rename dqs_test_valid() to dqs_test_error() by Stefan Roese · Fri Mar 06 15:14:03 2020 +0100
  49. 7305b4c mips: mtmips: add support for mt7628-rfb by developer · Tue Apr 21 09:28:49 2020 +0200
  50. 9720bc3 mips: mtmips: enable SPL for all boards by developer · Tue Apr 21 09:28:48 2020 +0200
  51. 19d572e mips: mtmips: add SPL support by developer · Tue Apr 21 09:28:47 2020 +0200
  52. 29b37c5 mips: mtmips: rewrite lowlevel codes of mt7628 by developer · Tue Apr 21 09:28:34 2020 +0200
  53. 01a2828 mips: add a option to support not reserving malloc space on initial stack by developer · Tue Apr 21 09:28:33 2020 +0200
  54. eb7d3a2 mips: add an option to support initialize SRAM for initial stack by developer · Tue Apr 21 09:28:27 2020 +0200
  55. a057755 dts: mtmips: add alternative pinmux node for uart2 by developer · Tue Apr 21 09:28:35 2020 +0200
  56. 7c28736 mips: add a mtmips-specific field to architecture-specific global data by developer · Tue Apr 21 09:28:32 2020 +0200
  57. 3b3015f mips: mtmips: make use of sysreset-resetctrl for mt7628 soc by developer · Tue Apr 21 09:28:30 2020 +0200
  58. c891901 mips: spl: Flush cache before jumping to U-Boot proper by Stefan Roese · Tue Apr 21 09:28:46 2020 +0200
  59. 25678a0 mips: add an option to enable u_boot_list section for SPL loaders in u-boot-spl.lds by developer · Tue Apr 21 09:28:37 2020 +0200
  60. fa8f330 mips: enable support for appending dtb to spl binary by developer · Tue Apr 21 09:28:36 2020 +0200
  61. de8b4cf mips: start.S: avoid overwriting outside gd when clearing global data in stack by developer · Tue Apr 21 09:28:28 2020 +0200
  62. 26f763e mips: mtmips: add predefined i-cache/d-cache size and linesize by developer · Tue Apr 21 09:28:26 2020 +0200
  63. 5cbbd71 mips: add support to restore exception vector base before booting linux by developer · Tue Apr 21 09:28:25 2020 +0200
  64. f282d76 Merge branch 'next' by Tom Rini · Mon Apr 13 11:27:00 2020 -0400
  65. 5d4ecf2 kconfig / kbuild: Re-sync with Linux 4.19 by Tom Rini · Fri Mar 27 11:46:27 2020 -0400
  66. eec92d6 mips: cmd: go: Flush cache before jumping to app/image by Stefan Roese · Thu Feb 13 07:04:00 2020 +0100
  67. 1470ce2 mips: vcoreiii: Fix cache coherency issues by Lars Povlsen · Thu Feb 06 10:45:40 2020 +0100
  68. f536438 MIPS: allow override of get_tbclk() by Alex Nemirovsky · Mon Dec 23 20:53:56 2019 +0000
  69. 6086d7f MIPS: allow override of flush_dcache_range() by Alex Nemirovsky · Mon Dec 23 20:19:20 2019 +0000
  70. 5d458a1 arch: Add explicit linker script for u-boot-elf by Michal Simek · Mon Mar 30 13:58:59 2020 +0200
  71. 3d81215 dma-mapping: add <asm/dma-mapping.h> for all architectures by Masahiro Yamada · Thu Feb 20 14:15:37 2020 +0900
  72. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  73. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  74. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  75. a9dc068 common: Move get_tbclk() to time.h by Simon Glass · Sat Dec 28 10:44:59 2019 -0700
  76. 85d6531 common: Move clock functions into a new file by Simon Glass · Sat Dec 28 10:44:58 2019 -0700
  77. 284f71b common: Move relocate_code() to init.h by Simon Glass · Sat Dec 28 10:44:45 2019 -0700
  78. 9ca7490 Merge branch '2019-12-02-master-imports' by Tom Rini · Mon Dec 02 22:05:35 2019 -0500
  79. 537ecc9 common: Move trap_init() out of common.h by Simon Glass · Thu Nov 14 12:57:48 2019 -0700
  80. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  81. 9b61c7c common: Move interrupt functions into a new header by Simon Glass · Thu Nov 14 12:57:41 2019 -0700
  82. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  83. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  84. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  85. 2f9e494 MIPS: remove Micronas VCT boards by Daniel Schwierzeck · Fri Oct 18 15:13:26 2019 +0200
  86. 591826e mips: mtmips: select essential drivers in Kconfig by developer · Wed Sep 25 17:45:43 2019 +0800
  87. 8a71849 dts: mtmips: add default pinctrl to eth nodes for all boards by developer · Wed Sep 25 17:45:41 2019 +0800
  88. 74d8c58 dts: mtmips: add default pinctrl for gardena-smart-gateway-mt7688 by developer · Wed Sep 25 17:45:40 2019 +0800
  89. a6b8735 dts: mtmips: add mmc related nodes for mt7628an.dtsi by developer · Wed Sep 25 17:45:39 2019 +0800
  90. e3c4a92 dts: mtmips: enable eth port0 led and link poll functions for all boards by developer · Wed Sep 25 17:45:36 2019 +0800
  91. 5485f62 dts: mtmips: update reset controller node for mt7628 by developer · Wed Sep 25 17:45:30 2019 +0800
  92. 295ac53 dts: mtmips: add default pinctrl for uart nodes by developer · Wed Sep 25 17:45:28 2019 +0800
  93. bea7fa3 dts: mtmips: add pinctrl node for mt7628 by developer · Wed Sep 25 17:45:27 2019 +0800
  94. f7ea9e0 dts: mtmips: add clock node for mt7628 by developer · Wed Sep 25 17:45:22 2019 +0800
  95. 0844157 dts: mtmips: enable high-speed UART support for mt7628 by developer · Wed Sep 25 17:45:20 2019 +0800
  96. a799f39 dts: mtmips: move uart property clock-frequency into mt7628an.dtsi by developer · Wed Sep 25 17:45:19 2019 +0800
  97. 7b86648 mips: bmips: switch to board defines for dtb by Álvaro Fernández Rojas · Mon Sep 16 17:15:05 2019 +0200
  98. 094deda bmips: correct name characters by Álvaro Fernández Rojas · Fri Aug 30 12:00:42 2019 +0200
  99. 9a8e3c6 bmips: enable vr-3032u nand support by Álvaro Fernández Rojas · Wed Aug 28 19:12:20 2019 +0200
  100. 456208b bmips: bcm63268: add support for brcmnand by Álvaro Fernández Rojas · Wed Aug 28 19:12:19 2019 +0200