1. e6b836e arm: get_sp() should always be compiled by Po-Yu Chuang · 14 years ago
  2. adb152f Pantheon: Add Board Support for Marvell dkb board by Lei Wen · 14 years ago
  3. 7527a68 mvmfp: add MFP configuration support for PANTHEON by Lei Wen · 14 years ago
  4. 82a6051 serial: add pantheon soc support by Lei Wen · 14 years ago
  5. 4301303 ARM: Add Support for Marvell Pantheon Familiy SoCs by Lei Wen · 14 years ago
  6. 2001476 mv: seperate kirkwood and armada from common setting by Lei Wen · 14 years ago
  7. cbc782e ARM: fix write*() I/O accessors by Wolfgang Denk · 14 years ago
  8. 0c66573 arm relocation: Fix calculation of board_init_r by Alexander Stein · 14 years ago
  9. d50f905 arm: Tegra2: Add support for NVIDIA Seaboard board by Tom Warren · 14 years ago
  10. a3e280b arm: Tegra2: Add support for NVIDIA Harmony board by Tom Warren · 14 years ago
  11. 1ded602 serial: Add Tegra2 serial port support by Tom Warren · 14 years ago
  12. 41b6838 arm: Tegra2: Add basic NVIDIA Tegra2 SoC support by Tom Warren · 14 years ago
  13. 1af83e3 mx31pdk: Make the full boot log visible by Fabio Estevam · 14 years ago
  14. 66a8b4d mx31pdk: Use the new relocation scheme by Fabio Estevam · 14 years ago
  15. 943a9c7 EfikaMX: switch to MACH_TYPE_MX51_EFIKAMX by Loïc Minier · 14 years ago
  16. 0fce515 Fix compile warning in net/eth.c by Remy Bohmer · 14 years ago
  17. e8d68cf Fix build warnings in cmd_flash.c by Remy Bohmer · 14 years ago
  18. 3433c33 USB-RNDIS: Send RNDIS state on disconnecting by Vitaly Kuzmichev · 14 years ago
  19. 216c447 USB: Add USB RNDIS gadget protocol by Vitaly Kuzmichev · 14 years ago
  20. 737f6b2 USB-CDC: Move struct declaration before its use by Vitaly Kuzmichev · 14 years ago
  21. 24fcb47 USB-CDC: Port struct net_device_stats by Vitaly Kuzmichev · 14 years ago
  22. 08d4dd7 USB-CDC: handle interrupt after dropped pullup by Vitaly Kuzmichev · 14 years ago
  23. 246d693 Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor by Simon Glass · 14 years ago
  24. 1e9961d Add USB host ethernet adapter support by Simon Glass · 14 years ago
  25. fd7f513 Fix EHCI usb submit timeout and unify with OHCI by Simon Glass · 14 years ago
  26. 9663497 add checking the CONFIG_ENV_IS_IN_SPI_FLASH in Enbedded env by Yoshihiro Shimoda · 14 years ago
  27. 3292233 net: ne2000: Add spport RTL-8019AS by Nobuhiro Iwamatsu · 14 years ago
  28. 2fdcce2 unzip: return uncompressed size in `filesize', and print it. by Wolfgang Denk · 14 years ago
  29. dc4d0a2 itest: fix result of string compares by Wolfgang Denk · 14 years ago
  30. 078a3e9 microblaze: Fix msr handling in interrupt_handler by Michal Simek · 14 years ago
  31. 736245c microblaze: Fix systems with MSR=0 by Michal Simek · 14 years ago
  32. 4814d2f Merge branch 'master' of git://git.denx.de/u-boot-mips by Wolfgang Denk · 14 years ago
  33. 29af8e6 eNET: Move initial Global Data into CAR by Graeme Russ · 14 years ago
  34. 151713d sc520: Release CAR and enable caching by Graeme Russ · 14 years ago
  35. 6ec93c3 x86: Convert board_init_f to use an init_sequence by Graeme Russ · 14 years ago
  36. 689caa0 x86: Rearrange function calls in board_init_f by Graeme Russ · 14 years ago
  37. 4b25982 x86: Split board_init_f() into init_fnc_t compatible functions by Graeme Russ · 14 years ago
  38. b4b7a53 x86: Fix incorrect usage of relocation offset by Graeme Russ · 14 years ago
  39. ae7a6d1 x86: Move console initialisation into board_init_f by Graeme Russ · 14 years ago
  40. e24dec6 x86: Move test for cold boot into init functions by Graeme Russ · 14 years ago
  41. 344f745 x86: Move call to dram_init_f into board_init_f by Graeme Russ · 14 years ago
  42. 9c44afc x86: Defer setup of final stack by Graeme Russ · 14 years ago
  43. 3818393 sc520: Move RAM sizing code from asm to C by Graeme Russ · 14 years ago
  44. bc76193 x86: Use Cache-As-RAM for initial stack by Graeme Russ · 14 years ago
  45. 4e0f55f x86: Move initial gd to fixed location by Graeme Russ · 14 years ago
  46. 109665f eNET: General code cleanup by Graeme Russ · 14 years ago
  47. 250f680 eNET: Rearrange PAR assignments by Graeme Russ · 14 years ago
  48. deac740 eNET: Define MMCR values in config.h by Graeme Russ · 14 years ago
  49. b87c30f eNET: Add RTC support to eNET by Graeme Russ · 14 years ago
  50. 6498d40 eNET: Fix eNET Interrupt Setup for Linux by Graeme Russ · 14 years ago
  51. ea9d35a sc520: Remove printf calls from cpu_init_f by Graeme Russ · 14 years ago
  52. 7dc4c98 sc520: Move board specific settings to board init function by Graeme Russ · 14 years ago
  53. b112bca sc520: Define MMCR address in include file by Graeme Russ · 14 years ago
  54. 121931c x86: Make cpu init functions weak by Graeme Russ · 14 years ago
  55. 3f7954d x86: Call early_board_init when warm booting by Graeme Russ · 14 years ago
  56. 93efcb2 x86: Add processor flags header from linux by Graeme Russ · 14 years ago
  57. 25391d1 x86: Move Global Descriptor Table defines to processor.h by Graeme Russ · 14 years ago
  58. 6869980 x86: Add stack dump to register dump by Graeme Russ · 14 years ago
  59. bd92301 x86: Fix mangled umlauts by Graeme Russ · 14 years ago
  60. 327b3f8 sc520: Sort Makefile by Graeme Russ · 14 years ago
  61. 3fe4860 x86: Parametize values used in linker script by Graeme Russ · 14 years ago
  62. 4de0548 eNET: Create distinct board configurations by Graeme Russ · 14 years ago
  63. 9381c8a x86: Align config.mk and linker scripts with other arches by Graeme Russ · 14 years ago
  64. a3dde22 x86: Fix definition of global_data struct for asm-offsets.c by Graeme Russ · 14 years ago
  65. aad19cc Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  66. 27f83be powerpc/8xxx: Add additional cycle to write-to-read turnaound for DDR3 by York Sun · 14 years ago
  67. 1feac1e powerpc/85xx: corrected p1_p2_rdb EEPROM address by Priyanka Jain · 14 years ago
  68. cc2f5d2 powerpc/85xx: Fix p1_p2_rdb boards.cfg by Kumar Gala · 14 years ago
  69. 2f9f65f fsl: update CRC after setting EEPROM identifier by Timur Tabi · 14 years ago
  70. af42bb3 cmd_bmp.c: message about compressed formats is debug info only. by Wolfgang Denk · 14 years ago
  71. a84b4a1 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 14 years ago
  72. 057b261 Merge branch 'next' of git://git.denx.de/u-boot-nios by Wolfgang Denk · 14 years ago
  73. 8ff9101 Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx by Wolfgang Denk · 14 years ago
  74. 00eed7f NAND: env: remember the flags used in the previous environment by Scott Wood · 14 years ago
  75. 5dbb29f nios2: add gpio_is_valid by Thomas Chou · 14 years ago
  76. 111d446 nios2: use long for ssize_t by Thomas Chou · 14 years ago
  77. 55be2b5 altera_spi: add spi_set_speed by Thomas Chou · 14 years ago
  78. c259ec8 nios2: add gpio_free by Thomas Chou · 14 years ago
  79. b41a7bb MIPS: Move VCT boards to boards.cfg by Shinya Kuribayashi · 14 years ago
  80. 81b3793 ppc4xx: Add DLVision-10G board support by Dirk Eibach · 14 years ago
  81. 0cf43de Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx by Wolfgang Denk · 14 years ago
  82. 4cfd82e Merge branch 'master' of git://git.denx.de/u-boot-usb by Wolfgang Denk · 14 years ago
  83. 2ebbc8d Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Wolfgang Denk · 14 years ago
  84. f2af1bb mpc83xx: Use correct register to calculate clocks. by Joakim Tjernlund · 14 years ago
  85. e87bc03 mpc83xx: fix pcie configuration space read/write by Leo Liu · 14 years ago
  86. 9b84437 MIPS: Move Inca-IP targets to boards.cfg by Shinya Kuribayashi · 14 years ago
  87. e90c931 MIPS: Move Qemu MIPS target to boards.cfg by Shinya Kuribayashi · 14 years ago
  88. 5b40e1d USB: Change the necessary defines to get debug output by Alexander Holler · 14 years ago
  89. f432006 USB: Fix device stati for removable and powerctrl (typo) by Alexander Holler · 14 years ago
  90. 17cb048 MIPS: Move Alchemy Au1x00 based boards to boards.cfg by Shinya Kuribayashi · 14 years ago
  91. 9b33e66 cmd_ide: Fix an unused CONFIG_AU1X00 symbol to work as intended by Shinya Kuribayashi · 14 years ago
  92. 466ef18 MIPS: dbau1x00: Remove unused flash driver stub by Daniel Schwierzeck · 14 years ago
  93. 5d688ee MIPS: Purple: Fix multiple definition error on final linking of u-boot binary by Daniel Schwierzeck · 14 years ago
  94. 4068f3a MIPS: VCT: Fix enabling of unwanted options if networking or USB support are disabled by Daniel Schwierzeck · 14 years ago
  95. 959d2fd Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Wolfgang Denk · 14 years ago
  96. 52ed8b3 powerpc/8xxx: Fix possible compile issue related to P1013 by Kumar Gala · 14 years ago
  97. d622cbb Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 14 years ago
  98. 5e8435a powerpc/85xx: Enable ECC on MPC8572DS by York Sun · 14 years ago
  99. c8fc959 powerpc/mpc85xx: implement workaround for errata DDR111 and DDR134 by York Sun · 14 years ago
  100. 9aa857b powerpc/85xx: Rename MPC8572 DDR erratum to DDR115 by York Sun · 14 years ago