1. 53c7911 tegra: add ULPI on USB2 funcmux entry by Lucas Stach · 13 years ago
  2. 7ee52b0 arm: Tegra: Use ODMDATA from BCT in IRAM by Tom Warren · 13 years ago
  3. 758eaef tegra: override compiler flags for low level init code by amartin@nvidia.com · 13 years ago
  4. 563b46f tegra: Correct PLL access in ap20.c and clock.c by Simon Glass · 13 years ago
  5. b6d1901 tegra: add SDMMC1 on SDIO1 funcmux entry by Stephen Warren · 13 years ago
  6. 4de6eec tegra: add SDIO1 funcmux entry for UARTA by Lucas Stach · 13 years ago
  7. e4c01a8 tegra: add UART1 on GPU funcmux entry by Stephen Warren · 13 years ago
  8. 59f9010 tegra: add alternate UART1 funcmux entry by Stephen Warren · 13 years ago
  9. a5851fc tegra2: trivially enable 13 mhz crystal frequency by Lucas Stach · 13 years ago
  10. 5dc0461 tegra: Add keyboard support to funcmux by Simon Glass · 13 years ago
  11. cb3c0d1 tegra: Setup PMC scratch info from ap20 setup by Yen Lin · 13 years ago
  12. 22e9f89 tegra: Add warmboot implementation by Yen Lin · 13 years ago
  13. aef6ca5 tegra: Add PMU to manage power supplies by Jimmy Zhang · 13 years ago
  14. 5983ef8 tegra: Add EMC support for optimal memory timings by Jimmy Zhang · 13 years ago
  15. 1fed82a tegra: Add tegra_get_chip_type() to detect SKU by Simon Glass · 13 years ago
  16. c3813db tegra: Add crypto library for warmboot code by Yen Lin · 13 years ago
  17. 01df75f tegra: Add functions to access low-level Osc/PLL details by Simon Glass · 13 years ago
  18. 84a8dcf tegra: Move ap20.h header into arch location by Simon Glass · 13 years ago
  19. fd8798b armv7: add appropriate headers for assembly functions by Aneesh V · 13 years ago
  20. d243022 tegra: Enhance clock support to handle 16-bit clock divisors by Simon Glass · 13 years ago
  21. cad1a27 tegra: Rename NV_PA_PMC_BASE to TEGRA2_PMC_BASE by Simon Glass · 13 years ago
  22. 08d6ec2 tegra: usb: Add support for Tegra USB peripheral by Simon Glass · 13 years ago
  23. 2966cd2 tegra: fdt: Add function to return peripheral/clock ID by Simon Glass · 13 years ago
  24. 83aaec8 tegra: fdt: Add Tegra2x device tree file from kernel by Simon Glass · 13 years ago
  25. 8b75b8f arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer load by Tom Warren · 13 years ago
  26. 410012f tegra2: Enable data cache by Simon Glass · 13 years ago
  27. fb1ea63 tegra: Add SDMMC support to funcmux by Simon Glass · 13 years ago
  28. d8c03b8 tegra: Add I2C support to funcmux by Simon Glass · 13 years ago
  29. 43b1a7c tegra: Add enum to select from available funcmux configs by Simon Glass · 13 years ago
  30. 3ba99a3 tegra: Adjust funcmux config test to permit expansion by Simon Glass · 13 years ago
  31. b60fa39 tegra2: Fix default RAM size selection in odmdata by Stephen Warren · 13 years ago
  32. 0b764d6 tegra2: Fix conflicting pinmux for UARTA by Stephen Warren · 13 years ago
  33. 96b7c43 tegra: Add support for UART init in cpu board.c by Simon Glass · 13 years ago
  34. 84a97c5 tegra: Add a function mux feature by Simon Glass · 13 years ago
  35. 2ffbb25 tegra: add clock_ll_start_uart() to enable UART prior to reloc by Simon Glass · 13 years ago
  36. 7d697d7 tegra: Move clock_early_init() to arch_cpu_init() by Simon Glass · 13 years ago
  37. e992a41 tegra: Move cpu_init_cp15() to arch_cpu_init() by Simon Glass · 13 years ago
  38. 02044fe tegra2: Always build with USE_PRIVATE_LIBGCC=yes. by Thierry Reding · 13 years ago
  39. f6fcbbd tegra2: Don't use board pointer before it is set up by Simon Glass · 13 years ago
  40. 0234c34 tegra2: Remove unneeded 'dynamic ram size' message by Simon Glass · 13 years ago
  41. 6ddda84 tegra2: Remove unneeded boot code by Simon Glass · 13 years ago
  42. ec8dab4 tegra2: Simplify tegra_start() boot path by Simon Glass · 13 years ago
  43. 5f3a899 tegra2: Add arch_cpu_init() to fire up Cortex-A9 by Simon Glass · 13 years ago
  44. dae82aa Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 13 years ago
  45. 8148e11 GCC4.6: Squash warning in tegra2 board.c by Marek Vasut · 13 years ago
  46. b70bbf1 tegra2: Add more pinmux functions by Simon Glass · 13 years ago
  47. 80608ed tegra2: Rename PIN_ to PINGRP_ by Simon Glass · 13 years ago
  48. c2ea5e4 tegra2: Add more clock functions by Simon Glass · 13 years ago
  49. 069784e tegra2: Rename CLOCK_PLL_ID to CLOCK_ID by Simon Glass · 13 years ago
  50. 57e0deb build: add missing $(AR)->$(cmd_link_o_target) update by Mike Frysinger · 13 years ago
  51. d48e2d8 tegra2: fix warning: "assert" redefined by Wolfgang Denk · 13 years ago
  52. e2deddd Tegra2: Use clock and pinmux functions to simplify code by Simon Glass · 13 years ago
  53. fa516f6 Tegra2: Add additional pin multiplexing features by Simon Glass · 13 years ago
  54. 16134fd Tegra2: Add more clock support by Simon Glass · 13 years ago
  55. 28cb161 Tegra2: Add microsecond timer function by Simon Glass · 13 years ago
  56. 944a7fe Timer: Remove reset_timer_masked() by Graeme Russ · 13 years ago
  57. 139d6cf Timer: Remove reset_timer() for non-Nios2 arches by Graeme Russ · 13 years ago
  58. 5e669ff Timer: Remove set_timer completely by Graeme Russ · 13 years ago
  59. 30e80f6 arm: Tegra2: Add missing PLLX init by Tom Warren · 14 years ago
  60. 112a188 arm: Tegra2: add support for A9 CPU init by Tom Warren · 14 years ago
  61. 41b6838 arm: Tegra2: Add basic NVIDIA Tegra2 SoC support by Tom Warren · 14 years ago