1. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
  2. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
  3. c95c3ec mips: add a option to support not reserving malloc space on initial stack by Weijie Gao · 4 years, 7 months ago
  4. 2434f58 mips: add an option to support initialize SRAM for initial stack by Weijie Gao · 4 years, 7 months ago
  5. 814a891 mips: add an option to enable u_boot_list section for SPL loaders in u-boot-spl.lds by Weijie Gao · 4 years, 7 months ago
  6. e951119 mips: enable support for appending dtb to spl binary by Weijie Gao · 4 years, 7 months ago
  7. 6e9281b mips: start.S: avoid overwriting outside gd when clearing global data in stack by Weijie Gao · 4 years, 7 months ago
  8. 47a1933 MIPS: allow override of get_tbclk() by Alex Nemirovsky · 5 years ago
  9. 049f8d6 common: Move get_tbclk() to time.h by Simon Glass · 5 years ago
  10. c30b7ad common: Move interrupt functions into a new header by Simon Glass · 5 years ago
  11. 2f41ade linker: Modify linker scripts to be more generic by Tom Rini · 6 years ago
  12. 2fdadc0 MIPS: optimize and fix ELF sections by Daniel Schwierzeck · 6 years ago
  13. 48ee7b6 MIPS: move create_tlb() in an proper header: mipsregs.h by Gregory CLEMENT · 6 years ago
  14. 1bef0c5 MIPS: fix linking of standalone programs by Daniel Schwierzeck · 6 years ago
  15. 1d3b97c Kbuild: add LDFLAGS_STANDALONE by Daniel Schwierzeck · 6 years ago
  16. 9630146 MIPS: make size of relocation table fixed but configurable by Daniel Schwierzeck · 6 years ago
  17. d1c3d8b MIPS: start.S: make boot config at offset 0x10 configurable by Daniel Schwierzeck · 6 years ago
  18. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  19. 73780b0 MIPS: Drop unused PTR_COUNT_SHIFT from u-boot.lds by Paul Burton · 7 years ago
  20. f5868a5 mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-Boot by Andy Yan · 7 years ago
  21. 703ec9d MIPS: Stop building position independent code by Paul Burton · 7 years ago
  22. ee42214 MIPS: add initial infrastructure for Broadcom MIPS SoCs by Álvaro Fernández Rojas · 8 years ago
  23. 5e36546 MIPS: allow using generic sysreset drivers by Álvaro Fernández Rojas · 8 years ago
  24. 0d159d6 MIPS: call debug_uart_init right before board_init_f by Daniel Schwierzeck · 8 years ago
  25. 924ad86 MIPS: add possibility to setup initial stack and global data in SRAM by Daniel Schwierzeck · 8 years ago
  26. c3e72ab MIPS: factor out code for initial stack and global data by Daniel Schwierzeck · 8 years ago
  27. 65d297a MIPS: fix iand optimize setup of CP0 registers by Daniel Schwierzeck · 9 years ago
  28. 345490f MIPS: fix ROM exception vectors by Daniel Schwierzeck · 9 years ago
  29. af3971f MIPS: make inclusion of ROM exception vectors configurable by Daniel Schwierzeck · 9 years ago
  30. 31d36f7 MIPS: Hang if run on a secondary CPU by Paul Burton · 8 years ago
  31. d263cda MIPS: Fix cache maintenance in relocate_code & simplify by Paul Burton · 8 years ago
  32. c5b8412 MIPS: Ensure Config.K0=2 applies before any memory accesses by Paul Burton · 8 years ago
  33. b2b135d MIPS: Map CM Global Control Registers by Paul Burton · 8 years ago
  34. f898127 MIPS: If we don't need DDR for cache init, init cache first by Paul Burton · 8 years ago
  35. 4f9226b MIPS: Preserve Config implementation-defined bits by Paul Burton · 8 years ago
  36. 33b5c9b MIPS: Enable use of the instruction cache earlier by Paul Burton · 8 years ago
  37. 8cb4817 MIPS: Probe cache line sizes once during boot by Paul Burton · 8 years ago
  38. 07f5b96 MIPS: provide a default u-boot-spl.lds by Daniel Schwierzeck · 8 years ago
  39. 9f8ac82 MIPS: Use unchecked immediate addition/subtraction by Paul Burton · 9 years ago
  40. 5760fc7 mips: Fix compiler warning in cpu.c by Marek Vasut · 9 years ago
  41. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  42. e26e8dc MIPS: start.S: fix and optimize instructions by Daniel Schwierzeck · 9 years ago
  43. a627909 MIPS: initialize board_init_f() argument to zero. by Purna Chandra Mandal · 9 years ago
  44. 1134929 MIPS: fix annotation of _start and relocate_code by Daniel Schwierzeck · 9 years ago
  45. eef88df MIPS: unify CPU code in arch/mips/cpu/ by Daniel Schwierzeck · 10 years ago
  46. d9a4a62 MIPS: move au1x00 SoC code to arch/mips/mach-au1x00 by Daniel Schwierzeck · 10 years ago
  47. f1c64a0 MIPS: handle mips64 ST0_KX bit in mips32 start.S by Paul Burton · 10 years ago
  48. ab0d002 MIPS: handle mips64 relocs in mips32 start.S by Paul Burton · 10 years ago
  49. a39b1cb MIPS: use asm.h macros in mips32 start.S by Paul Burton · 10 years ago
  50. 4a5d889 MIPS: unify cache initialization code by Paul Burton · 10 years ago
  51. 30374f9 MIPS: unify cache maintenance functions by Paul Burton · 10 years ago
  52. 2b8bcc5 MIPS: avoid .set ISA for cache operations by Paul Burton · 10 years ago
  53. e520023 MIPS: add support for pre-relocation malloc by Daniel Schwierzeck · 10 years ago
  54. dd82128 MIPS: add support for CONFIG_SYS_INIT_SP_ADDR by Daniel Schwierzeck · 10 years ago
  55. a18a477 MIPS: use common code from lib/time.c by Thomas Langer · 10 years ago
  56. 6d08e22 MIPS: fix setup of initial stack frame by Daniel Schwierzeck · 10 years ago
  57. 56f31e8 kbuild: use SoC-specific CONFIG to descend into SoC directory by Masahiro Yamada · 10 years ago
  58. 165ecd2 kbuild: Descend into SOC directory from CPU directory by Masahiro Yamada · 10 years ago
  59. cba1da4 include: move various macros to include/linux/kernel.h by Masahiro Yamada · 10 years ago
  60. 265072b MIPS: add .padding section to linker script by Daniel Schwierzeck · 10 years ago
  61. 837cad1 MIPS: refactor setting of compiler options by Daniel Schwierzeck · 10 years ago
  62. 538cf92 MIPS: drop incaip board by Daniel Schwierzeck · 11 years ago
  63. a0af08b MIPS: define __init_end in u-boot.lds by Paul Burton · 11 years ago
  64. 186d815 MIPS: stub interrupt_init function by Paul Burton · 11 years ago
  65. 7e3d473 mips: xburst: remove remainders of dead board by Masahiro Yamada · 11 years ago
  66. 79fd7e6 MIPS: always keep all sections in u-boot ELF binary. by Daniel Schwierzeck · 11 years ago
  67. eb838e7 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  68. cfda6bd mips: move CONFIG_MIPS{32, 64} definition to config.mk by Masahiro Yamada · 11 years ago
  69. a0a15b4 config.mk: specify the exact path to standalone linker script by Masahiro Yamada · 11 years ago
  70. 9e41403 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  71. 7a9d109 qemu-malta: rename to just "malta" by Paul Burton · 11 years ago
  72. fa476f7 mips32: detect L1 cache sizes if they're not defined by Paul Burton · 11 years ago
  73. f6e2c0f mips: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  74. 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  75. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  76. db2c86d MIPS: mips32/cache.S: use v1 register for indirect function calls by Gabor Juhos · 11 years ago
  77. ee8b1e2 MIPS: mips32/cache.S: store cache line size in t8 register by Gabor Juhos · 11 years ago
  78. c325916 MIPS: mips32/cache.S: save return address in t9 register by Gabor Juhos · 11 years ago
  79. d707e5b MIPS: xburst/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  80. e5c868a MIPS: xburst/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  81. f01d693 MIPS: xburst/start.S: save gd in s0 register by Gabor Juhos · 11 years ago
  82. ba9cf07 MIPS: xburst/start.S: save relocation offset in s1 register by Gabor Juhos · 11 years ago
  83. 9a28e0d MIPS: xburst/start.S: save relocation address in s2 register by Gabor Juhos · 11 years ago
  84. 691995f MIPS: mips32/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  85. 680cb2d MIPS: mips32/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  86. da84f33 MIPS: mips32/cache.S: remove superfluous register assignment by Gabor Juhos · 11 years ago
  87. b1591ec MIPS: mips64/interrupt.c: remove superfluous include by Gabor Juhos · 11 years ago
  88. c3e4901 MIPS: mips32/time.c: fix checkpatch errors/warnings by Gabor Juhos · 11 years ago
  89. 843a76b MIPS: start.S: emulate REVISION register for qemu-malta by Gabor Juhos · 12 years ago
  90. 518d438 MIPS: mips64: fix typos in copyright text of start.S by Tom Rini · 11 years ago
  91. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  92. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  93. 04380c6 MIPS: add dynamic relocation support by Gabor Juhos · 12 years ago
  94. 0ba8926 MIPS: u-boot.lds: add relocation specific sections by Gabor Juhos · 12 years ago
  95. 28875e2 MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation by Daniel Schwierzeck · 12 years ago
  96. 696a3b2 MIPS: start.S: optimize BSS initialization by Daniel Schwierzeck · 12 years ago
  97. 3420bf1 MIPS: u-boot.lds: introduce symbol __image_copy_end by Daniel Schwierzeck · 12 years ago
  98. a52852c MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] by Daniel Schwierzeck · 12 years ago
  99. 4539781 MIPS: compute num_got_entries from .got section's size by Gabor Juhos · 12 years ago
  100. 8b1c734 MIPS: start.S: unify and simplify reset vector handling by Daniel Schwierzeck · 12 years ago