1. 141e964 spi flash: Fix printf() format warnings by Haavard Skinnemoen · 16 years ago
  2. c486370 atmel_mci: Fix printf() format warnings by Haavard Skinnemoen · 16 years ago
  3. 718cb3f avr32: Fix printf() format warnings by Haavard Skinnemoen · 16 years ago
  4. adf146e microblaze: Fix printf() format issues by Michal Simek · 16 years ago
  5. 4921ad9 Remove unused code from lib_arm/bootm.c by Gururaja Hebbar K R · 16 years ago
  6. de46e24 tqm85xx: Demystify 'DK: !!!' comment by Detlev Zundel · 16 years ago
  7. 5fb9836 83xx/85xx/86xx: Add LTEDR local bus definitions by Detlev Zundel · 16 years ago
  8. ab8e810 serial_xuartlite.c: fix compiler warnings by Ricardo Ribalda Delgado · 16 years ago
  9. d432156 POST: Add disable interrupts in some of the missing CPU POST tests by Stefan Roese · 16 years ago
  10. ed333ec ide: Use CFG_64BIT_LBA instead of CFG_64BIT_STRTOUL by Stefan Roese · 16 years ago
  11. ecb5d17 POST PPC4xx/spr IVPR only if PPC440 by Niklaus Giger · 16 years ago
  12. fcb5ae5 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  13. 1e227a0 ppc4xx: Enable 64bit printf format on 440/460 platforms by Stefan Roese · 16 years ago
  14. 84156de ppc4xx: Fix incorrect MODTx setup for some DIMM configurations by Stefan Roese · 16 years ago
  15. d528cd6 cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATA by Sebastian Siewior · 16 years ago
  16. 28d8d70 Prepare v1.3.4-rc1: Code cleanup, update CHANGELOG, sort Makefile by Wolfgang Denk · 16 years ago
  17. af37d8e Round the serial port clock divisor value returned by calc_divisor() by Hugo Villeneuve · 16 years ago
  18. 0f734c6 Fix DHCP protocol so U-Boot does not respond too early by Robin Getz · 16 years ago
  19. 7746ed8 cfi_flash: make the command u32 only by Sebastian Siewior · 16 years ago
  20. 13f548d tools/gitignore: update to all generated files by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  21. d481a9d Merge branch 'master' of git://git.denx.de/u-boot-mpc5xxx by Wolfgang Denk · 16 years ago
  22. a212a99 Merge branch 'master' of git://git.denx.de/u-boot-mpc86xx by Wolfgang Denk · 16 years ago
  23. 6503b5c Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 16 years ago
  24. 5e0933b Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 16 years ago
  25. 2a29329 mpc5xxx: Add MVBC_P board support by Andre Schwarz · 16 years ago
  26. bdea837 Update Freescale sys_eeprom.c to handle CCID formats by Timur Tabi · 16 years ago
  27. 7ba227a pci: sh: Add pci_skip_dev and pci_print_dev function by Nobuhiro Iwamatsu · 16 years ago
  28. b4b02c0 Clean up INIT_RAM options by Andy Fleming · 16 years ago
  29. d4cba1e Remove fake flash bank from 8544 DS by Andy Fleming · 16 years ago
  30. 559e531 MPC8544DS: Add ATI Video card support by Kumar Gala · 16 years ago
  31. 9def8a0 85xx: Add some L1/L2 SPR register definitions by Kumar Gala · 16 years ago
  32. fda2f3a MPC8544DS: Report board id, board version and fpga version. by Kumar Gala · 16 years ago
  33. 2011997 85xx: Cleanup L2 cache size detection by Kumar Gala · 16 years ago
  34. ed4c502 sbc8560: enable CONFIG_OF_LIBFDT by default by Paul Gortmaker · 16 years ago
  35. 29e484e Fix indentation for default boot environment variables by Andy Fleming · 16 years ago
  36. 67f7eff sbc8560: add default fdt values by Paul Gortmaker · 16 years ago
  37. 3a03d1e sbc8560: add in ft_board_setup() by Paul Gortmaker · 16 years ago
  38. 14ebb15 sbc8560: define eth0 and eth1 instead of eth1 and eth2 by Paul Gortmaker · 16 years ago
  39. 824aee2 sbc8560: properly set cs0_bnds for 512MB by Paul Gortmaker · 16 years ago
  40. 43fd932 sbc8560: proper definitions for TSEC. by Paul Gortmaker · 16 years ago
  41. 276a646 8xxx-fdt: set ns16550 clock from CFG_NS16550_CLK, not bi_busfreq by Paul Gortmaker · 16 years ago
  42. 0470c52 Change the temp map to ROM to align addresses to page size. by Andrew Klossner · 16 years ago
  43. b4a016e mpc85xx: use IS_E_PROCESSOR macro by Kim Phillips · 16 years ago
  44. 868e346 fdt: add crypto node handling for MPC8{3, 5}xxE processors by Kim Phillips · 16 years ago
  45. 15e55e0 ARM DaVinci: Remove extern phy_t declaration by moving code to proper place by Hugo Villeneuve · 16 years ago
  46. 54c7307 ARM DaVinci: Remove duplicate definitions of MACH_TYPE and prototype of i2c_init() by Hugo Villeneuve · 16 years ago
  47. 275f4c1 Fix some more printf() format problems. by Kumar Gala · 16 years ago
  48. 5eb419c Fix coding style; make code better parsable by external tools by Wolfgang Denk · 16 years ago
  49. a159ad0 cpu/i386/serial.c: Fix syntax errors by Wolfgang Denk · 16 years ago
  50. d97cf33 elppc board: Coding style cleanup. by Wolfgang Denk · 16 years ago
  51. 76ec707 elppc board: fix syntax error. by Wolfgang Denk · 16 years ago
  52. c4f55ee EB+MCF-EV123 board: fix coding style (alingment) by Wolfgang Denk · 16 years ago
  53. 20bba5c EB+MCF-EV123 board: fix syntx error by Wolfgang Denk · 16 years ago
  54. 541f803 Remove LBC_CACHE_BASE from 8544 DS by Andy Fleming · 16 years ago
  55. dc770c7 Code cleanup: fix old style assignment ambiguities like "=-" etc. by Wolfgang Denk · 16 years ago
  56. ca62ceb AmigaOneG3SE: remove dead and incomplete files by Wolfgang Denk · 16 years ago
  57. 509cd07 Fix printf() format issues with sizeof_t types by using %zu by Wolfgang Denk · 16 years ago
  58. 0f72069 vsprintf: add z and t options by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  59. 81490f4 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  60. fe036dd Fix some more printf() format problems. by Wolfgang Denk · 16 years ago
  61. c734c66 ADS5121: Fix (delete) incorrect ads5121_diu_init() prototype by Wolfgang Denk · 16 years ago
  62. a8755aa Fix bug in Lime video driver by Anatolij Gustschin · 16 years ago
  63. c4fb57c Fix some more printf() format issues. by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  64. 24b6d8a hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722 by Michal Simek · 16 years ago
  65. 10de36d hwmon: Cleaning hwmon devices by Michal Simek · 16 years ago
  66. b247400 FIS: repare incorrect return value with ramdisk handling by Michal Simek · 16 years ago
  67. 46b6bf4 microblaze: Remove useless ancient headers by Michal Simek · 16 years ago
  68. 403d619 microblaze: Clean uartlite driver by Michal Simek · 16 years ago
  69. df7da44 Enable passing of ATAGs required by latest Linux kernel. by Marcel Ziswiler · 16 years ago
  70. 5bf03f5 Fix integer overflow warning in calc_divisor() by Hugo Villeneuve · 16 years ago
  71. 5ec31c6 Fix build time warnings in function mmc_decode_csd() by Marcel Ziswiler · 16 years ago
  72. 82a8437 ARM: Fix for broken compilation when defining CONFIG_CMD_ELF by Hugo Villeneuve · 16 years ago
  73. 197f428 ppc4xx: Remove redundant ft_board_setup() functions from some 4xx boards by Stefan Roese · 16 years ago
  74. 805e0ff Add last known maintainer for orphaned boards; reformat. by Wolfgang Denk · 16 years ago
  75. 953142a Remove kharris@nexus-tech.net from MAINTAINERS by Haavard Skinnemoen · 16 years ago
  76. 86e1bac Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  77. 5e29377 Merge branch 'master' of git://git.denx.de/u-boot-mpc512x by Wolfgang Denk · 16 years ago
  78. 4b44ac8 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  79. dd9fc17 Merge branch 'master' of git://git.denx.de/u-boot-coldfire by Wolfgang Denk · 16 years ago
  80. 6f84a91 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 16 years ago
  81. b2b0ff7 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 16 years ago
  82. f387b6a at91: Fix to enable using Teridian MII phy (78Q21x3) with at91sam9260 by Anatolij Gustschin · 16 years ago
  83. 2db22bb Merge branch 'master' of git://git.denx.de/u-boot-at91 by Wolfgang Denk · 16 years ago
  84. 9627310 fix DIU for small screens by Kenneth Johansson · 16 years ago
  85. 762886c ADS5121 cleanup compile warnings by John Rigby · 16 years ago
  86. 5ef4721 Fix some more printf() format issues. by Wolfgang Denk · 16 years ago
  87. 809be8d Fixed some out-of-tree build issues by Wolfgang Denk · 16 years ago
  88. 9352e3f ColdFire: Fix FB CS not setup properly for Mcf5282 by TsiChung Liew · 16 years ago
  89. 1be9e09 ColdFire: Fix incorrect define for mcf5227x and mcf5445x RTC by TsiChung Liew · 16 years ago
  90. ad9a86d ColdFire: Fix incorrect board name in MAKEALL for M5253EVBE by TsiChung Liew · 16 years ago
  91. 26c9f3c Fix compile error caused by missing timer function by TsiChung Liew · 16 years ago
  92. 41471d3 Fix compile error caused by incorrect function return type by TsiChung Liew · 16 years ago
  93. 94e3f0f ColdFire: Fix power up issue for MCF5235 by TsiChung Liew · 16 years ago
  94. 7d12938 ColdFire: Fix compiling error for MCF5275 by TsiChung Liew · 16 years ago
  95. e15aa1c ColdFire: Fix timer issue for MCF5272 by TsiChung Liew · 16 years ago
  96. 160e11e ColdFire: Change invalid JMP to BRA caught by new v4e toolchain by TsiChung Liew · 16 years ago
  97. dcc2eb33 ColdFire: Add -got=single param for new linux v4e toolchains by TsiChung Liew · 16 years ago
  98. 3ac6b00 ColdFire: Fix code flash configuration for M547x/M548x boards by TsiChung Liew · 16 years ago
  99. f94c6c4 ColdFire: Fix warning messages by passing correct data type in board.c by TsiChung Liew · 16 years ago
  100. d6a4da0 ColdFire: Fix UART baudrate formula by TsiChung Liew · 17 years ago