1. d31eb38 Blackfin: abort dma_memcpy() for L1 scratchpad by Mike Frysinger · 16 years ago
  2. 81b799a Blackfin: rename bootm.c to boot.c by Mike Frysinger · 16 years ago
  3. d7ca7dd Blackfin: set more sane default board config values by Mike Frysinger · 16 years ago
  4. 36cd52a Blackfin: convert CMD_LINE_ADDR to CONFIG_LINUX_CMDLINE_{ADDR,SIZE} by Mike Frysinger · 16 years ago
  5. c8054bc Blackfin: add bit defines for DDR parts by Mike Frysinger · 16 years ago
  6. 154502f Blackfin: add defines to describe active bootrom behavior by Mike Frysinger · 16 years ago
  7. 2b6fd5c mpc83xx: fix undefined reference to `flush_cache' error in simpc8313 build by Kim Phillips · 16 years ago
  8. 54a7cc4 mpc8536ds.c: include sata.h to for needed function prototypes by Wolfgang Denk · 16 years ago
  9. 2fb2604 Command usage cleanup by Peter Tyser · 16 years ago
  10. 79621bc amcc: Clean up command usage output by Peter Tyser · 16 years ago
  11. 62c3ae7 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  12. 84cde2b pcs440ep: Clean up led command definition by Peter Tyser · 16 years ago
  13. 9507e78 Clean up diufb command definitions by Peter Tyser · 16 years ago
  14. 6450a84 Update CHANGELOG, tiny coding style cleanup. by Wolfgang Denk · 16 years ago
  15. cf7e399 SATA: do not auto-initialize during boot by Mike Frysinger · 16 years ago
  16. 5097083 part_efi: Fix partition size calculation due to inclusive ending LBA. by Richard Retanubun · 16 years ago
  17. b5b004a jffs2: Fix zero sector_size when not using CONFIG_JFFS2_CMDLINE by Tomasz Figa · 16 years ago
  18. ba69dc2 saveenv: standardize enablement by Mike Frysinger · 16 years ago
  19. 2ac6985 soft_i2c.c add option for repeated start in i2c_read() by Andrew Dyer · 16 years ago
  20. 3429071 {delta,zylonite}/lowlevel_init.S: fix typo by Wolfgang Denk · 16 years ago
  21. 1bc4343 drivers/net/e1000.c: missing terminator for supported devices by Stefan Althoefer · 16 years ago
  22. 65f7d41 fat.c: fix warning: array subscript is above array bounds by Wolfgang Denk · 16 years ago
  23. 107b801 Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago
  24. 49ad480 Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 16 years ago
  25. cb9f622 Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash by Wolfgang Denk · 16 years ago
  26. 2a61eff MIPS: Add VCT board series support (Part 3/3) by Stefan Roese · 16 years ago
  27. ae691e5 MIPS: Add VCT board series support (Part 2/3) by Stefan Roese · 16 years ago
  28. 5075279 MIPS: Add VCT board series support (Part 1/3) by Stefan Roese · 16 years ago
  29. 03d3bfb MIPS: Add flush_dcache_range() and invalidate_dcache_range() by Stefan Roese · 16 years ago
  30. e8eac43 CFI: Add geometry reversal for STMicro M29W320ET by Richard Retanubun · 16 years ago
  31. 0f8e851 CFI: increase performance of function find_sector() by Jens Gehrlein · 16 years ago
  32. a729287 CFI: avoid redundant function call in single word programming mode by Jens Gehrlein · 16 years ago
  33. c8901f4 ppc4xx: Remove compilation warning in gdppc440etc.c by Stefan Roese · 16 years ago
  34. 91f3353 ppc4xx: Remove CONFIG_SYS_IGNORE_405_UART_ERRATA_59 from config files by Matthias Fuchs · 16 years ago
  35. 89b8619 ppc4xx: Add GDsys PowerPC 440 ETX board support. by Dirk Eibach · 16 years ago
  36. 3943d2f ppc4xx: Improve DDR autodetect by Dirk Eibach · 16 years ago
  37. 8f86a36 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  38. 1ea0823 Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 16 years ago
  39. 24113a4 easylogo: add optional gzip support by Mike Frysinger · 16 years ago
  40. 7e4b9b4 fat: fix unaligned errors by Bryan Wu · 16 years ago
  41. 68f8718 spi flash: fix crash due to spi flash miscommunication by Brad Bozarth · 16 years ago
  42. ce82ff0 FPU POST: fix warnings when building with 2.18 binutils by Yuri Tikhonov · 16 years ago
  43. a7c9310 Add support for Maxim's DS4510 I2C device by Peter Tyser · 16 years ago
  44. b6fc6fd common: Iteration limit for memory test. by Dirk Eibach · 16 years ago
  45. 97cae3a serial: Rename driver vcth to vct to support other board variants by Stefan Roese · 16 years ago
  46. 36ede4d nios: Move README.nios_CONFIG_SYS_NIOS_CPU to doc/ dir by Shinya Kuribayashi · 16 years ago
  47. c3284b0 common/main: support bootdelay=0 for CONFIG_AUTOBOOT_KEYED by Peter Korsgaard · 16 years ago
  48. 94f9279 Added legacy flash ST Micro M29W040B by Niklaus Giger · 16 years ago
  49. 626d073 Fixed off-by-one errors in lib_m68k/interrupts.c by Graeme Russ · 16 years ago
  50. a5989c4 Removed all references to CONFIG_SYS_RESET_GENERIC by Graeme Russ · 16 years ago
  51. 2b5360e Remove #ifdef CONFIG_SC520 in source code by Graeme Russ · 16 years ago
  52. ead056b Added MMCR reset functionality by Graeme Russ · 16 years ago
  53. 3f5f18d Moved generic (triple fault) reset code by Graeme Russ · 16 years ago
  54. 9933d60 Moved definition of set_vector() to new header file by Graeme Russ · 16 years ago
  55. 4079761 Moved sc520 specific code into new cpu/i386/sc520 folder by Graeme Russ · 16 years ago
  56. 85ffbbd Renamed cpu/i386/reset.S to resetvec.S by Graeme Russ · 16 years ago
  57. a3f4c12 Makefile: keep lists sorted. by Wolfgang Denk · 16 years ago
  58. c620c01 Added initial eNET board support by Graeme Russ · 16 years ago
  59. 833d94b Merge branch 'next' by Kim Phillips · 16 years ago
  60. 0c0ccf40 POWERPC 82xx: add the SCC as an HDLC controller by Gary Jennejohn · 16 years ago
  61. 1e8f4e7 powerpc, keymile boards: extract identical config options by Heiko Schocher · 16 years ago
  62. 210c8c0 powerpc: keymile: Add a check for the PIGGY debug board by Heiko Schocher · 16 years ago
  63. de04436 powerpc: 83xx: add support for the kmeter1 board by Heiko Schocher · 16 years ago
  64. 3feb647 Add a do_div() wrapper macro, lldiv(). by Sergei Poselenov · 16 years ago
  65. 18af1c5 85xx: Add a 36-bit physical configuration for MPC8572DS by Kumar Gala · 16 years ago
  66. c51fc5d 85xx: Handle eLBC difference w/36-bit physical by Kumar Gala · 16 years ago
  67. 72a9414a 85xx: Use BR_ADDR macro for NAND chipselects by Kumar Gala · 16 years ago
  68. 2fc7eb0 Add secondary CPUs processor frequency for e500 core by Haiying Wang · 16 years ago
  69. bf5b1f0 85xx: enable the auto self refresh for wake up ARP by Dave Liu · 16 years ago
  70. b4983e1 fsl-ddr: use the 1T timing as default configuration by Dave Liu · 16 years ago
  71. 22cca7e fsl-ddr: make the self refresh idle threshold configurable by Dave Liu · 16 years ago
  72. 22ff3d0 fsl-ddr: clean up the ddr code for DDR3 controller by Dave Liu · 16 years ago
  73. 80ee3ce fsl-ddr: update the bit mask for DDR3 controller by Dave Liu · 16 years ago
  74. aca5f01 85xx: Introduce CONFIG_SYS_PCI*_IO_VIRT for FSL boards by Kumar Gala · 16 years ago
  75. 5af0fdd 85xx: Introduce CONFIG_SYS_PCI*_MEM_VIRT for FSL boards by Kumar Gala · 16 years ago
  76. a6e04c3 85xx: Use CONFIG_SYS_{PCI*,RIO*}_MEM_PHYS for physical address on FSL boards by Kumar Gala · 16 years ago
  77. 5f91ef6 85xx: Convert CONFIG_SYS_PCI*_IO_BASE to _IO_BUS for FSL boards by Kumar Gala · 16 years ago
  78. 10795f4 85xx: Convert CONFIG_SYS_{PCI*,RIO*}_MEM_BASE to _MEM_BUS for FSL boards by Kumar Gala · 16 years ago
  79. c953ddf 85xx: separate FLASH BASE virtual from physical address by Kumar Gala · 16 years ago
  80. 52b565f 85xx: separate PIXIS virtual from physical address by Kumar Gala · 16 years ago
  81. 30837e5 Add README file for MPC8572DS board by Haiying Wang · 16 years ago
  82. 6dadc91 Blackfin: use common strmhz() in system output by Mike Frysinger · 16 years ago
  83. 5df70e9 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  84. 1ca1d3c Merge branch 'master' of git://git.denx.de/u-boot-microblaze by Wolfgang Denk · 16 years ago
  85. 5bb907a mpc83xx: New board support for SIMPC8313 by Ron Madrid · 16 years ago
  86. d4bade8 nand: fixup printf modifiers to match types used by Mike Frysinger · 16 years ago
  87. 389e662 nand read.jffs2 (nand_legacy) in common/cmd_nand.c by Schlaegl Manfred jun · 16 years ago
  88. 6c86963 NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPS by Wolfgang Grandegger · 16 years ago
  89. c70564e NAND: Fix cache and memory inconsistency issue by Dave Liu · 16 years ago
  90. 50657c2 NAND: Enable nand lock, unlock feature by Nishanth Menon · 16 years ago
  91. 69fb8be NAND: move board_nand_init to nand.h by Mike Frysinger · 16 years ago
  92. 1ae3986 OneNAND: Additional sync with 2.6.27 by Stefan Roese · 16 years ago
  93. 1714f51 Add markbad function by Kyungmin Park · 16 years ago
  94. c438ea1 OneNAND: Bad block aware read/write command support by Stefan Roese · 16 years ago
  95. 8cf11f3 OneNAND: Save version_id in onenand_chip struct by Stefan Roese · 16 years ago
  96. 4fca331 OneNAND: Fix compiler warnings by Stefan Roese · 16 years ago
  97. 1ac5744 mpc83xx: enable eLBC NAND support for MPC8315ERDB board by Dave Liu · 16 years ago
  98. ef0921d Sync with 2.6.27 by Kyungmin Park · 16 years ago
  99. e7f325b microblaze: Use cache functions (especially cache status) by Michal Simek · 16 years ago
  100. e9b737d microblaze: Add cache flush by Michal Simek · 16 years ago