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