1. 69355d7 cpu/ppc4xx/fdt.c: avoid strcpy() to constant string by Wolfgang Denk · 15 years ago
  2. b99814d envcrc: check return value of fwrite() by Mike Frysinger · 15 years ago
  3. d954bd6 mcc200: fix build error by Wolfgang Denk · 15 years ago
  4. ab1a6e9 lcd: remove '#if 0' 32-bit scroll, now memcpy does it by Alessandro Rubini · 15 years ago
  5. fe1a2fb lib_generic memset: fill one word at a time if possible by Alessandro Rubini · 15 years ago
  6. f881b54 lib_generic memcpy: copy one word at a time if possible by Alessandro Rubini · 15 years ago
  7. 5d4d06c setenv: do console redirection even if previously unset by Alessandro Rubini · 15 years ago
  8. 3054eb4 mpc512x: fix System Clock Control constants for USB1 & USB2 by Martha Stan · 15 years ago
  9. cb47b4f mem_mtest: fix error reporting, allow escape with ^C by Paul Gortmaker · 15 years ago
  10. a12e941 new default shortcut to config & build a board by Mike Frysinger · 15 years ago
  11. 71ecabf env: only build env_embedded and envcrc when needed by Mike Frysinger · 15 years ago
  12. 9a2671f part_dos: check status flags of partitions by Daniel Mack · 15 years ago
  13. ccc5acf galaxy5200: change cs1 configuration by Eric Millbrandt · 15 years ago
  14. 23f55e8 Cleanup: use constant by Niklaus Giger · 15 years ago
  15. 9522f57 mpc85xx: Fix booting on various boards by Anton Vorontsov · 15 years ago
  16. 1502ead mpc86xx: delete unused MPC86xx_DDR_SDRAM_CLK_CNTL define by Paul Gortmaker · 15 years ago
  17. 529e5fd ppc/P1_P2_RDB: On-chip BootROM support by Dipen Dudhat · 15 years ago
  18. e98a3fc ppc/P1_P2_RDB: NAND Boot Support by Dipen Dudhat · 15 years ago
  19. 63fa48d mpc8xxx: improve LAW error messages when setting up DDR by Paul Gortmaker · 15 years ago
  20. 0253f60 sbc8641d: fix LAW so board doesn't hang on DDR init by Paul Gortmaker · 15 years ago
  21. 4783b6a Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  22. 90b546b Blackfin: drop MAC display at boot by Mike Frysinger · 15 years ago
  23. f3352e3 Blackfin: reset watchdog in udelay() by Mike Frysinger · 15 years ago
  24. 1d938e6 Blackfin: Remove relocation fixups by Mike Frysinger · 15 years ago
  25. 54b531a at91: Update MEESC board support by Daniel Gorsulowski · 15 years ago
  26. cb0da87 arm: Correct build with CONFIG_SYS_HUSH_PARSER set by Simon Kagstrom · 15 years ago
  27. 4963f92 TI: OMAP3: Overo Tobi ethernet support by Olof Johansson · 15 years ago
  28. 64aabc2 SMC911X: Add chip auto detection by Olof Johansson · 15 years ago
  29. d77b681 TI OMAP3 Use arm init sequence to initialize i2c by Tom Rix · 15 years ago
  30. 9f64335 TI: DaVinci DM365: Enabling network Support on DM365 EVM by Sandeep Paulraj · 15 years ago
  31. 7f507e8 TI: DaVinci: GPIO header file and definitions by Sandeep Paulraj · 15 years ago
  32. 310baca TI: DaVinci DM646x: Update flag used to represent DM646x SOC's by Sandeep Paulraj · 15 years ago
  33. 4c391e5 OMAP3: Clean up whitespace in mux configs by Olof Johansson · 15 years ago
  34. 2269198 OMAP3 MMC: Fix warning dereferencing type-punned pointer by Dirk Behme · 15 years ago
  35. 258c330 Support for the OpenRD base board by Simon Kagstrom · 15 years ago
  36. 1eae2e9 Kirkwood: mv88f6281gtw_ge: Add kwbimage build support by Prafulla Wadaskar · 15 years ago
  37. 0e4f0bd Kirkwood: rd6281a: Add kwbimage build support by Prafulla Wadaskar · 15 years ago
  38. 799a05b Add support for Eukrea CPU9260/CPU9G20 SBC by Tom Rix · 15 years ago
  39. 3db7af7 Add support for Eukrea CPUAT91 SBC by Tom Rix · 15 years ago
  40. 515e6fd TI: DaVinci DM365: Minor config cleanup by Sandeep Paulraj · 15 years ago
  41. 377850a TI DaVinci DM365: Removing header file which does not exist by Sandeep Paulraj · 15 years ago
  42. 832b915 TI DaVinci: DM355: Config Cleanup and Update by Sandeep Paulraj · 15 years ago
  43. b7a6b43 TI DaVinci: DM646x: Initial Support for DM646x SOC by Sandeep Paulraj · 15 years ago
  44. 7533bc0 TI DaVinci: DM6446: Fix Compilation error in NAND mode by Sandeep Paulraj · 15 years ago
  45. 096b9c2 OMAP3 Move cache routine to cache.S by Tom Rix · 15 years ago
  46. 391d1a6 TI DaVinci: Remove references to SZ_xx by Sandeep Paulraj · 15 years ago
  47. eb16439 Merge branch 'master' of /home/wd/git/u-boot/custodians by Wolfgang Denk · 15 years ago
  48. 1cffcde Leave x86emu op code tables in default section by Ed Swarthout · 16 years ago
  49. 25e3072 Update all board to support new bbmiiphy driver (with multibus support) by Luigi 'Comio' Mantellini · 15 years ago
  50. 01db155 Add bb_miiphy_init call before any ethernet bring-up code. by Luigi 'Comio' Mantellini · 15 years ago
  51. 466827e Rewrite the miiphybb (Bit-banged MII bus driver) in order to support an arbitrary number of mii buses. by Luigi 'Comio' Mantellini · 15 years ago
  52. c8f071a Merge branch 'reloc' by Wolfgang Denk · 15 years ago
  53. 4f2fdac relocation: Do not relocate NULL pointers. by Joakim Tjernlund · 15 years ago
  54. 430445f 85xx: Ensure BSS segment isn't linked at address 0 by Peter Tyser · 15 years ago
  55. 3ba0fa7 tqm5200: Correct comment and code in post_hotkeys_pressed. by Detlev Zundel · 15 years ago
  56. ce33a01 mpc512x: fix fixed_sdram() init code. by Wolfgang Denk · 15 years ago
  57. 3c8ef44 ppc4xx: respect 80-chars per line in ppc*.h files by Niklaus Giger · 15 years ago
  58. d4c6154 ppc4xx: Rework cmd reginfo by Niklaus Giger · 15 years ago
  59. 728bd0a ppc_4xx: Apply new HW register names by Niklaus Giger · 15 years ago
  60. a9a9b1f ppc4xx: Cleanup some HW register names by Niklaus Giger · 15 years ago
  61. f1a80e4 ppc4xx: Add PPC405EX(r) Rev D support by Stefan Roese · 15 years ago
  62. 14fd12f ppc4xx: Fix msg "initialization as root-complex failed" upon PCIe scan by Stefan Roese · 15 years ago
  63. 016e0ed PPC4xx: Denali core: Fix incorrect DDR row bits by Mike Nuss · 15 years ago
  64. b3cce7a Add information about return values of xxx_eth_register() in documentation by Ben Warren · 15 years ago
  65. fc615a7 document network driver framework by Mike Frysinger · 15 years ago
  66. 9841dec net: kirkwood_egiga.c: fixed build warning by Prafulla Wadaskar · 15 years ago
  67. 0fd6aae Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API by Ben Warren · 15 years ago
  68. 96f40c7 net: phy: mv88e61xx.c : fixed build warning by Prafulla Wadaskar · 15 years ago
  69. ee86aff net: Fix problem with 405EZ ethernet interrupt by James Clough · 15 years ago
  70. 59cb1e7 net: add random_port() prototype by Mike Frysinger · 15 years ago
  71. 8733761 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  72. 32011a8 Merge branch 'master' of git://git.denx.de/u-boot-blackfin by Wolfgang Denk · 15 years ago
  73. be34d1d ppc: Remove reloc_off field from global_data structure by Peter Tyser · 15 years ago
  74. 4a6a663 arm/microblaze/nios/nios2/sh: Remove relocation fixups by Peter Tyser · 15 years ago
  75. 9057cbf Conditionally perform common relocation fixups by Peter Tyser · 15 years ago
  76. be6320a p3mx: Remove serial relocation fixups by Peter Tyser · 15 years ago
  77. 5bd6765 lwmon, lwmon5: Remove sysmon POST relocation fixups by Peter Tyser · 15 years ago
  78. 43c08d7 mpl: Remove memory test relocation fixups by Peter Tyser · 15 years ago
  79. cf8582c fpga: Remove relocation fixups by Peter Tyser · 15 years ago
  80. 59b020f tsec: Remove PHY command relocation fixups by Peter Tyser · 15 years ago
  81. 08b251a ppc: Remove board-specific command table relocation fixups by Peter Tyser · 15 years ago
  82. 830736e ppc: Remove extable relocation fixups by Peter Tyser · 15 years ago
  83. 6eca2a6 ppc: Remove pci config table pointer relocation fixups by Peter Tyser · 15 years ago
  84. 6756737 ppc: Remove board.c relocation fixups by Peter Tyser · 15 years ago
  85. 95728f2 ppc: Check for compilers that don't support relocation by Peter Tyser · 15 years ago
  86. f48fabc ppc: Enable full relocation to RAM by Peter Tyser · 15 years ago
  87. 739a36f ppc4xx: Add SDRAM detection for PMC440 boards by Matthias Fuchs · 15 years ago
  88. cb9ebd0 ppc4xx: Merge PPC4xx DDR and DDR2 ECC handling by Stefan Roese · 15 years ago
  89. 0e92536 ppc4xx: Reorganize DDR2 ECC handling by Felix Radensky · 15 years ago
  90. 8c3d61a Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 15 years ago
  91. b94180c Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 15 years ago
  92. 34f44f7 Merge branch 'master' of git://git.denx.de/u-boot-ubi by Wolfgang Denk · 15 years ago
  93. 477a5fe Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 15 years ago
  94. b552d82 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Wolfgang Denk · 15 years ago
  95. f8c971d Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 15 years ago
  96. dcc5200 Merge branch 'master' of git://git.denx.de/u-boot-fdt by Wolfgang Denk · 15 years ago
  97. bd7eae7 Blackfin: update default console= settings by Mike Frysinger · 15 years ago
  98. ce6b6c8 Blackfin: bf533-ezkit: update env location by Mike Frysinger · 15 years ago
  99. 93f5381 ppc/85xx: get_law_entry isn't used in CONFIG_NAND_SPL by Kumar Gala · 15 years ago
  100. a53b139 Add README.mpc8536ds by Mingkai Hu · 15 years ago