1. 195ccfc OneNAND: Fill in MTD function pointers for OneNAND. by Fathi BOUDRA · 16 years ago
  2. aa64664 nand_spl: Support page-aligned read in nand_load, use chipselect by Guennadi Liakhovetski · 16 years ago
  3. 4f32d77 NAND boot: Update large page support for current API. by Scott Wood · 16 years ago
  4. e4c0950 NAND boot: MPC8313ERDB support by Scott Wood · 16 years ago
  5. acdab5c mpc8313erdb: Enable NAND in config. by Scott Wood · 16 years ago
  6. c3db8c6 NAND: Do not write or read a whole block if it is larger than the environment by Guennadi Liakhovetski · 16 years ago
  7. eafcabd NAND: chip->state does not always get set. by Marcel Ziswiler · 16 years ago
  8. 13f0fd9 NAND: Scan bad blocks lazily. by Ilya Yanok · 16 years ago
  9. dfbf617 NAND read/write fix by Scott Wood · 16 years ago
  10. 984e03c NAND: Always skip blocks on read/write/boot. by Scott Wood · 16 years ago
  11. e1c3dba nand: fsl_upm: convert to updated MTD NAND infrastructure by Anton Vorontsov · 16 years ago
  12. 3002533 fsl_elbc_nand: Hard-code the FBAR/FPAR split. by Scott Wood · 16 years ago
  13. 9c814b0 fsl_elbc_nand: workaround for hangs during nand write by Anton Vorontsov · 17 years ago
  14. 9fd020d Freescale eLBC FCM NAND driver by Scott Wood · 17 years ago
  15. 41ef8c7 Don't panic if a controller driver does ecc its own way. by Scott Wood · 17 years ago
  16. e52b34d NAND: Make NAND driver less verbose per default by Stefan Roese · 17 years ago
  17. fe56a27 NAND: Davinci driver updates by Sergey Kubushyn · 17 years ago
  18. deac913 NAND: Fix compilation warning and small coding style issue by Stefan Roese · 17 years ago
  19. c568f77 NAND: Update nand_spl driver to match updated nand subsystem by Stefan Roese · 17 years ago
  20. 3df2ece NAND: Update 4xx NDFC driver to match updated nand subsystem by Stefan Roese · 17 years ago
  21. 1207226 NAND: Change nand_wait_ready() to not call nand_wait() by Stefan Roese · 17 years ago
  22. 9ad754f make nand dump and nand dump.oob work by William Juul · 17 years ago
  23. 43ea36f moving files from yaffs2/direct/ to yaffs2/ and deleting all symlinks by William Juul · 17 years ago
  24. 98824ce Clean out unneeded files by William Juul · 16 years ago
  25. ec29a32 Create symlinks from yaffs2/direct to yaffs2 by William Juul · 17 years ago
  26. 90ef117 Incorporate yaffs2 into U-boot by William Juul · 17 years ago
  27. 0e8cc8b YAFFS2 import by William Juul · 17 years ago
  28. 3043c04 Whitespace cleanup and marking broken code. by William Juul · 17 years ago
  29. 5e1dae5 Fixing coding style issues by William Juul · 17 years ago
  30. 4cbb651 Remove white space at end. by William Juul · 17 years ago
  31. cfa460a Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
  32. cd82919 Coding style cleanup, update CHANGELOG, prepare release by Wolfgang Denk · 16 years ago
  33. 17e900b MVBC_P: fix compile problem by Wolfgang Denk · 16 years ago
  34. 52b047a MPC8272ADS: fix build error: 'bd_t' has no member named 'pci_clk' by Wolfgang Denk · 16 years ago
  35. 224f7a5 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  36. 565ffbb Merge branch 'master' of git://www.denx.de/git/u-boot-arm by Wolfgang Denk · 16 years ago
  37. c9c101c ads5121: fix compiler warnings (unused variables) by Wolfgang Denk · 16 years ago
  38. b315ad8 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 16 years ago
  39. 902ca09 85xx: Rename CONFIG_NR_CPUS to CONFIG_NUM_CPUS by Kumar Gala · 16 years ago
  40. 3216ca9 Fix fallout from autostart revert by Kumar Gala · 16 years ago
  41. 3cf8a23 Fix compile error related to r8a66597-hcd & usb by Kumar Gala · 16 years ago
  42. 2d0daa0 POWERPC 86xx: Move BAT setup code to C by Becky Bruce · 16 years ago
  43. 9de6714 POWERPC: Add synchronization to write_bat in lib_ppc/bat_rw.c by Becky Bruce · 16 years ago
  44. 23f935c POWERPC: 86xx - add missing CONFIG_HIGH_BATS to sbc8641d config by Becky Bruce · 16 years ago
  45. 5276a35 i.MX31: Fix mx31_gpio_mux() function and MUX_-macros. by Magnus Lilja · 16 years ago
  46. b6b183c i.MX31: Fix IOMUX related typos by Magnus Lilja · 16 years ago
  47. 4d57b0f OneNAND: Remove unused parameters to onenand_verify_page by Steve Sakoman · 16 years ago
  48. 81c4dc3 Merge branch 'master' of /home/stefan/git/u-boot/u-boot by Stefan Roese · 16 years ago
  49. e84d568 video: fix bug in cfb_console code by Anatolij Gustschin · 16 years ago
  50. d9015f6 video: fix bug in logo_plot by Anatolij Gustschin · 16 years ago
  51. 406819a MAINTAINERS: sort entries by Wolfgang Denk · 16 years ago
  52. cfc442d Add mpc7448hpc2 maintainer information by Roy Zang · 16 years ago
  53. a9fe0c3 common/cmd_load.c - Minor code & Coding Style cleanup by Gururaja Hebbar K R · 16 years ago
  54. 0d28f34 Update the U-Boot wiki URL. by Magnus Lilja · 16 years ago
  55. aa5ffa1 OneNAND: Remove base address offset usage by dirk.behme@googlemail.com · 16 years ago
  56. c115280 mpc85xx: workaround old binutils bug by Kumar Gala · 16 years ago
  57. 0bf202e Revert "[new uImage] Add autostart flag to bootm_headers structure" by Wolfgang Denk · 16 years ago
  58. dedec4c Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  59. 61c5b8c Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 16 years ago
  60. 91eb5d6 Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 16 years ago
  61. cd5b7d4 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 16 years ago
  62. fe749f0 Merge branch 'master' of git://git.denx.de/u-boot-mpc512x by Wolfgang Denk · 16 years ago
  63. 29f8f58 TQM8xx{L,M}: try to normalize config files for TQM8xx? based board by Wolfgang Denk · 16 years ago
  64. 41266c9 FIT: Fix handling of images without ramdisks by Peter Tyser · 16 years ago
  65. f77d92a DataFlash: AT45DB021 fix and AT45DB081 support by Sergey Lapin · 16 years ago
  66. ba93244 sh: Update sh7763rdp config by Nobuhiro Iwamatsu · 16 years ago
  67. 21f971e TQM823L: re-enable logo support; update LCD_INFO text by Wolfgang Denk · 16 years ago
  68. 3b8d17f TQM8xxL: fix support for second flash bank by Wolfgang Denk · 16 years ago
  69. 2a112b2 CFI: allow for dynamically determined flash sizes and addresses by Wolfgang Denk · 16 years ago
  70. d9d78ee QE UEC: Fix compiler warnings by Ben Warren · 16 years ago
  71. d5d28fe QE UEC: Add MII Commands by David Saada · 17 years ago
  72. fd0f2f3 usb: add support for R8A66597 usb controller by Yoshihiro Shimoda · 16 years ago
  73. 1d10dcd Add support for OMAP5912 and OMAP16xx to usbdcore_omap1510.c by Hunter, Jon · 16 years ago
  74. eab1007 ppc4xx: Sequoia has two UARTs in "4-pin" mode. Configure the GPIOs as per schematic. by Steven A. Falco · 16 years ago
  75. 6689484 mpc5121: Move iopin features from board specific to common files. by Kenneth Johansson · 16 years ago
  76. ef11df6 mpc5121: squash some fdt fixup errors by John Rigby · 16 years ago
  77. 0f2b5d8 Merge branch 'master' of git://www.denx.de/git/u-boot by Markus Klotzbuecher · 16 years ago
  78. 81091f5 drivers/serial: Move conditional compilation to Makefile for CONFIG_* macros by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  79. 4cd7e65 nios2/sysid: fix printf warning by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  80. 66da6fa0 Fix remaining build issues with MPC8xx FADS boards. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  81. 81d3f1f nios2: fix phys_addr_t and phys_size_t support by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  82. 5fa6200 mvbc_p: Fix problem with '#if (CONFIG_CMD_KGDB)' by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  83. 9314a34 Merge branch 'master' of /home/wd/git/u-boot/master/ by Wolfgang Denk · 16 years ago
  84. 1464eff Fix bitmap display for atmel lcd controller by Mark Jackson · 16 years ago
  85. 2a433c6 qemu_mips: update README to follow qemu update about default machine by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  86. ac169d6 ColdFire: Fix compilation issue caused by a missing function by TsiChung Liew · 16 years ago
  87. 01ae85b Fix compilation error for TASREG by TsiChung Liew · 16 years ago
  88. 35d3bd3 Fix compilation error for MCF5275 by TsiChung Liew · 16 years ago
  89. 5c40548 Fix compile error caused by incorrect function return type by TsiChung Liew · 16 years ago
  90. a58c780 Fix build issues with MPC8xx FADS boards. by Wolfgang Denk · 16 years ago
  91. 4b50cd1 Prepare v1.3.4-rc2: update CHANGELOG by Wolfgang Denk · 16 years ago
  92. 2bb6a10 Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/master by Wolfgang Denk · 16 years ago
  93. a483115 Add gzipped logo support by Mark Jackson · 16 years ago
  94. a5bcb01 Fix Atmel LCD controller endianess for AVR32 processors by Mark Jackson · 16 years ago
  95. cdb8bd2 apollon: fix build out of tree by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  96. 2e752be Uncompressed images loaded to their start address shall set load_end too by Guennadi Liakhovetski · 16 years ago
  97. c37207d Fix printf() format problems with configurable prompts by Wolfgang Denk · 16 years ago
  98. 5475412 TQM85xx: fix typo introduce by commit ffbb5cb9 by Wolfgang Denk · 16 years ago
  99. 0b4951d mvbc_p board: fix most build warnings. by Wolfgang Denk · 16 years ago
  100. c4ec6db E1000: clean up CONFIG_E1000_FALLBACK_MAC handling by Wolfgang Denk · 16 years ago