1. 0ad7f09 ppc4xx: cleanup default environment for AMCC boards by Wolfgang Denk · 14 years ago
  2. b417260 PXA: Declare __io for vpac270 IDE by Marek Vasut · 14 years ago
  3. c7e6133 PXA: Fix missing includes by Marek Vasut · 14 years ago
  4. 68e8a28 PXA: Fix off-the-tree build problems by Marek Vasut · 14 years ago
  5. f534c7c config.mk: avoid -traditional-cpp on OS X 10.5 by Mike Frysinger · 14 years ago
  6. 3840ebf fdt: Fix bug in size calculation in fdt_resize() with initrd use by Feng Wang · 14 years ago
  7. 75b5bbd board/purple/flash.c: removed unneded variable by Frans Meulenbroeks · 14 years ago
  8. 388a29d various cmd_* files: fixed layout a little bit by Frans Meulenbroeks · 14 years ago
  9. cc9f607 various cmd_* files: remove the command name from the help message by Frans Meulenbroeks · 14 years ago
  10. 0aef7bc tools/env/fw_printenv: Make redundant env work on locked flashes also by Detlev Zundel · 14 years ago
  11. a4e8d9f flash_protect: check for NULL flash info by Mike Frysinger · 14 years ago
  12. 9ed4a95 getenv_f(): fix handling of too short buffers by Wolfgang Denk · 14 years ago
  13. 739b808 dataflash mmc mux: use common cmd_usage function by Mike Frysinger · 14 years ago
  14. a7481b3 mflash: use common cmd_usage function by Mike Frysinger · 14 years ago
  15. 64419e4 print_buffer: optimize & shrink by Mike Frysinger · 14 years ago
  16. 8faba48 cmd editing: optimize/shrink output blanking by Mike Frysinger · 14 years ago
  17. 8011ec6 8xx, kup4k/kup4x: add FDT support by Heiko Schocher · 14 years ago
  18. e604e40 8xx, kup4k/kup4x: configuration changes, code cleanup by Heiko Schocher · 14 years ago
  19. 958e120 fdt relocate: have more attention to use a bootmap or not by Stephan Linz · 14 years ago
  20. cd15355 Add mkimage manpage by Nobuhiro Iwamatsu · 14 years ago
  21. 60fdc5f LZMA and LZO causes compile error by Matthias Weisser · 14 years ago
  22. a2740dd ext2fs: Fix optimization bug for doubly-indirect block pointers by Aaron Pace · 14 years ago
  23. c519fac Fix condition where bootm_size not set and wrong memory size reported by Matthew McClintock · 14 years ago
  24. b1f95b4 Replace CHANGELOG files by auto-generated "snapshot.commit" by Wolfgang Denk · 14 years ago
  25. 82369c0 net 52xx: fix ethernet device names with spaces by Wolfgang Denk · 14 years ago
  26. cdb7497 Rename getenv_r() into getenv_f() by Wolfgang Denk · 14 years ago
  27. 78e1e84 bootm: fix pointer warning with lzma by Mike Frysinger · 14 years ago
  28. 36448c6 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  29. a37c36f powerpc/8xxx: query feature reporting register for num cores on unknown cpus by Kim Phillips · 14 years ago
  30. 5be58f5 powerpc/85xx: configure autocompletion support by Kim Phillips · 14 years ago
  31. d171236 powerpc/p4080: Add support for the P4080DS board by Kumar Gala · 14 years ago
  32. c8cf4fc Blackfin: gpio: use common usage func by Mike Frysinger · 14 years ago
  33. 394c46c powerpc/p2020ds: Integrated with P2020DS DDR change and enabled hwconfig by york · 14 years ago
  34. 5fb8a8a powerpc/8xxx: Improvement to DDR parameters by york · 14 years ago
  35. 9490ff4 powerpc/8xxx: Enable DDR3 RDIMM support by york · 14 years ago
  36. 7fd101c powerpc/8xxx: Enabled address hashing for 85xx by york · 14 years ago
  37. 5800e7a powerpc/8xxx: Enable quad-rank DIMMs. by york · 14 years ago
  38. 076bff8 powerpc/8xxx: Fix bug in memctrl interleaving & bank interleaving on cs0~cs4 by york · 14 years ago
  39. 79e4e64 powerpc/8xxx: Enabled hwconfig for memory interleaving by Kumar Gala · 14 years ago
  40. fd3c9be powerpc/p4080: Add workaround for erratum CPU22 by Kumar Gala · 14 years ago
  41. 61054ff powerpc/p4080: Add workaround for errata SERDES8 by Kumar Gala · 14 years ago
  42. 34a8258 powerpc/p4080: Add support for initializing SERDES by Kumar Gala · 14 years ago
  43. db977ab powerpc/85xx: Add support to initialize LIODN registers and portals by Kumar Gala · 15 years ago
  44. b4b847e fdt: Add function to alloc phandle values by Kumar Gala · 14 years ago
  45. 6aba33e powerpc/p4080: Add support for CPC(Corenet platform cache) on CoreNet platforms by Kumar Gala · 16 years ago
  46. d51cc7a powerpc/p2020: Move INIT_RAM_ADDR physical address higher for 36-bit for P2020DS by york · 14 years ago
  47. a3f1852 powerpc/85xx: Move INIT_RAM_ADDR physical address to 36-bit space by york · 14 years ago
  48. ebd7cb0 powerpc/fsl_fman: Add initial fman immap structures by Kumar Gala · 14 years ago
  49. 9ab87d0 powerpc/85xx: Add additional p4080 platform related defines/structs by Kumar Gala · 14 years ago
  50. b990c7b Blackfin: jtag-console: handle newline stuffing by Mike Frysinger · 14 years ago
  51. 4fff5ac Blackfin: jtag-console: add debug markers by Mike Frysinger · 14 years ago
  52. 5079d8b Blackfin: jtag-console: robustify against missing peer by Mike Frysinger · 14 years ago
  53. f5ff203 Blackfin: jtagconsole: disable output processing by Mike Frysinger · 14 years ago
  54. beb60e7 Blackfin: bf533/bf561 boards: convert to new soft gpio i2c code by Mike Frysinger · 14 years ago
  55. 7385c28 fs/fat: Big code cleanup. by Wolfgang Denk · 14 years ago
  56. 226fa9b usb_storage.c: change progress output in debug() message by Wolfgang Denk · 14 years ago
  57. 2aa98c6 FAT32: fix broken root directory handling. by Wolfgang Denk · 14 years ago
  58. 66c2d73 FAT32: fix support for superfloppy-format (PBR) by Wolfgang Denk · 14 years ago
  59. a17c548 usb_storage.c: initialize device type by Wolfgang Denk · 14 years ago
  60. 47e26b1 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  61. debb629 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 14 years ago
  62. 4ae0c2d Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 14 years ago
  63. 07c9cd8 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 14 years ago
  64. 9662317 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 14 years ago
  65. 1ffcb86 ppc4xx: Enable "ecctest" command on t3corp by Stefan Roese · 14 years ago
  66. e372286 ppc4xx: Enable "ecctest" command on katmai by Stefan Roese · 14 years ago
  67. be24ef6 ppc4xx: Add ECC status info to machine-check exception for IBM DDR2 core by Stefan Roese · 14 years ago
  68. 58eb869 ppc4xx: Add "ecctest" command to test/simulate ECC errors by Stefan Roese · 14 years ago
  69. b995d7c ppc4xx: DDR/ECC: Use correct macros to clear error status by Stefan Roese · 14 years ago
  70. 897d6ab ppc4xx: Only define DDR2 registers for the correct PowerPC variants by Stefan Roese · 14 years ago
  71. eab9800 ppc4xx: Add CONFIG_DDR_RFDC_FIXED to allow board specific RFDC values by Stefan Roese · 14 years ago
  72. 5bf39a9 ppc4xx: T3CORP fixes and updates by Stefan Roese · 14 years ago
  73. 17a6844 ppc4xx/Canyonlands added USB board callbacks by Rupjyoti Sarmah · 14 years ago
  74. 793b572 i2c: soft_i2c: add simple GPIO implementation by Mike Frysinger · 14 years ago
  75. 8024ac7 Merge branch 'master' of /home/wd/git/u-boot/master/ by Wolfgang Denk · 14 years ago
  76. 47ec10c powerpc/85xx: Rework P1022 SERDES is_serdes_configured support by Kumar Gala · 14 years ago
  77. af02506 powerpc/85xx: Rework MPC8536 SERDES is_serdes_configured support by Kumar Gala · 14 years ago
  78. c26de2d powerpc/p3041: Add various p3041 related defines by Kumar Gala · 15 years ago
  79. 19dbcc9 powerpc/p5020: Add various p5020 related defines (and p5010) by Kumar Gala · 15 years ago
  80. 7eda1f8 powerpc/mpc85xx: Report FMAN # to match user manual by Emil Medve · 14 years ago
  81. 85f8cda powerpc/p4080: Add setting of clock-frequency for clockgen node by Kumar Gala · 14 years ago
  82. 1b942f7 powerpc/85xx: Use fdt_node_offset_by_compat_reg for clock-frequency updates by Kumar Gala · 14 years ago
  83. 6525d51 powerpc/85xx & 86xx: Rework ft_fsl_pci_setup to not require aliases by Kumar Gala · 14 years ago
  84. 75e73af fdt: Add fdt_node_offset_by_compat_reg helper by Kumar Gala · 14 years ago
  85. a0342c0 fdt: Add fdt_translate_address to convert reg node to cpu phys addr by Kumar Gala · 14 years ago
  86. 46f3e38 powerpc/86xx: Rename PCI1/2 to PCIE1/2 on MPC8641HPCN & SBC8641 by Kumar Gala · 14 years ago
  87. dd2cda3 powerpc/86xx: Move PCI/PCIe address defines into common immap_86xx.h by Kumar Gala · 14 years ago
  88. 99d9c07 powerpc/85xx: Move PCI/PCIe address defines into common immap_85xx.h by Kumar Gala · 14 years ago
  89. 293e393 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 14 years ago
  90. 1f82ff4 Merge branch 'master' of git://git.denx.de/u-boot-video by Wolfgang Denk · 14 years ago
  91. 0fe247b Drop support for GTH board by Wolfgang Denk · 14 years ago
  92. 7c050f8 video: cleanup comments in cfb_console.c and video_fb.h by Anatolij Gustschin · 14 years ago
  93. b6c208a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  94. 9f43d79 powerpc/85xx: Move p1022ds slot code into board file by Kumar Gala · 14 years ago
  95. c7e1a43 ppc/85xx: Convert MPC8536DS to using board common ICS307 code by Kumar Gala · 14 years ago
  96. 509c4c4 ppc/85xx: Convert MPC8572DS to using board common ICS307 code by Kumar Gala · 14 years ago
  97. 79ee344 powerpc/85xx: Add command to report errata workarounds by Kumar Gala · 14 years ago
  98. c59e1b4 powerpc: add support for the Freescale P1022DS reference board by Timur Tabi · 14 years ago
  99. ddac6f0 85xx/p1_p2_rdb: PCIe E1000 card support added. by Poonam Aggrwal · 14 years ago
  100. 752bc33 fsl: add LAW target to fsl_pci_info structure by Timur Tabi · 14 years ago