1. 843a76b MIPS: start.S: emulate REVISION register for qemu-malta by Gabor Juhos · 11 years ago
  2. 518d438 MIPS: mips64: fix typos in copyright text of start.S by Tom Rini · 11 years ago
  3. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  4. b8eee43 Build arch/$ARCH/lib/bootm.o depending on CONFIG_CMD_BOOTM by Dirk Eibach · 11 years ago
  5. e1208c2 MIPS: asm/errno.h: switch to asm-generic/errno.h by Daniel Schwierzeck · 11 years ago
  6. f0550f8 MIPS: fix __raw_* IO accessors by Gabor Juhos · 12 years ago
  7. d2eae43 lib: consolidate hang() by Andreas Bießmann · 11 years ago
  8. 0ce033d Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  9. 716cc8c Change stub example to use asm-generic/sections.h by Simon Glass · 12 years ago
  10. 1865286 Introduce generic link section.h symbol files by Simon Glass · 12 years ago
  11. ef123c5 Refactor linker-generated arrays by Albert ARIBAUD · 12 years ago
  12. 455fbfb MIPS: board.c: remove manual relocation of env_name_spec by Daniel Schwierzeck · 12 years ago
  13. 04380c6 MIPS: add dynamic relocation support by Gabor Juhos · 12 years ago
  14. 0ba8926 MIPS: u-boot.lds: add relocation specific sections by Gabor Juhos · 12 years ago
  15. 28875e2 MIPS: start.S: use symbol __image_copy_end for U-Boot image relocation by Daniel Schwierzeck · 12 years ago
  16. 696a3b2 MIPS: start.S: optimize BSS initialization by Daniel Schwierzeck · 12 years ago
  17. eea8a32 MIPS: board.c: switch to new symbols __bss_end and __image_copy_end by Daniel Schwierzeck · 12 years ago
  18. 3420bf1 MIPS: u-boot.lds: introduce symbol __image_copy_end by Daniel Schwierzeck · 12 years ago
  19. a52852c MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] by Daniel Schwierzeck · 12 years ago
  20. 4539781 MIPS: compute num_got_entries from .got section's size by Gabor Juhos · 12 years ago
  21. 8b1c734 MIPS: start.S: unify and simplify reset vector handling by Daniel Schwierzeck · 12 years ago
  22. 4dc7412 MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status by Daniel Schwierzeck · 12 years ago
  23. 97b920d MIPS: xburst: fix broken access to global_data by Daniel Schwierzeck · 12 years ago
  24. 9572202 mips: Use generic global_data by Simon Glass · 12 years ago
  25. 035cbe9 mips: Move per_clk and dev_clk to arch_global_data by Simon Glass · 12 years ago
  26. 582601d arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  27. 66ee692 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  28. 5cb4858 Add architecture-specific global data by Simon Glass · 12 years ago
  29. cb5dbca MIPS: add unified u-boot.lds file by Gabor Juhos · 12 years ago
  30. 9950b90 MIPS: remove OUTPUT_FORMAT from linker scripts by Gabor Juhos · 12 years ago
  31. 6d86227 MIPS: xburst: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  32. 025f2b3 MIPS: simplify relocated _G_O_T_ address calculation by Gabor Juhos · 12 years ago
  33. 67d80c9 MIPS: start.S: don't save flush_cache parameters in advance by Gabor Juhos · 12 years ago
  34. 248fe03 MIPS: start.S: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  35. b2fe86f MIPS: start.S: save reused arguments earlier in relocate_code by Gabor Juhos · 12 years ago
  36. f321b0f MIPS: start.S: set sp register directly by Gabor Juhos · 12 years ago
  37. 5b7dd81 MIPS: start.S: fix boundary check in relocate_code by Gabor Juhos · 12 years ago
  38. 14fdd1a MIPS: start{, 64}.S: fill branch delay slots with NOP instructions by Gabor Juhos · 12 years ago
  39. 0ef48d4 MIPS: convert IO port accessor functions to 'static inline' by Gabor Juhos · 12 years ago
  40. be002d0 MIPS: use inline directive for __in*s functions by Gabor Juhos · 12 years ago
  41. 9c170e2 MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · 12 years ago
  42. 0ea7213 MIPS: bootm.c: separate environment initialization by Gabor Juhos · 12 years ago
  43. e08634c MIPS: bootm.c: separate linux jump code by Gabor Juhos · 12 years ago
  44. 75a279c MIPS: bootm.c: use debug macro to print debug message by Gabor Juhos · 12 years ago
  45. f88e09d mips: serial: Fix busted manual relocation by Joe Hershberger · 12 years ago
  46. f0c2799 MIPS: constify mips_io_port_base by Daniel Schwierzeck · 12 years ago
  47. ea40a05 MIPS: constify address pointer in test_bit() by Daniel Schwierzeck · 12 years ago
  48. 0d69d91 MIPS: fix a latent bug on initialize $gp by Zhi-zhou Zhang · 12 years ago
  49. d41b3cc Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  50. 8ab36d2 MIPS: do not initialize timestamp variable before relocate_code by Zhi-zhou Zhang · 12 years ago
  51. c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  52. 6c7c946 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  53. 8dc22b0 mips: Change global data baudrate to int by Simon Glass · 12 years ago
  54. d1ff690 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  55. 4d1361d split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  56. ec3fd68 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  57. 32afad7 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
  58. 090854c MIPS: add support for 64 bit addressing by Zhi-zhou Zhang · 12 years ago
  59. cb0a6a1 MIPS: don't use camel-case style by Zhi-zhou Zhang · 12 years ago
  60. c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  61. a382725 serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  62. 6cb3273 serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver by Marek Vasut · 12 years ago
  63. 0191142 serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver by Marek Vasut · 12 years ago
  64. 7b953c5 serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver by Marek Vasut · 12 years ago
  65. 00d0d2a malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  66. 0efcdb1 MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles by Daniel Schwierzeck · 12 years ago
  67. 2c0e3de MIPS: factor out endianess flag handling to arch config.mk by Daniel Schwierzeck · 12 years ago
  68. d2aa5dc dm: mips: Import libgcc components from Linux by Marek Vasut · 12 years ago
  69. 8b82cef dm: mips: Fix lb60 timer code by Marek Vasut · 12 years ago
  70. 36d0a42 dm: mips: Fix lb60 WDT control by Marek Vasut · 12 years ago
  71. 47fde91 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  72. e034ea3 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · 12 years ago
  73. ed53010 MIPS: bootm_qemu_mips.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  74. e51a6b7 MIPS: bootm.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  75. 10cbe3b net: Fix remaining API interface breakage by Joe Hershberger · 12 years ago
  76. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  77. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  78. 6cb461b MIPS: fix endianess handling by Daniel Schwierzeck · 12 years ago
  79. 979cfea MIPS: fix inconsistency in config option for cache operation mode by Daniel Schwierzeck · 12 years ago
  80. 71919cf MIPS: board.c: fix init of flash data in bd_info by Daniel Schwierzeck · 12 years ago
  81. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  82. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  83. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  84. d304286 arch/mips/lib/board.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  85. cc257e4 arch/mips/lib/board.c: make (mostly) checkpatch clean by Wolfgang Denk · 13 years ago
  86. 98e4611 mips: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  87. 72d4dd4 mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  88. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  89. 80421fc MIPS: Ingenic XBurst Jz4740 processor support by Xiangfu Liu · 13 years ago
  90. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  91. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  92. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  93. dc34458 MIPS: mips32: fix wrong loop bound in flush_cache() by Yao Cheng · 13 years ago
  94. ab2a98b MIPS: make cache operation mode configurable by Daniel Schwierzeck · 13 years ago
  95. 7185adb MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG by Daniel Schwierzeck · 13 years ago
  96. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  97. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  98. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  99. 68cebb8 MIPS: Move timer code to arch/mips/cpu/$(CPU)/ by Shinya Kuribayashi · 13 years ago
  100. 660da09 MIPS: Introduce --gc-sections for MIPS by Daniel Schwierzeck · 13 years ago