1. 256034d MIPS: kconfig: add options for CPU type select by Daniel Schwierzeck · 10 years ago
  2. a4c242b MIPS: kconfig: add options for endianess select by Daniel Schwierzeck · 10 years ago
  3. ee2e54f mips: enable CONFIG_USE_PRIVATE_LIBGCC by default by Masahiro Yamada · 10 years ago
  4. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  5. 4869aee kconfig: delete redundant CONFIG_${ARCH} definition by Masahiro Yamada · 10 years ago
  6. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago
  7. 021d202 common/board_f: Initialized global data for generic board by York Sun · 11 years ago
  8. 197c720 bd_info: remove bi_barudrate member from struct bd_info by Masahiro Yamada · 11 years ago
  9. 2e1823d MIPS: drop incaip board by Daniel Schwierzeck · 11 years ago
  10. d0120b0 MIPS: allow use of generic board by Paul Burton · 11 years ago
  11. d0589bb MIPS: define __init_end in u-boot.lds by Paul Burton · 11 years ago
  12. c3d31a5 MIPS: move mips_io_port_base out of board.c by Paul Burton · 11 years ago
  13. 9a309cd MIPS: stub interrupt_init function by Paul Burton · 11 years ago
  14. b0df44b mips: xburst: remove remainders of dead board by Masahiro Yamada · 11 years ago
  15. 1263ea8 MIPS: always keep all sections in u-boot ELF binary. by Daniel Schwierzeck · 11 years ago
  16. 39c8968 usb: create common header virtual root hub descriptors by Stephen Warren · 11 years ago
  17. 0d084d4 mips: move CONFIG_MIPS{32, 64} definition to config.mk by Masahiro Yamada · 11 years ago
  18. a06c7cd config.mk: specify the exact path to standalone linker script by Masahiro Yamada · 11 years ago
  19. e1a211d kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC by Masahiro Yamada · 11 years ago
  20. 3d516ec Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 11 years ago
  21. 0d21a3c MIPS: fix types u64 and __u64 to unsigned long long by Daniel Schwierzeck · 11 years ago
  22. f0ac9e0 kbuild: fix CROSS_COMPILE settings in config.mk by Masahiro Yamada · 11 years ago
  23. c9c83ba kbuild: rename OBJCFLAGS to OBJCOPYFLAGS by Masahiro Yamada · 11 years ago
  24. 59f15f2 kbuild: change out-of-tree build by Masahiro Yamada · 11 years ago
  25. dc7c287 malta: enable PIIX4 SERIRQ by Paul Burton · 11 years ago
  26. 43c4f59 mips: don't hardcode Malta env baudrate by Paul Burton · 11 years ago
  27. c1df370 malta: use unmapped flash base address by Gabor Juhos · 11 years ago
  28. 40a59ee malta: arch/mips/include/asm/malta.h SPDX license tag by Paul Burton · 11 years ago
  29. 12ab4ab malta: setup PIIX4 interrupt route by Paul Burton · 11 years ago
  30. 7c8835b malta: display "U-boot" on the LCD screen by Paul Burton · 11 years ago
  31. 234882c malta: support for coreFPGA6 boards by Paul Burton · 11 years ago
  32. 10a74b5 qemu-malta: rename to just "malta" by Paul Burton · 11 years ago
  33. f122b5a mips32: detect L1 cache sizes if they're not defined by Paul Burton · 11 years ago
  34. 4e56395 include: delete include/linux/config.h by Masahiro Yamada · 11 years ago
  35. 06bc873 cosmetic: remove empty lines at the top of file by Masahiro Yamada · 11 years ago
  36. 48a47f0 mips: convert makefiles to Kbuild style by Masahiro Yamada · 11 years ago
  37. 8f9c49d usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
  38. bd8ec7e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  39. fb1c2ed MIPS: bootm: drop obsolete Qemu specific bootm implementation by Daniel Schwierzeck · 12 years ago
  40. 0dfa0b3 MIPS: bootm: add YAMON style Linux preparation/jump code for Qemu Malta by Daniel Schwierzeck · 11 years ago
  41. eaadb1a MIPS: bootm: add support for generic relocation of init ramdisks by Daniel Schwierzeck · 12 years ago
  42. 46145fb MIPS: bootm: refactor initialisation of kernel environment by Daniel Schwierzeck · 12 years ago
  43. eb782d6 MIPS: bootm: refactor initialisation of kernel cmdline by Daniel Schwierzeck · 12 years ago
  44. 22d1c23 MIPS: bootm: add support for LMB by Daniel Schwierzeck · 12 years ago
  45. 0b95a7c MIPS: bootm: optimize kernel entry call by Daniel Schwierzeck · 12 years ago
  46. 40f30c0 MIPS: bootm: fix checkpatch.pl warnings by Daniel Schwierzeck · 12 years ago
  47. 02d51a2 MIPS: mips32/cache.S: use v1 register for indirect function calls by Gabor Juhos · 11 years ago
  48. 5b4f4ff MIPS: mips32/cache.S: store cache line size in t8 register by Gabor Juhos · 11 years ago
  49. 187fe81 MIPS: mips32/cache.S: save return address in t9 register by Gabor Juhos · 11 years ago
  50. 01c3e0e MIPS: xburst/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  51. 1ac4713 MIPS: xburst/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  52. 858b025 MIPS: xburst/start.S: save gd in s0 register by Gabor Juhos · 11 years ago
  53. 3a22c9e MIPS: xburst/start.S: save relocation offset in s1 register by Gabor Juhos · 11 years ago
  54. 5c79dc3 MIPS: xburst/start.S: save relocation address in s2 register by Gabor Juhos · 11 years ago
  55. b847879 MIPS: mips32/start.S: rework relocation info check by Gabor Juhos · 11 years ago
  56. 489c5d7 MIPS: mips32/start.S: use t8 register for dynamic relocation by Gabor Juhos · 11 years ago
  57. 9a26513 MIPS: mips32/cache.S: remove superfluous register assignment by Gabor Juhos · 11 years ago
  58. d4967b5 MIPS: mips64/interrupt.c: remove superfluous include by Gabor Juhos · 11 years ago
  59. 9c747bd MIPS: mips32/time.c: fix checkpatch errors/warnings by Gabor Juhos · 11 years ago
  60. 0f2d043 MIPS: qemu-malta: setup GT64120 registers as done by YAMON by Gabor Juhos · 12 years ago
  61. 2c43477 MIPS: qemu-malta: enable flash support by Gabor Juhos · 12 years ago
  62. aed4fa4 MIPS: qemu-malta: add reset support by Gabor Juhos · 12 years ago
  63. 02c754a MIPS: qemu-malta: add support for emulated MIPS Malta board by Gabor Juhos · 12 years ago
  64. b6be59a MIPS: start.S: emulate REVISION register for qemu-malta by Gabor Juhos · 12 years ago
  65. 7d2d26b MIPS: mips64: fix typos in copyright text of start.S by Tom Rini · 11 years ago
  66. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  67. d2df811 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  68. 17aa901 MIPS: asm/errno.h: switch to asm-generic/errno.h by Daniel Schwierzeck · 11 years ago
  69. fe17a60 MIPS: fix __raw_* IO accessors by Gabor Juhos · 12 years ago
  70. d7a886b lib: consolidate hang() by Andreas Bießmann · 12 years ago
  71. 19aac97 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  72. 5b92820 Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  73. 9bce37c Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  74. c24895e Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  75. 3965058 MIPS: board.c: remove manual relocation of env_name_spec by Daniel Schwierzeck · 12 years ago
  76. 84937ab MIPS: add dynamic relocation support by Gabor Juhos · 12 years ago
  77. 44ea3c3 MIPS: u-boot.lds: add relocation specific sections by Gabor Juhos · 12 years ago
  78. 7f2d540 MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation by Daniel Schwierzeck · 12 years ago
  79. 0de9cc5 MIPS: start.S: optimize BSS initialization by Daniel Schwierzeck · 12 years ago
  80. bd4277d MIPS: board.c: switch to new symbols __bss_end and __image_copy_end by Daniel Schwierzeck · 12 years ago
  81. 9049d03 MIPS: u-boot.lds: introduce symbol __image_copy_end by Daniel Schwierzeck · 12 years ago
  82. 56b5ec7 MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] by Daniel Schwierzeck · 12 years ago
  83. 7092ce8 MIPS: compute num_got_entries from .got section's size by Gabor Juhos · 12 years ago
  84. ec44316 MIPS: start.S: unify and simplify reset vector handling by Daniel Schwierzeck · 12 years ago
  85. 7e44614 MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status by Daniel Schwierzeck · 12 years ago
  86. 2fb7bd3 MIPS: xburst: fix broken access to global_data by Daniel Schwierzeck · 12 years ago
  87. 9b9ba9a mips: Use generic global_data by Simon Glass · 12 years ago
  88. 988e296 mips: Move per_clk and dev_clk to arch_global_data by Simon Glass · 12 years ago
  89. a848da5 arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  90. 2655ee1 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  91. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  92. 7f44466 MIPS: add unified u-boot.lds file by Gabor Juhos · 12 years ago
  93. 1da7d29 MIPS: remove OUTPUT_FORMAT from linker scripts by Gabor Juhos · 12 years ago
  94. d84ec3a MIPS: xburst: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  95. bc18d0b MIPS: simplify relocated _G_O_T_ address calculation by Gabor Juhos · 12 years ago
  96. eb59024 MIPS: start.S: don't save flush_cache parameters in advance by Gabor Juhos · 12 years ago
  97. fac2f65 MIPS: start.S: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  98. f902d46 MIPS: start.S: save reused arguments earlier in relocate_code by Gabor Juhos · 12 years ago
  99. d9bcb6c MIPS: start.S: set sp register directly by Gabor Juhos · 12 years ago
  100. 9a081ab MIPS: start.S: fix boundary check in relocate_code by Gabor Juhos · 12 years ago