1. b56eeed Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  2. 7fef124 omap3_beagle.h: Fix comment for true/false return value. by Robert P. J. Day · 12 years ago
  3. b062a51 Merge branch 'master' of git://git.denx.de/u-boot-nand-flash by Tom Rini · 12 years ago
  4. c352a0c spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC. by Scott Wood · 12 years ago
  5. 222f437 omap3_beagle: use new MUSB intstead of the old one by Ilya Yanok · 12 years ago
  6. cb7b2b8 omap3_beagle: add musb-new init by Ilya Yanok · 12 years ago
  7. 85e5118 boards: remove the no longer used CONFIG_EHCI_DCACHE by Jeroen Hofstee · 12 years ago
  8. e1c7c8a configs: Fix usage of mmc rescan by Andrew Bradford · 12 years ago
  9. 28591df SPL: Move the omap SPL framework to common/spl by Tom Rini · 12 years ago
  10. 72e6d65 ARM: Remove unused stack and irq config defines by Rob Herring · 12 years ago
  11. aede188 dm: Move OMAP GPIO driver to drivers/gpio/ by Marek Vasut · 12 years ago
  12. ff0ebb8 dm: Select CONFIG_SPL_GPIO_SUPPORT on OMAP by Marek Vasut · 12 years ago
  13. a0638f7 beagle: fix termination of buddy env setting by Peter Meerwald · 12 years ago
  14. a3a4253 omap3_beagle: Add CONFIG_CMD_ASKENV by Tom Rini · 13 years ago
  15. ac8d066 OMAP3 Beagle: Set BOOTDELAY to 3 by Tom Rini · 13 years ago
  16. 584c0ea hush.c: Move default CONFIG_SYS_PROMPT_HUSH_PS2 to hush.c by Tom Rini · 12 years ago
  17. 919b462 ARM: omap3: Add CONFIG_SPL_BOARD_INIT for CONFIG_SPL_MMC_SUPPORT by Tom Rini · 13 years ago
  18. e33b705 ARM: omap3: Set SPL stack size to 8KB, image to 54KB. by Tom Rini · 13 years ago
  19. 0455fa9 BeagleBoard: Remove userbutton command and use gpio command instead by Joel Fernandes · 13 years ago
  20. 7ad7578 ehci-omap: driver for EHCI host on OMAP3 by Ilya Yanok · 13 years ago
  21. c5e5707 usb: ulpi: Add omap-ulpi-view port support by Govindraj.R · 13 years ago
  22. 533607c nand_spl_simple: store ecc data on the stack by Stefano Babic · 13 years ago
  23. 06c32fb OMAP3: Add SPL support to Beagleboard by Tom Rini · 13 years ago
  24. 3c1c315 BeagleBoard: config: Really switch to ttyO2 by Koen Kooi · 13 years ago
  25. fb13c65 ARM: OMAP: Remove STACKSIZE for IRQ and FIQ if unused by Thomas Weber · 13 years ago
  26. a2146f5 ARM: OMAP3: Remove unused define SDRC_R_C_B by Thomas Weber · 13 years ago
  27. 07eec8e ARM: OMAP3: Remove unused define CONFIG_OMAP3430 by Thomas Weber · 13 years ago
  28. fa5c07a omap: fix cache line size for omap3/omap4 boards by Aneesh V · 13 years ago
  29. 41d3ffa BeagleBoard: config: Switch to ttyO2 by Alexander Holler · 13 years ago
  30. c4d7d72 omap: beagle: Use ubifs instead of jffs2 for nand boot by Steve Sakoman · 13 years ago
  31. 524e730 board configs: drop NET_MULTI references by Mike Frysinger · 13 years ago
  32. b213b9f OMAP3 Beagle: Minor config cleanup by Sandeep Paulraj · 13 years ago
  33. d6b374e omap3: beagle: Fix build warning by Sanjeev Premi · 13 years ago
  34. 6d9bbb6 BeagleBoard: config: updated default configuration by Jason Kridner · 13 years ago
  35. 0d47161 BeagleBoard: config: Enabled multibus support for I2C in configuration by Jason Kridner · 13 years ago
  36. 36c9cc5 BeagleBoard: config: add optargs/buddy/camera by Jason Kridner · 13 years ago
  37. 71bd3af BeagleBoard: config: increase command-line functionality by Jason Kridner · 13 years ago
  38. ac3bb06 BeagleBoard: config: make mtest run by Jason Kridner · 14 years ago
  39. 31c5d7d BeagleBoard: config: enable DSS by Koen Kooi · 13 years ago
  40. 43c867c BeagleBoard: config: enable asix driver and dhcp by Koen Kooi · 13 years ago
  41. 8dc845e BeagleBoard: config: enable networking by Koen Kooi · 13 years ago
  42. 21cb964 BeagleBoard: config: decrease bootdelay to 2 seconds by Koen Kooi · 13 years ago
  43. db5ac81 BeagleBoard: config: use uImage.beagle for tftp by Joel A Fernandes · 13 years ago
  44. 5888eb0 BeagleBoard: config: hardcode MAC for onboard SMSC by Joel A Fernandes · 13 years ago
  45. 74c41ea BeagleBoard: config: load kernel from MMC ext, not FAT by Koen Kooi · 13 years ago
  46. 85a08fb BeagleBoard: Added userbutton command by Jason Kridner · 14 years ago
  47. 3e8c373 beagle: pass expansionboard name in bootargs by Koen Kooi · 13 years ago
  48. c495f3b OMAP: Remove omapfb.debug=y from Beagle and Overo env settings by Steve Sakoman · 14 years ago
  49. e183290 OMAP3/4: Increase console I/O buffer size by Vaibhav Hiremath · 13 years ago
  50. 7a8338d Removed unused define, CONFIG_ARMV7. by Christopher Harvey · 13 years ago
  51. 7e6ce39 Remove remnants of obsolete CONFIG_SYS_GBL_DATA_SIZE comments by Michael Jones · 14 years ago
  52. 8234294 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  53. 9783a2c ARMV7: OMAP3: Cleanup extern variables in mem.c by Luca Ceresoli · 14 years ago
  54. 8f6f15c omap3_beagle: enable EHCI and USB storage. by Alexander Holler · 14 years ago
  55. 5b8018c OMAP3: BeagleBoard: add xM rev B to ID table by Koen Kooi · 14 years ago
  56. 066f900 omap3_beagle: enable the use of a plain text file by Alexander Holler · 14 years ago
  57. c3ef8bc BeagleBoard: Added LED driver by Jason Kridner · 14 years ago
  58. 50fb22e Remove device tree booting dependency on CONFIG_SYS_BOOTMAPSZ by Grant Likely · 14 years ago
  59. 78cd9ac OMAP3: SPI driver by Dirk Behme · 14 years ago
  60. 510459e OMAP3: remove unused config macros by Grazvydas Ignotas · 15 years ago
  61. b74d3b4 ARMV7: OMAP: Fix build after introduction of GENERATED_GBL_DATA_SIZE by Steve Sakoman · 14 years ago
  62. b6241c2 ARMV7: OMAP3: Add expansion board detection for Beagle by Koen Kooi · 14 years ago
  63. 0191e47 Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value by Wolfgang Denk · 14 years ago
  64. bb94aff ARM: enable device tree for beagle by John Rigby · 14 years ago
  65. 57c6241 ARMV7: OMAP4: Use generic mmc driver on Beagle by Steve Sakoman · 14 years ago
  66. 33fb6f7 ARMV7: OMAP: Use default vendor/product ID for USB gadget by Steve Sakoman · 14 years ago
  67. c522a8a ARM: relocation: don't undef CONFIG_SYS_ARM_WITHOUT_RELOC by Ben Gardiner · 14 years ago
  68. d6d6062 ARM: relocation: fix typo in comment by Heiko Schocher · 14 years ago
  69. 56d0a4d ARM: implement relocation for ARM V7 (OMAP) by Heiko Schocher · 14 years ago
  70. 762cb70 ARM V7 (OMAP): add data cache support, test on Beagle board by Heiko Schocher · 14 years ago
  71. 09d08e0 ARMV7: OMAP3: Add CONFIG_SYS_NAND_QUIET_TEST to Beagle and Overo configs by Steve Sakoman · 14 years ago
  72. 8c8376d ARMV7: OMAP: Add mpurate boot arg for Overo and Beagle by Steve Sakoman · 15 years ago
  73. 6329a8f ARM: Rename arch/arm/cpu/arm_cortexa8 to armv7 by Steve Sakoman · 14 years ago
  74. 558d23d omap3: Consolidate SDRC related operations by Vaibhav Hiremath · 14 years ago
  75. 14793ea OMAP3 Move declaration of gpmc_cfg. by Tom Rix · 15 years ago
  76. 23f5a2d Remove superfluous uses of V_PROMPT macro. by Robert P. J. Day · 15 years ago
  77. 53ea42e OMAP3 beagle Add usbtty configuration by Tom Rix · 15 years ago
  78. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  79. 076501b OMAP3:SDRC: introduce DDR types by Nishanth Menon · 15 years ago
  80. 6a87b3f TI: OMAP3: Remove SZ_xx references by Sandeep Paulraj · 15 years ago
  81. d451252 OMAP3: Update Overo and Beagle environment by Steve Sakoman · 15 years ago
  82. d77b681 TI OMAP3 Use arm init sequence to initialize i2c by Tom Rix · 15 years ago
  83. dc7af20 omap3: remove typedefs for configuration structs by Dirk Behme · 15 years ago
  84. e06da3d omap3: embedd gpmc_cs into gpmc config struct by Matthias Ludwig · 16 years ago
  85. 0f2a804 OMAP3 Move twl4030 power and led functions by Tom Rix · 15 years ago
  86. 1f79774 NAND: Part 2: Fix warning Please define CONFIG_SYS_64BIT_VSPRINTF... by Wolfgang Denk · 15 years ago
  87. 5dc958f mtd: MTD related config header changes (mtdparts command) by Stefan Roese · 16 years ago
  88. e8b1696 OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000 by Manikandan Pillai · 16 years ago
  89. dabb651 OMAP3: Remove legacy NAND defines by Dirk Behme · 16 years ago
  90. e32ef2e OMAP3: Use functions print_cpuinfo() and checkboard() by Sanjeev Premi · 16 years ago
  91. d4159f1 OMAP3: Fix changed mmc init command by Dirk Behme · 16 years ago
  92. 85c25df Add "source" command; prepare removal of "autoscr" command by Wolfgang Denk · 16 years ago
  93. 993e57d OMAP: rename timer divisor by Ladislav Michl · 16 years ago
  94. 274d252 Remove nowhere used symbol CONFIG_SYS_CLKS_IN_HZ by Ladislav Michl · 16 years ago
  95. ddb14ac OMAP3:Beagle: Enable mtdparts by Nishanth Menon · 16 years ago
  96. 2781f80 OMAP3: Add common power code, README, and BeagleBoard by Dirk Behme · 16 years ago