1. 5451a20 MIPS: Implement ethernet halt for au1x00 by Thomas Lange · 16 years ago
  2. f1b3f2b Fix e-mail address of Gary Jennejohn. by Detlev Zundel · 16 years ago
  3. 21d2cd2 Replace __attribute references with __attribute__ by Peter Tyser · 16 years ago
  4. ac66bc0 MIPS: cpu/mips/Makefile: Add a missing START line by Shinya Kuribayashi · 16 years ago
  5. cc93fc0 usb.h: use standard __LITTLE_ENDIAN from Linux headers by Mike Frysinger · 16 years ago
  6. 9bf63bf MIPS: Add flush_dcache_range() and invalidate_dcache_range() by Stefan Roese · 16 years ago
  7. aed3f50 MIPS: Flush data cache upon relocation by Stefan Roese · 16 years ago
  8. d6e14c0 MIPS: Add CONFIG_SKIP_LOWLEVEL_INIT by Stefan Roese · 16 years ago
  9. 93971f6 net: Move initialization of Au1x00 SoC ethernet MAC to cpu_eth_init by Shinya Kuribayashi · 16 years ago
  10. af0501a Cleanup: fix "MHz" spelling by Wolfgang Denk · 16 years ago
  11. 35610c6b Merge git://git.denx.de/u-boot into x1 by Markus Klotzbuecher · 16 years ago
  12. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  13. d8c55ab The PIPE_INTERRUPT flag is used wrong by Remy Bohmer · 16 years ago
  14. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  15. 53a7d10 [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines by Shinya Kuribayashi · 16 years ago
  16. ed49a6a [MIPS] Rename Alchemy processor configs into CONFIG_SOC_* by Shinya Kuribayashi · 16 years ago
  17. 6c6b261 [MIPS] Update <asm/addrspace.h> header by Shinya Kuribayashi · 16 years ago
  18. a0fbd83 [MIPS] Kill unused <version.h> inclusions by Shinya Kuribayashi · 16 years ago
  19. 0fdd27e [MIPS] <asm/mipsregs.h>: Update coprocessor register access macros by Shinya Kuribayashi · 17 years ago
  20. 49dc3b2 Fix some whitespace issues by Wolfgang Denk · 17 years ago
  21. a1be476 Big white-space cleanup. by Wolfgang Denk · 17 years ago
  22. b128882 [MIPS] cpu/mips/cache.S: Fix build warning by Shinya Kuribayashi · 17 years ago
  23. 82809fa Allow building mips versions with ELDK 3.1.1 by Vlad Lungu · 17 years ago
  24. 9a2ecfd [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker by Shinya Kuribayashi · 17 years ago
  25. 4d0e2c9 [MIPS] cpu/mips/cache.S: Add dcache_enable by Shinya Kuribayashi · 17 years ago
  26. 9dabea1 Use jr as register jump instruction by Shinya Kuribayashi · 17 years ago
  27. 303529b cpu/mips/cpu.c: Fix flush_cache bug by Shinya Kuribayashi · 17 years ago
  28. 396aa80 [MIPS] Extend MIPS_MAX_CACHE_SIZE upto 64kB by Shinya Kuribayashi · 17 years ago
  29. 3bdce4f [MIPS] Fix dcache_status() by Shinya Kuribayashi · 17 years ago
  30. 56be1dd [MIPS] Introduce _machine_restart by Shinya Kuribayashi · 17 years ago
  31. 2300af1 [MIPS] Cleanup CP0 Status initialization by Shinya Kuribayashi · 17 years ago
  32. 79727f8 [MIPS] Initialize CP0 Cause before setting up CP0 Status register by Shinya Kuribayashi · 17 years ago
  33. b5876f6 [MIPS] INCA-IP: Move watchdog init code from start.S to lowlevel_init() by Shinya Kuribayashi · 17 years ago
  34. d784e4e [MIPS] Implement flush_cache() by Shinya Kuribayashi · 17 years ago
  35. 5bb51af [MIPS] Fix I-/D-cache initialization loops by Shinya Kuribayashi · 17 years ago
  36. 52c27e6 [MIPS] Replace memory clearance code with f_fill64 by Shinya Kuribayashi · 17 years ago
  37. 0622212 [MIPS] cpu/mips/cache.S: Introduce NESTED/LEAF/END macros by Shinya Kuribayashi · 17 years ago
  38. b827589 [MIPS] Request for the 'mips_cache_lock()' removal by Shinya Kuribayashi · 17 years ago
  39. 8b46092 cpu/mips/cofigl.mk: Make a needlessly deffered expansion immediate. by Shinya Kuribayashi · 17 years ago
  40. 6e6b9fc [MIPS] cpu/mips/config.mk: Fix GNU assembler minor version picker by Shinya Kuribayashi · 17 years ago
  41. ec655bd [MIPS] Remove useless instructions for initializing $gp. by Shinya Kuribayashi · 17 years ago
  42. c7faac5 [MIPS] MIPS 4K core: Coding style cleanups by Shinya Kuribayashi · 17 years ago
  43. ac26315 [MIPS] au1x00_eth.c: Fixed a warning on pb1000 build. by Shinya Kuribayashi · 17 years ago
  44. 8df3da2 [MIPS] au1x00_eth.c: Fix au1x00_miiphy_{read,write} build error by Shinya Kuribayashi · 17 years ago
  45. 4b6d280 [MIPS] Add PIC-related switches to PLATFORM_{CPP,LD}FLAGS and cleanup by Shinya Kuribayashi · 17 years ago
  46. 7cb5676 [MIPS] Fix $gp usage by Shinya Kuribayashi · 17 years ago
  47. 526e5ce cpu/m*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  48. f7a5f8a cpu/ non-mpc*: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  49. 6a65e42 Move "ar" flags to config.mk to allow for silent "make -s" by Wolfgang Denk · 18 years ago
  50. d62379d Add support for a saving build objects in a separate directory. by Marian Balakowicz · 18 years ago
  51. a38b827 Fix MIPS LE build problem Patch by Thomas Lange, 10 Aug 2005 by Wolfgang Denk · 18 years ago
  52. 16aedb9 au1x00_eth.c: check malloc return value and abort if it failed by Wolfgang Denk · 19 years ago
  53. f6a692b Code cleanup, especially MIPS for GCC 4.x by Wolfgang Denk · 19 years ago
  54. 117b0b1 Fix U-Boot compilation for MIPS boards using ELDK 4.0 by Wolfgang Denk · 19 years ago
  55. aab8c49 Add support for multiple PHYs. by Marian Balakowicz · 19 years ago
  56. 017bc0d Fix au1x00_serial baud rate calculation: by Wolfgang Denk · 19 years ago
  57. 0cbaf64 Add support for AMD's Pb1x00 eval board; by Wolfgang Denk · 19 years ago
  58. aa9d152 Fix ethernet timeouts on dbau1550 and other au1x00 systems by Wolfgang Denk · 19 years ago
  59. 09a4ebb Fix dbau1xxx (= MIPS big and little endian) build options. by Wolfgang Denk · 19 years ago
  60. 336b2bc Prepare for SoC rework of ARM code: by wdenk · 20 years ago
  61. 96c7a8c * Patch by Leif Lindholm, 23 Sep 2004: add support for the AMD db1550 board by wdenk · 20 years ago
  62. 222f063 * Fix configuration for ERIC board (needs more room) by wdenk · 20 years ago
  63. 5401de4 * Patch by liang a lei, 9 Jan 2004: Fix Intel 28F128J3 ID in include/flash.h by wdenk · 21 years ago
  64. 433feff * Implement adaptive SDRAM timing configuration based on actual CPU by wdenk · 21 years ago
  65. 398eeff * Fix PS/2 keyboard problem caused by statically initialized variable by wdenk · 21 years ago
  66. 0260cd6 * Patch by André Schwarz, 8 Dec 2003: by wdenk · 21 years ago
  67. aeae3a1 Cleanup by wdenk · 21 years ago
  68. 67f1336 * Make CPU clock on ICA-IP board controllable by a "cpuclk" by wdenk · 21 years ago
  69. 4ea537d * Patches by David Müller, 14 Nov 2003: by wdenk · 21 years ago
  70. 9b7f384 * Patch by Steven Scholz, 10 Oct 2003 - Add support for Altera FPGA ACEX1K by wdenk · 21 years ago
  71. 874ac26 * Implement new mechanism to export U-Boot's functions to standalone by wdenk · 21 years ago
  72. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  73. b9a83a9 * Get (mostly) rid of CFG_MONITOR_LEN definition; compute real length by wdenk · 22 years ago
  74. a6db71d Prepare for 0.3.0 release by wdenk · 22 years ago
  75. b02744a * Patch by Arun Dharankar, 4 Apr 2003: by wdenk · 22 years ago
  76. bb1b826 * Add support for MIPS32 4Kc CPUs by wdenk · 22 years ago