1. 05c7fe0 API: Fix compilation warnings in api_examples/demo.c. by Rafal Jaworowski · 16 years ago
  2. c14eefc Fix more printf() format warnings by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  3. 936897d Fix remaining CFG_CMD_ define, ifdef and comments by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  4. 5d1d00f Add include for config.h in command.h. by Stefano Babic · 16 years ago
  5. 2dacb73 NAND: $(obj)-qualify ecc.h in kilauea NAND boot Makefile. by Scott Wood · 16 years ago
  6. 36d59bd Fix warnings if compiling with IDE support. by Heiko Schocher · 16 years ago
  7. 7610db1 Removed support for the adsvix board. by Adrian Filipi · 16 years ago
  8. f96b44c ARM: set GD_FLG_RELOC for boards skipping relocation to RAM by Remy Bohmer · 16 years ago
  9. e4dafff fsl-i2c: fix writes to data segment before relocation by Timur Tabi · 16 years ago
  10. 1953d12 microblaze: Fix printf() format issues by Michal Simek · 16 years ago
  11. de2a07e Remove unused code from lib_arm/bootm.c by Gururaja Hebbar K R · 16 years ago
  12. ffbb5cb tqm85xx: Demystify 'DK: !!!' comment by Detlev Zundel · 16 years ago
  13. b2f44ba 83xx/85xx/86xx: Add LTEDR local bus definitions by Detlev Zundel · 16 years ago
  14. f13f64c serial_xuartlite.c: fix compiler warnings by Ricardo Ribalda Delgado · 16 years ago
  15. 86446d3 POST: Add disable interrupts in some of the missing CPU POST tests by Stefan Roese · 16 years ago
  16. 97a3bf2 ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL by Stefan Roese · 16 years ago
  17. 0043ac5 POST PPC4xx/spr IVPR only if PPC440 by Niklaus Giger · 16 years ago
  18. 20a71d9 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  19. 1092fbd ppc4xx: Enable 64bit printf format on 440/460 platforms by Stefan Roese · 16 years ago
  20. 66fe183 ppc4xx: Fix incorrect MODTx setup for some DIMM configurations by Stefan Roese · 16 years ago
  21. 340ccb2 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA by Sebastian Siewior · 16 years ago
  22. 699f051 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · 16 years ago
  23. bcab74b Round the serial port clock divisor value returned by calc_divisor() by Hugo Villeneuve · 16 years ago
  24. 0328ef0 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · 16 years ago
  25. 7288f97 cfi_flash: make the command u32 only by Sebastian Siewior · 16 years ago
  26. 31cfe57 tools/gitignore: update to all generated files by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  27. 03849c1 Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Wolfgang Denk · 16 years ago
  28. 5085483 Merge branch 'master' of git://git.denx.de/u-boot-mpc86xx by Wolfgang Denk · 16 years ago
  29. b5b7db9 Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 16 years ago
  30. 1d28d48 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  31. 5e0de0e mpc5xxx: Add MVBC_P board support by Andre Schwarz · 16 years ago
  32. e2d31fb Update Freescale sys_eeprom.c to handle CCID formats by Timur Tabi · 16 years ago
  33. d85f46a pci: sh: Add pci_skip_dev and pci_print_dev function by Nobuhiro Iwamatsu · 16 years ago
  34. 1107014 Clean up INIT_RAM options by Andy Fleming · 16 years ago
  35. 4524561 Remove fake flash bank from 8544 DS by Andy Fleming · 16 years ago
  36. 630d9bf MPC8544DS: Add ATI Video card support by Kumar Gala · 16 years ago
  37. 7f9f434 85xx: Add some L1/L2 SPR register definitions by Kumar Gala · 16 years ago
  38. e585278 MPC8544DS: Report board id, board version and fpga version. by Kumar Gala · 16 years ago
  39. 73f15a0 85xx: Cleanup L2 cache size detection by Kumar Gala · 16 years ago
  40. c3ca7e5 sbc8560: enable CONFIG_OF_LIBFDT by default by Paul Gortmaker · 16 years ago
  41. 6b44a44 Fix indentation for default boot environment variables by Andy Fleming · 16 years ago
  42. 37fef49 sbc8560: add default fdt values by Paul Gortmaker · 16 years ago
  43. d04e76e sbc8560: add in ft_board_setup() by Paul Gortmaker · 16 years ago
  44. c158bca sbc8560: define eth0 and eth1 instead of eth1 and eth2 by Paul Gortmaker · 16 years ago
  45. 0ec436d sbc8560: properly set cs0_bnds for 512MB by Paul Gortmaker · 16 years ago
  46. 6de5bf2 sbc8560: proper definitions for TSEC. by Paul Gortmaker · 16 years ago
  47. 71074ab 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq by Paul Gortmaker · 16 years ago
  48. 24ef76f Change the temp map to ROM to align addresses to page size. by Andrew Klossner · 16 years ago
  49. 06b4186 mpc85xx: use IS_E_PROCESSOR macro by Kim Phillips · 16 years ago
  50. 6b70ffb fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  51. 85e5808 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place by Hugo Villeneuve · 16 years ago
  52. 3a9e7ba ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init() by Hugo Villeneuve · 16 years ago
  53. 348753d Fix some more printf() format problems. by Kumar Gala · 16 years ago
  54. 45b16d2 Fix coding style; make code better parsable by external tools by Wolfgang Denk · 16 years ago
  55. b880cbf cpu/i386/serial.c: Fix syntax errors by Wolfgang Denk · 16 years ago
  56. e2d45e6 elppc board: Coding style cleanup. by Wolfgang Denk · 16 years ago
  57. 82b24a8 elppc board: fix syntax error. by Wolfgang Denk · 16 years ago
  58. 0fe3405 EB+MCF-EV123 board: fix coding style (alingment) by Wolfgang Denk · 16 years ago
  59. 6841785 EB+MCF-EV123 board: fix syntx error by Wolfgang Denk · 16 years ago
  60. ab5cda9 Remove LBC_CACHE_BASE from 8544 DS by Andy Fleming · 16 years ago
  61. d0ff51b Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  62. d785422 AmigaOneG3SE: remove dead and incomplete files by Wolfgang Denk · 16 years ago
  63. b64f190 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  64. f354b73 vsprintf: add z and t options by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  65. 25dbe98 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  66. d5996dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  67. 0f9d5f6 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype by Wolfgang Denk · 16 years ago
  68. 322716a Fix bug in Lime video driver by Anatolij Gustschin · 16 years ago
  69. 0a5676b Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  70. 18c8a28 hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722 by Michal Simek · 16 years ago
  71. 6ecbb45 hwmon: Cleaning hwmon devices by Michal Simek · 16 years ago
  72. c78fce6 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  73. 84a2c64 microblaze: Remove useless ancient headers by Michal Simek · 16 years ago
  74. 53ea981 microblaze: Clean uartlite driver by Michal Simek · 16 years ago
  75. dbf3dfb Enable passing of ATAGs required by latest Linux kernel. by Marcel Ziswiler · 16 years ago
  76. ef130d3 Fix integer overflow warning in calc_divisor() by Hugo Villeneuve · 16 years ago
  77. 6b76018 Fix build time warnings in function mmc_decode_csd() by Marcel Ziswiler · 16 years ago
  78. c15947d ARM: Fix for broken compilation when defining CONFIG_CMD_ELF by Hugo Villeneuve · 16 years ago
  79. 068c1b7 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards by Stefan Roese · 16 years ago
  80. d39a089 Add last known maintainer for orphaned boards; reformat. by Wolfgang Denk · 16 years ago
  81. 5c761d5 Remove kharris@nexus-tech.net from MAINTAINERS by Haavard Skinnemoen · 16 years ago
  82. a0b4dc2 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  83. d8eb5cf Merge branch 'master' of git://git.denx.de/u-boot-mpc512x by Wolfgang Denk · 16 years ago
  84. c90d115 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  85. 0740ac2 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 16 years ago
  86. dc42c7c Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  87. af577da Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  88. 17bd170 at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260 by Anatolij Gustschin · 16 years ago
  89. a07351f Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  90. f889265 fix DIU for small screens by Kenneth Johansson · 16 years ago
  91. b60b857 ADS5121 cleanup compile warnings by John Rigby · 16 years ago
  92. bde6358 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  93. 184f1b4 Fixed some out-of-tree build issues by Wolfgang Denk · 16 years ago
  94. 47bf9c7 ColdFire: Fix FB CS not setup properly for Mcf5282 by TsiChung Liew · 16 years ago
  95. bc3ccb1 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC by TsiChung Liew · 16 years ago
  96. f94945b ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE by TsiChung Liew · 16 years ago
  97. 0e0c435 Fix compile error caused by missing timer function by TsiChung Liew · 16 years ago
  98. c37ea03 Fix compile error caused by incorrect function return type by TsiChung Liew · 16 years ago
  99. ab4860b ColdFire: Fix power up issue for MCF5235 by TsiChung Liew · 16 years ago
  100. dd08e97 ColdFire: Fix compiling error for MCF5275 by TsiChung Liew · 16 years ago