1. e034ea3 MIPS: board.c: move extern declarations to u-boot-mips.h by Daniel Schwierzeck · 12 years ago
  2. ed53010 MIPS: bootm_qemu_mips.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  3. e51a6b7 MIPS: bootm.c: make checkpatch.pl clean by Daniel Schwierzeck · 12 years ago
  4. 10cbe3b net: Fix remaining API interface breakage by Joe Hershberger · 12 years ago
  5. de30122 net: move bootfile init into eth_initialize by Mike Frysinger · 12 years ago
  6. 50a47d0 net: punt bd->bi_ip_addr by Mike Frysinger · 12 years ago
  7. 6cb461b MIPS: fix endianess handling by Daniel Schwierzeck · 12 years ago
  8. 979cfea MIPS: fix inconsistency in config option for cache operation mode by Daniel Schwierzeck · 12 years ago
  9. 71919cf MIPS: board.c: fix init of flash data in bd_info by Daniel Schwierzeck · 12 years ago
  10. 5b84dd6 usb: replace wait_ms() with mdelay() by Mike Frysinger · 13 years ago
  11. 770605e bootstage: Replace show_boot_progress/error() with bootstage_...() by Simon Glass · 13 years ago
  12. 578ac1e bootstage: Make use of BOOTSTAGE_ID_RUN_OS in show_boot_progress() by Simon Glass · 13 years ago
  13. d304286 arch/mips/lib/board.c: Fix GCC 4.6 build warning by Wolfgang Denk · 13 years ago
  14. cc257e4 arch/mips/lib/board.c: make (mostly) checkpatch clean by Wolfgang Denk · 13 years ago
  15. 98e4611 mips: Use getenv_ulong() in place of getenv(), strtoul by Simon Glass · 13 years ago
  16. 72d4dd4 mips: cache: define ARCH_DMA_MINALIGN for DMA buffer alignment by Anton Staaf · 13 years ago
  17. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  18. 80421fc MIPS: Ingenic XBurst Jz4740 processor support by Xiangfu Liu · 13 years ago
  19. e2a5345 net: drop !NET_MULTI code by Mike Frysinger · 13 years ago
  20. 476af29 image: push default arch values to arch headers by Mike Frysinger · 13 years ago
  21. 9558b48 console: Implement pre-console buffer by Graeme Russ · 13 years ago
  22. dc34458 MIPS: mips32: fix wrong loop bound in flush_cache() by Yao Cheng · 13 years ago
  23. ab2a98b MIPS: make cache operation mode configurable by Daniel Schwierzeck · 13 years ago
  24. 7185adb MIPS: rename INFINEON_EBU_BOOTCFG to CONFIG_SYS_XWAY_EBU_BOOTFG by Daniel Schwierzeck · 13 years ago
  25. 09c2e90 unify version_string by Andreas Bießmann · 13 years ago
  26. 4769be2 Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  27. 5c8404a Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  28. 68cebb8 MIPS: Move timer code to arch/mips/cpu/$(CPU)/ by Shinya Kuribayashi · 13 years ago
  29. 660da09 MIPS: Introduce --gc-sections for MIPS by Daniel Schwierzeck · 13 years ago
  30. 7aa1f19 MIPS: Coding style cleanups on common assembly files by Shinya Kuribayashi · 13 years ago
  31. 522171a MIPS: Remove mips_cache_lock() feature by Shinya Kuribayashi · 13 years ago
  32. 8ae86b7 Make STANDALONE_LOAD_ADDR configurable per board by Wolfgang Denk · 14 years ago
  33. ea2f0cb MIPS: Au1x00: Move all Au1x00 specific code to separate subdirectory by Daniel Schwierzeck · 14 years ago
  34. 6235df9 MIPS: IncaIP: Move all IncaIP specific code to separate subdirectory by Daniel Schwierzeck · 14 years ago
  35. 04efda7 MIPS: Optimize the setup of CPU optimization flags by Daniel Schwierzeck · 14 years ago
  36. 9180960 MIPS: Move content of arch/mips/cpu to arch/mips/cpu/mips32 by Daniel Schwierzeck · 14 years ago
  37. b38a569 MIPS: Purple: Remove Purple support by Daniel Schwierzeck · 14 years ago
  38. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  39. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  40. 25ddd1f Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  41. 683e9f1 board_init_r: Removed unused cmdtp variable by Richard Retanubun · 14 years ago
  42. 3fbeeea common: move TOTAL_MALLOC_LEN to include/common.h by Heiko Schocher · 14 years ago
  43. 620f1f6 relocation: fixup cmdtable by Heiko Schocher · 14 years ago
  44. 55e9742 arm: get rid of bi_env by Heiko Schocher · 14 years ago
  45. ea882ba New implementation for internal handling of environment variables. by Wolfgang Denk · 14 years ago
  46. 91a7675 Make getenv() work before relocation. by Wolfgang Denk · 14 years ago
  47. 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
  48. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  49. 54841ab Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  50. 1e3827d mips: Move cpu/mips/* to arch/mips/cpu/* by Peter Tyser · 14 years ago
  51. 819833a Move architecture-specific includes to arch/$ARCH/include/asm by Peter Tyser · 14 years ago
  52. ea0364f Move lib_$ARCH directories to arch/$ARCH/lib by Peter Tyser · 14 years ago