1. 0de9cc5 MIPS: start.S: optimize BSS initialization by Daniel Schwierzeck · 12 years ago
  2. bd4277d MIPS: board.c: switch to new symbols __bss_end and __image_copy_end by Daniel Schwierzeck · 12 years ago
  3. 9049d03 MIPS: u-boot.lds: introduce symbol __image_copy_end by Daniel Schwierzeck · 12 years ago
  4. 56b5ec7 MIPS: u-boot.lds: merge all BSS sections and introduce symbols __bss_[start|end] by Daniel Schwierzeck · 12 years ago
  5. 7092ce8 MIPS: compute num_got_entries from .got section's size by Gabor Juhos · 12 years ago
  6. ec44316 MIPS: start.S: unify and simplify reset vector handling by Daniel Schwierzeck · 12 years ago
  7. 7e44614 MIPS: start.S: remove obsolete 64 bit handling in setup_c0_status by Daniel Schwierzeck · 12 years ago
  8. 2fb7bd3 MIPS: xburst: fix broken access to global_data by Daniel Schwierzeck · 12 years ago
  9. 9b9ba9a mips: Use generic global_data by Simon Glass · 12 years ago
  10. 988e296 mips: Move per_clk and dev_clk to arch_global_data by Simon Glass · 12 years ago
  11. a848da5 arm: Move lastinc to arch_global_data by Simon Glass · 12 years ago
  12. 2655ee1 arm: Move tbl to arch_global_data by Simon Glass · 12 years ago
  13. 3ac47d7 Add architecture-specific global data by Simon Glass · 12 years ago
  14. 7f44466 MIPS: add unified u-boot.lds file by Gabor Juhos · 12 years ago
  15. 1da7d29 MIPS: remove OUTPUT_FORMAT from linker scripts by Gabor Juhos · 12 years ago
  16. d84ec3a MIPS: xburst: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  17. bc18d0b MIPS: simplify relocated _G_O_T_ address calculation by Gabor Juhos · 12 years ago
  18. eb59024 MIPS: start.S: don't save flush_cache parameters in advance by Gabor Juhos · 12 years ago
  19. fac2f65 MIPS: start.S: simplify relocation offset calculation by Gabor Juhos · 12 years ago
  20. f902d46 MIPS: start.S: save reused arguments earlier in relocate_code by Gabor Juhos · 12 years ago
  21. d9bcb6c MIPS: start.S: set sp register directly by Gabor Juhos · 12 years ago
  22. 9a081ab MIPS: start.S: fix boundary check in relocate_code by Gabor Juhos · 12 years ago
  23. 9d632e6 MIPS: start{, 64}.S: fill branch delay slots with NOP instructions by Gabor Juhos · 12 years ago
  24. ad6cca1 MIPS: convert IO port accessor functions to 'static inline' by Gabor Juhos · 12 years ago
  25. c199a06 MIPS: use inline directive for __in*s functions by Gabor Juhos · 12 years ago
  26. 7f959fd MIPS: bootm.c: add support for 'prep' and 'go' subcommands by Gabor Juhos · 12 years ago
  27. 72cb5f0 MIPS: bootm.c: separate environment initialization by Gabor Juhos · 12 years ago
  28. e0d783b MIPS: bootm.c: separate linux jump code by Gabor Juhos · 12 years ago
  29. a89c233 MIPS: bootm.c: use debug macro to print debug message by Gabor Juhos · 12 years ago
  30. 7fe0ac8 mips: serial: Fix busted manual relocation by Joe Hershberger · 12 years ago
  31. 689eecd MIPS: constify mips_io_port_base by Daniel Schwierzeck · 12 years ago
  32. 790e7f2 MIPS: constify address pointer in test_bit() by Daniel Schwierzeck · 12 years ago
  33. 26dd82b MIPS: fix a latent bug on initialize $gp by Zhi-zhou Zhang · 12 years ago
  34. a1fe6aa Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  35. e48b617 MIPS: do not initialize timestamp variable before relocate_code by Zhi-zhou Zhang · 12 years ago
  36. a1cf10f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
  37. 69c5e34 common: Convert the U-Boot commands to LG-arrays by Marek Vasut · 12 years ago
  38. c81b690 mips: Change global data baudrate to int by Simon Glass · 12 years ago
  39. 39a7693 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 12 years ago
  40. 3597c52 split AU1X00 specific code from cmd_ide.c by Pavel Herrmann · 12 years ago
  41. d9c6449 serial: Use default_serial_puts() in drivers by Marek Vasut · 12 years ago
  42. e0d6df5 MIPS: add board qemu-mips64 support by Zhi-zhou Zhang · 12 years ago
  43. dc3c251 MIPS: add support for 64 bit addressing by Zhi-zhou Zhang · 12 years ago
  44. 724f618 MIPS: don't use camel-case style by Zhi-zhou Zhang · 12 years ago
  45. a323128 usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
  46. f35317c serial: Remove CONFIG_SERIAL_MULTI from serial drivers by Marek Vasut · 12 years ago
  47. 76cb60d serial: mips: Implement CONFIG_SERIAL_MULTI into JZ serial driver by Marek Vasut · 12 years ago
  48. 2a9d935 serial: mips: Implement CONFIG_SERIAL_MULTI into asc serial driver by Marek Vasut · 12 years ago
  49. 01f9ea8 serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver by Marek Vasut · 12 years ago
  50. 01fe7db malloc: remove extern declarations of malloc_bin_reloc() in board.c files by Daniel Schwierzeck · 12 years ago
  51. 09c5206 MIPS: move CONFIG_STANDALONE_LOAD_ADDR to CPU config makefiles by Daniel Schwierzeck · 12 years ago
  52. c390ba5 MIPS: factor out endianess flag handling to arch config.mk by Daniel Schwierzeck · 12 years ago
  53. 1954ce7 dm: mips: Import libgcc components from Linux by Marek Vasut · 12 years ago
  54. d11a3c7 dm: mips: Fix lb60 timer code by Marek Vasut · 12 years ago
  55. 309c07c dm: mips: Fix lb60 WDT control by Marek Vasut · 12 years ago
  56. 211c210 global_data: unify global flag defines by Mike Frysinger · 13 years ago
  57. 2fbdb74 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · 12 years ago
  58. 731c402 MIPS: bootm_qemu_mips.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  59. 83010eb MIPS: bootm.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  60. e4e0488 net: Fix remaining API interface breakage by Joe Hershberger · 13 years ago
  61. 36fe7db net: move bootfile init into eth_initialize by Mike Frysinger · 13 years ago
  62. 04b63f2 net: punt bd->bi_ip_addr by Mike Frysinger · 13 years ago
  63. d8a49ca MIPS: fix endianess handling by Daniel Schwierzeck · 13 years ago
  64. 9adc190 MIPS: fix inconsistency in config option for cache operation mode by Daniel Schwierzeck · 13 years ago
  65. 0d15d2a MIPS: board.c: fix init of flash data in bd_info by Daniel Schwierzeck · 13 years ago
  66. 60ce19a usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  67. 0169e6b bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  68. 2939564 bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  69. 32b8c18 arch/mips/lib/board.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  70. 11f9884 arch/mips/lib/board.c: make (mostly) checkpatch clean by Wolfgang Denk · 13 years ago
  71. 8ccbef9 mips: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  72. 66d6dbf mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  73. 589c2ff consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  74. 2f46d42 MIPS: Ingenic XBurst Jz4740 processor support by Xiangfu Liu · 13 years ago
  75. a23230c net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  76. 5da0bed image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  77. 3c28f48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  78. acf5117 MIPS: mips32: fix wrong loop bound in flush_cache() by Yao Cheng · 13 years ago
  79. 7dc16be MIPS: make cache operation mode configurable by Daniel Schwierzeck · 13 years ago
  80. 6ff8ae0 MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG by Daniel Schwierzeck · 13 years ago
  81. 61d0195 unify version_string by Andreas Bießmann · 13 years ago
  82. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  83. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  84. 60a471f MIPS: Move timer code to arch/mips/cpu/$(CPU)/ by Shinya Kuribayashi · 14 years ago
  85. 089f2a1 MIPS: Introduce --gc-sections for MIPS by Daniel Schwierzeck · 14 years ago
  86. 6911d0a MIPS: Coding style cleanups on common assembly files by Shinya Kuribayashi · 14 years ago
  87. 1949d53 MIPS: Remove mips_cache_lock() feature by Shinya Kuribayashi · 14 years ago
  88. 33a5734 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  89. 1f00ad6 MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory by Daniel Schwierzeck · 14 years ago
  90. b52f991 MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory by Daniel Schwierzeck · 14 years ago
  91. 53f4449 MIPS: Optimize the setup of CPU optimization flags by Daniel Schwierzeck · 14 years ago
  92. ce82730 MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32 by Daniel Schwierzeck · 14 years ago
  93. 95a3e6f MIPS: Purple: Remove Purple support by Daniel Schwierzeck · 14 years ago
  94. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  95. d0813e5 Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  96. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  97. a3b90ca board_init_r: Removed unused cmdtp variable by Richard Retanubun · 14 years ago
  98. eeedb86 common: move TOTAL_MALLOC_LEN to include/common.h by Heiko Schocher · 14 years ago
  99. 092cf16 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  100. 9fce7e4 arm: get rid of bi_env by Heiko Schocher · 14 years ago