1. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  2. 284f71b common: Move relocate_code() to init.h by Simon Glass · Sat Dec 28 10:44:45 2019 -0700
  3. 537ecc9 common: Move trap_init() out of common.h by Simon Glass · Thu Nov 14 12:57:48 2019 -0700
  4. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  5. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  6. 7e07e49 MIPS: add compile time definition of L2 cache size by Ramon Fried · Mon Jun 10 21:05:26 2019 +0300
  7. 79fd214 env: Move env_init() to env.h by Simon Glass · Thu Aug 01 09:46:43 2019 -0600
  8. 3639e4e arch: mips: Update initrd_start and initrd_end by Horatiu Vultur · Wed Apr 24 17:21:29 2019 +0200
  9. 94e233b bootm: mips: Remove boot_reloc_ramdisk by Horatiu Vultur · Thu Mar 07 16:49:41 2019 +0100
  10. 3d850b1 MIPS: cache: remove config option CONFIG_SYS_MIPS_CACHE_MODE by Daniel Schwierzeck · Fri Sep 07 19:02:06 2018 +0200
  11. e3b432d MIPS: cache: make index base address configurable by Daniel Schwierzeck · Fri Sep 07 19:02:05 2018 +0200
  12. 5cfb438 MIPS: cache: optimise changing of k0 CCA mode by Daniel Schwierzeck · Fri Sep 07 19:02:04 2018 +0200
  13. 7026e84 MIPS: cache: reimplement dcache_[status, enable, disable] by Daniel Schwierzeck · Fri Sep 07 19:02:03 2018 +0200
  14. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  15. 91a3159 fdt: Implement weak arch_fixup_fdt() by Alexey Brodkin · Wed Jan 24 20:47:09 2018 +0300
  16. ed258e6 MIPS: Break out of cache loops for unimplemented caches by Paul Burton · Tue Nov 21 11:18:39 2017 -0800
  17. 834f74e MIPS: Clear instruction hazards in flush_cache() by Paul Burton · Tue Nov 21 11:18:38 2017 -0800
  18. ee3c0b8 MIPS: Ensure cache ops complete in cache maintenance functions by Paul Burton · Tue Nov 21 11:18:37 2017 -0800
  19. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · Thu Aug 03 12:22:12 2017 -0600
  20. 4c55ab4 MIPS: bootm: Fix broken boot_env_legacy codepath by Zubair Lutfullah Kakakhel · Tue Jul 11 16:47:51 2017 +0100
  21. d3a278d MIPS: Stop building position independent code by Paul Burton · Mon Jun 19 11:53:47 2017 -0700
  22. 3d6864a MIPS: Make CM GCR base configurable by Paul Burton · Fri May 12 13:26:11 2017 +0200
  23. f6aa39e libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY by Masahiro Yamada · Sat Nov 26 11:02:10 2016 +0900
  24. 0ecd903 MIPS: Use ram_top, not bi_memsize, in arch_lmb_reserve by Paul Burton · Mon Sep 26 19:28:56 2016 +0100
  25. e8d3155 MIPS: add handling for generic and EJTAG exceptions by Daniel Schwierzeck · Sat Jan 09 18:34:14 2016 +0100
  26. d8209b8 MIPS: reserve space for exception vectors by Daniel Schwierzeck · Sat Jan 09 18:34:14 2016 +0100
  27. c8e280f MIPS: add asm-offsets for struct pt_regs by Daniel Schwierzeck · Sat Jan 09 18:34:14 2016 +0100
  28. 0286885 MIPS: Ensure cache ops complete in mips_cache_reset by Paul Burton · Wed Sep 21 11:18:59 2016 +0100
  29. ac8668a MIPS: Clear hazard between TagLo writes & cache ops by Paul Burton · Wed Sep 21 11:18:58 2016 +0100
  30. a8b8bd2 MIPS: Join the coherent domain when a CM is present by Paul Burton · Wed Sep 21 11:18:55 2016 +0100
  31. 8156078 MIPS: L2 cache support by Paul Burton · Wed Sep 21 11:18:54 2016 +0100
  32. f868be5 MIPS: Define register names for cache init by Paul Burton · Wed Sep 21 11:18:52 2016 +0100
  33. 8c57b04 MIPS: Enable use of the instruction cache earlier by Paul Burton · Wed Sep 21 11:18:49 2016 +0100
  34. dc2037e MIPS: Probe cache line sizes once during boot by Paul Burton · Wed Sep 21 11:18:48 2016 +0100
  35. 8ff8689 libfdt: Introduce new ARCH_FIXUP_FDT option by Michal Simek · Thu Jul 28 09:06:41 2016 +0200
  36. 1194f94 MIPS: Fix invalidate_dcache_range to operate on L1 Dcache by Paul Burton · Thu Jun 09 13:09:51 2016 +0100
  37. a97d593 MIPS: Abstract cache op loops with a macro by Paul Burton · Fri May 27 14:28:06 2016 +0100
  38. 62f1352 MIPS: Split I & D cache line size config by Paul Burton · Fri May 27 14:28:05 2016 +0100
  39. 5e51142 MIPS: Move cache sizes to Kconfig by Paul Burton · Fri May 27 14:28:04 2016 +0100
  40. 53c9826 MIPS: Use unchecked immediate addition/subtraction by Paul Burton · Mon May 16 10:52:10 2016 +0100
  41. 432549f MIPS: bootm: Add fixup of '/memory' node. by Purna Chandra Mandal · Mon Apr 18 18:31:38 2016 +0530
  42. 8d6600b MIPS: Support dynamic I/O port base address by Paul Burton · Fri Jan 29 13:54:52 2016 +0000
  43. 0e50ffc mips: cache: Bulletproof the code against cornercases by Marek Vasut · Wed Jan 27 03:13:59 2016 +0100
  44. a6dae71 MIPS: sync processor and register definitions with linux-4.4 by Daniel Schwierzeck · Tue Jan 12 21:48:26 2016 +0100
  45. 735bb01 MIPS: bootm: use CONFIG_IS_ENABLED() everywhere by Daniel Schwierzeck · Sun Nov 01 17:36:15 2015 +0100
  46. 20a8b1c MIPS: bootm: rework and fix broken bootm code by Daniel Schwierzeck · Sun Nov 01 17:36:14 2015 +0100
  47. c7e758e MIPS: fix syntax for fdt_chosen/initrd. by Govindraj Raja · Wed Aug 19 19:19:15 2015 +0100
  48. d1b29d2 MIPS: implement device-tree handover to Linux kernel by Daniel Schwierzeck · Sun Feb 22 16:58:30 2015 +0100
  49. 69acad0 MIPS: clear TagLo select 2 during cache init by Paul Burton · Thu Jan 29 01:28:03 2015 +0000
  50. 6832bdc MIPS: allow systems to skip loads during cache init by Paul Burton · Thu Jan 29 01:28:02 2015 +0000
  51. ca41a03 MIPS: inline mips_init_[id]cache functions by Paul Burton · Thu Jan 29 01:28:01 2015 +0000
  52. d878cc2 MIPS: refactor cache loops to a macro by Paul Burton · Thu Jan 29 01:28:00 2015 +0000
  53. edf1f85 MIPS: refactor L1 cache config reads to a macro by Paul Burton · Thu Jan 29 01:27:59 2015 +0000
  54. 02df4e6 MIPS: unify cache initialization code by Paul Burton · Thu Jan 29 01:27:58 2015 +0000
  55. 4ff6b10 MIPS: unify cache maintenance functions by Paul Burton · Thu Jan 29 01:27:57 2015 +0000
  56. 1a4797c MIPS: bootm: add bootstage reporting by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  57. 8d7ff4d MIPS: bootm: prepare a flattened device tree for the kernel by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  58. 2edd528 MIPS: bootm: add mem, rd_start and rd_size to kernel command line by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  59. c07dc60 MIPS: bootm: refactor preparation of Linux kernel environment by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  60. f9749fa MIPS: bootm: refactor preparation of Linux kernel command line by Daniel Schwierzeck · Wed Jan 14 21:44:13 2015 +0100
  61. ea7e328 MIPS: bootm: remove unused or redundant header files by Daniel Schwierzeck · Sun Nov 16 01:27:23 2014 +0100
  62. 0665838 MIPS: bootm: add missing initramfs relocation by Daniel Schwierzeck · Sun Nov 16 01:27:23 2014 +0100
  63. cf707c9 MIPS: remove board.c by Daniel Schwierzeck · Sat Nov 15 23:46:58 2014 +0100
  64. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · Fri Apr 04 20:09:58 2014 +0900
  65. 2e1823d MIPS: drop incaip board by Daniel Schwierzeck · Thu Apr 10 00:39:28 2014 +0200
  66. d0120b0 MIPS: allow use of generic board by Paul Burton · Mon Apr 07 10:11:22 2014 +0100
  67. c3d31a5 MIPS: move mips_io_port_base out of board.c by Paul Burton · Mon Apr 07 10:11:18 2014 +0100
  68. e1a211d kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC by Masahiro Yamada · Wed Mar 05 16:59:38 2014 +0900
  69. 43c4f59 mips: don't hardcode Malta env baudrate by Paul Burton · Tue Nov 26 17:45:25 2013 +0000
  70. 10a74b5 qemu-malta: rename to just "malta" by Paul Burton · Sat Nov 09 10:22:08 2013 +0000
  71. 48a47f0 mips: convert makefiles to Kbuild style by Masahiro Yamada · Mon Oct 21 11:53:31 2013 +0900
  72. fb1c2ed MIPS: bootm: drop obsolete Qemu specific bootm implementation by Daniel Schwierzeck · Sat Jan 12 18:18:20 2013 +0100
  73. 0dfa0b3 MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta by Daniel Schwierzeck · Thu May 30 19:04:20 2013 +0200
  74. eaadb1a MIPS: bootm: add support for generic relocation of init ramdisks by Daniel Schwierzeck · Thu May 09 17:10:06 2013 +0200
  75. 46145fb MIPS: bootm: refactor initialisation of kernel environment by Daniel Schwierzeck · Thu May 09 17:10:06 2013 +0200
  76. eb782d6 MIPS: bootm: refactor initialisation of kernel cmdline by Daniel Schwierzeck · Thu May 09 17:10:06 2013 +0200
  77. 22d1c23 MIPS: bootm: add support for LMB by Daniel Schwierzeck · Thu May 09 17:10:06 2013 +0200
  78. 0b95a7c MIPS: bootm: optimize kernel entry call by Daniel Schwierzeck · Thu May 09 17:10:06 2013 +0200
  79. 40f30c0 MIPS: bootm: fix checkpatch.pl warnings by Daniel Schwierzeck · Thu May 09 17:10:06 2013 +0200
  80. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  81. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · Wed Jun 26 15:55:16 2013 +0200
  82. d7a886b lib: consolidate hang() by Andreas Bießmann · Thu Apr 18 22:48:50 2013 +0000
  83. 3965058 MIPS: board.c: remove manual relocation of env_name_spec by Daniel Schwierzeck · Fri Feb 15 17:53:34 2013 +0100
  84. 84937ab MIPS: add dynamic relocation support by Gabor Juhos · Tue Feb 12 22:22:13 2013 +0100
  85. bd4277d MIPS: board.c: switch to new symbols __bss_end and __image_copy_end by Daniel Schwierzeck · Tue Feb 12 22:22:12 2013 +0100
  86. 7f959fd MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · Mon Jan 07 02:53:42 2013 +0000
  87. 72cb5f0 MIPS: bootm.c: separate environment initialization by Gabor Juhos · Mon Jan 07 02:53:41 2013 +0000
  88. e0d783b MIPS: bootm.c: separate linux jump code by Gabor Juhos · Mon Jan 07 02:53:40 2013 +0000
  89. a89c233 MIPS: bootm.c: use debug macro to print debug message by Gabor Juhos · Sun Jan 06 00:54:20 2013 +0000
  90. 7fe0ac8 mips: serial: Fix busted manual relocation by Joe Hershberger · Tue Dec 11 17:52:50 2012 +0000
  91. 689eecd MIPS: constify mips_io_port_base by Daniel Schwierzeck · Wed Dec 12 13:13:48 2012 +0100
  92. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · Fri Oct 12 10:27:04 2012 +0000
  93. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · Sun Jun 03 12:40:04 2012 +0000
  94. 1954ce7 dm: mips: Import libgcc components from Linux by Marek Vasut · Sun Aug 12 16:53:35 2012 +0200
  95. 2fbdb74 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · Sun Jun 03 23:46:04 2012 +0200
  96. 731c402 MIPS: bootm_qemu_mips.c: make checkpatch.pl clean by Daniel Schwierzeck · Sun Jun 03 23:46:04 2012 +0200
  97. 83010eb MIPS: bootm.c: make checkpatch.pl clean by Daniel Schwierzeck · Sun Jun 03 23:46:04 2012 +0200
  98. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · Wed Apr 04 18:53:41 2012 +0000
  99. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · Wed Apr 04 18:53:40 2012 +0000
  100. 0d15d2a MIPS: board.c: fix init of flash data in bd_info by Daniel Schwierzeck · Mon Apr 02 02:57:54 2012 +0000