1. dd35479 Add mechanisms for CPU and board-specific Ethernet initialization by Ben Warren · 16 years ago
  2. 914f58c Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Wolfgang Denk · 16 years ago
  3. 8115c6f Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  4. 51a6ca2 Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  5. b4fe1a7 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver by Wolfgang Grandegger · 16 years ago
  6. 96026d4 Fix 4xx build issue by Anatolij Gustschin · 16 years ago
  7. fb8c061 cfi-flash: Fix problem in flash_toggle(), busy was not detected reliably by Stefan Roese · 16 years ago
  8. 9e4006bc NAND: Add missing declaration to non-redundant saveenv(). by Philip Balister · 16 years ago
  9. 2cdb7f5 MPC8360ERDK: adapt NAND interface for the re-written FSL NAND UPM driver by Wolfgang Grandegger · 16 years ago
  10. 212ed90 ppc4xx: Canyonlands: Disable the RTC M41T62 square wave output by Stefan Roese · 16 years ago
  11. a94f22f Fix build issue with string.h and linux/string.h by Andy Fleming · 16 years ago
  12. 9973e3c Change initdram() return type to phys_size_t by Becky Bruce · 16 years ago
  13. 391fd93 Change lmb to use phys_size_t/phys_addr_t by Becky Bruce · 16 years ago
  14. 61b09fc Change print_size to take phys_size_t by Becky Bruce · 16 years ago
  15. b57ca3e Change bd/gd memsize/ram_size to be phys_size_t. by Becky Bruce · 16 years ago
  16. b77cddc Merge branch 'master' of git://www.denx.de/git/u-boot-sh by Wolfgang Denk · 16 years ago
  17. 1a50176 Merge branch 'master' of git://www.denx.de/git/u-boot-mips by Wolfgang Denk · 16 years ago
  18. cdeb62e Merge branch 'master' of git://www.denx.de/git/u-boot-fdt by Wolfgang Denk · 16 years ago
  19. 1859e42 Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flash by Wolfgang Denk · 16 years ago
  20. 776488e Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  21. 32d4e38 Merge branch 'master' of git://www.denx.de/git/u-boot-net by Wolfgang Denk · 16 years ago
  22. 1730edf Merge branch 'master' of git://www.denx.de/git/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  23. 5ea6739 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  24. 2395db4 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc83xx by Wolfgang Denk · 16 years ago
  25. 3c6e979 Merge branch 'master' of git://www.denx.de/git/u-boot-mpc86xx by Wolfgang Denk · 16 years ago
  26. ba04f70 FSL LAW: Add new interface to use the last free LAW by Kumar Gala · 16 years ago
  27. 859a86a 85xx/86xx: Move to dynamic mgmt of LAWs by Kumar Gala · 16 years ago
  28. f060054 FSL LAW: Keep track of LAW allocations by Kumar Gala · 16 years ago
  29. ddde74a 85xx: remove dummy board_early_init_f by Kumar Gala · 16 years ago
  30. 81e56e9 MPC8544DS: Update config.h by Kumar Gala · 16 years ago
  31. 978e816 85xx: Remove unused and unconfigured memory test code. by Kumar Gala · 16 years ago
  32. a23cddd Socrates: Added FPGA base address update in FDT. by Sergei Poselenov · 16 years ago
  33. fd51b0e Socrates: NAND support added. Changed the U-Boot base address and by Sergei Poselenov · 16 years ago
  34. 248ae5c NAND: Added support for 128-bit OOB, adapted by Sergei Poselenov · 16 years ago
  35. 31ca020 Socrates: added missed file with UPMA configuration data. by Sergei Poselenov · 16 years ago
  36. 59abd15 Socrates: Added FPGA mapping. LAWs and TLBs cleanup. by Sergei Poselenov · 16 years ago
  37. 740280e Added the upmconfig() function for 85xx. by Sergei Poselenov · 16 years ago
  38. d39e685 Socrates: config file cleanup. by Sergei Poselenov · 16 years ago
  39. e8cc3f0 TQM85xx: Change memory map to support Flash memory > 128 MiB by Wolfgang Grandegger · 16 years ago
  40. 1c2deff TQM85xx: NAND support via local bus UPMB by Wolfgang Grandegger · 16 years ago
  41. b9e8078 TQM8548: PCI express support by Wolfgang Grandegger · 16 years ago
  42. 1287e0c TQM8548: Basic support for the TQM8548 modules by Wolfgang Grandegger · 16 years ago
  43. 2599135 TQM85xx: Support for Flat Device Tree by Wolfgang Grandegger · 16 years ago
  44. d9ee843 TQM85xx: Support for Intel 82527 compatible CAN controller by Wolfgang Grandegger · 16 years ago
  45. 518d5cf TQM85xx: Bugfix in the SDRAM initialisation by Wolfgang Grandegger · 16 years ago
  46. 45dee2e TQM85xx: Fix chip select configuration for second FLASH bank by Wolfgang Grandegger · 16 years ago
  47. 46346f2 TQM85xx: Support for Spansion 'N' type flashes added by Wolfgang Grandegger · 16 years ago
  48. 5d5bd83 TQM85xx: Fix CPM port pin configuration by Wolfgang Grandegger · 16 years ago
  49. b99ba16 TQM85xx: Various coding style fixes by Wolfgang Grandegger · 16 years ago
  50. ae9e97f libfdt: Move the working_fdt pointer to cmd_fdt.c by Gerald Van Baren · 16 years ago
  51. e489b9c fdt: unshadow global working fdt variable by Kim Phillips · 16 years ago
  52. e1eb0e2 socrates: Fix PCI clk fix patch by Andy Fleming · 16 years ago
  53. a75a57e NAND FSL UPM: driver re-write using the hwcontrol callback by Wolfgang Grandegger · 16 years ago
  54. 6beecfb MPC85xx: Beautify boot output of L2 cache configuration by Wolfgang Grandegger · 16 years ago
  55. 3984151 PPC: add accessor macros to clear and set bits in one shot by Wolfgang Grandegger · 16 years ago
  56. 4677988 TQM: move TQM boards to board/tqc by Wolfgang Grandegger · 16 years ago
  57. 6fab2fe 83xx/85xx/86xx: add more MxMR local bus definitions by Wolfgang Grandegger · 16 years ago
  58. c8c5fc2 83xx/85xx: further localbus cleanups by Anton Vorontsov · 16 years ago
  59. 42dbd66 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h by Anton Vorontsov · 16 years ago
  60. 730b2fc 85xx: Add setting of cache props in the device tree. by Kumar Gala · 16 years ago
  61. 4dbdb76 85xx: expose cpu identification by Kumar Gala · 16 years ago
  62. 2329fe1 mpc83xx: MVBLM7: minor build fixups by Kim Phillips · 16 years ago
  63. a1293e5 add MPC8343 based board mvBlueLYNX-M7 (board+make files) by Andre Schwarz · 16 years ago
  64. c005b93 add MPC8343 based board mvBlueLYNX-M7 (doc+config) by Andre Schwarz · 16 years ago
  65. f9023af 83xx/85xx: further localbus cleanups by Anton Vorontsov · 16 years ago
  66. bf30bb1 83xx/85xx/86xx: factor out Freescale Localbus defines out of mpc83xx.h by Anton Vorontsov · 16 years ago
  67. d82b4fc Add missing CSCONFIG_BANK_BIT_3 define to mpc83xx.h by Tor Krill · 16 years ago
  68. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  69. 2fb698b Use strncmp() for the fdt command by Gerald Van Baren · 16 years ago
  70. 47abe8a The fdt boardsetup command criteria was not unique by Gerald Van Baren · 16 years ago
  71. 2f08bfa libfdt: Several cleanups to parameter checking by David Gibson · 16 years ago
  72. fec6d9e Remove the deprecated CONFIG_OF_FLAT_TREE by Gerald Van Baren · 16 years ago
  73. 62bcdda Change the stxxst to CONFIG_OF_LIBFDT by Gerald Van Baren · 16 years ago
  74. 589c042 Convert mpc7448hpc2 to CONFIG_OF_LIBFDT by Gerald Van Baren · 16 years ago
  75. ee1e35b 85xx: Only use PORPLLSR[DDR_Ratio] on platforms that define it by Kumar Gala · 16 years ago
  76. 3b9519f MPC85xx: Change traps.c to not reference non-addressable memory by Becky Bruce · 16 years ago
  77. 7faddae sh: Renesas Solutions SH7763RDP board support by Nobuhiro Iwamatsu · 16 years ago
  78. 6017909 sh: Add support Renesas SH7763 by Nobuhiro Iwamatsu · 16 years ago
  79. 08c5fab sh: SH7763 SCIF support by Nobuhiro Iwamatsu · 16 years ago
  80. e44f3ea Merge branch 'master' of git://git.denx.de/u-boot by Ben Warren · 16 years ago
  81. 79b51ff [MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines by Shinya Kuribayashi · 16 years ago
  82. 8bde63e [MIPS] Rename Alchemy processor configs into CONFIG_SOC_* by Shinya Kuribayashi · 16 years ago
  83. cc49cad env_nand.c: Added bad block management for environment variables by Stuart Wood · 16 years ago
  84. 279726b MPC86xx: Change traps.c to not reference non-addressable memory by Becky Bruce · 16 years ago
  85. 1a247ba Merge commit 'wd/master' by Jon Loeliger · 16 years ago
  86. 338cc03 tools/mkimage: fix compiler warnings on some systems. by Wolfgang Denk · 16 years ago
  87. b2815f7 ppc4xx: Fix misspelled CONFIG_440SPE/440EPX/GRX config options by Stefan Roese · 16 years ago
  88. 72675dc ppc4xx: Unify AMCC's board config files (part 3/3) by Stefan Roese · 16 years ago
  89. 490f204 ppc4xx: Unify AMCC's board config files (part 2/3) by Stefan Roese · 16 years ago
  90. a8a11a9 ppc4xx: Unify AMCC's board config files (part 1/3) by Stefan Roese · 16 years ago
  91. 0e38c93 DM9000 fix status check fail 0x6d error for trizeps board by Remy Bohmer · 16 years ago
  92. 7daf2eb [MIPS] Update <asm/addrspace.h> header by Shinya Kuribayashi · 16 years ago
  93. f0d5a6f [MIPS] mips_config.mk: Misc fixes by Shinya Kuribayashi · 16 years ago
  94. 5f64d21 [MIPS] Kill unused <version.h> inclusions by Shinya Kuribayashi · 16 years ago
  95. a55d481 [MIPS] lib_mips/time.c: Fix CP0 count register usage and timer routines by Shinya Kuribayashi · 16 years ago
  96. 199e4f6 [MIPS] lib_mips/time.c: Fix udelay by Shinya Kuribayashi · 16 years ago
  97. c7e38e4 [MIPS] lib_mips/time.c: Replace CP0 access functions with existing macros by Shinya Kuribayashi · 16 years ago
  98. 6b52cfe Get rid of annoying/superfluous bad-checksum warning message by Remy Bohmer · 16 years ago
  99. d6ee5fa Fix order for reading rx-status registers in 32bit mode of DM9000 by Remy Bohmer · 16 years ago
  100. 98291e2 DM9000: Some minor code cleanups by Remy Bohmer · 16 years ago