1. 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 4 years, 10 months ago
  2. e5d8971 Revert "ARM: tegra: reserve unmapped RAM so EFI doesn't use it" by Mian Yousaf Kaukab · 5 years ago
  3. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  4. a0dbc13 ARM: tegra: Unify Tegra186 builds by Thierry Reding · 5 years ago
  5. 07ea02b ARM: tegra: Guard pin controller code with a Kconfig symbol by Thierry Reding · 5 years ago
  6. b64e0b9 ARM: tegra: Guard clock code with a Kconfig symbol by Thierry Reding · 5 years ago
  7. e9c58f2 ARM: tegra: Use common header for PMU declarations by Thierry Reding · 5 years ago
  8. 0797f7f ARM: tegra: reserve unmapped RAM so EFI doesn't use it by Stephen Warren · 6 years ago
  9. a839c36 ARM: tegra: align carveout size by Stephen Warren · 6 years ago
  10. 6e584e6 ARM: tegra: avoid using secure carveout RAM by Stephen Warren · 6 years ago
  11. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  12. 382bee5 env: Rename setenv() to env_set() by Simon Glass · 7 years ago
  13. e3f44f5 dm: power: Convert as3722 to driver model by Simon Glass · 7 years ago
  14. be78909 dm: tegra: Convert USB setup to livetree by Simon Glass · 7 years ago
  15. 50d8c4a tegra: Show a debug message if the LCD PMIC fails to start by Simon Glass · 7 years ago
  16. 03bc3f1 tegra: Fix up include file ordering by Simon Glass · 7 years ago
  17. 46864cc tegra: Init clocks even when SPL did not run by Simon Glass · 7 years ago
  18. 56aceaf power: Rename CONFIG_AS3722_POWER to CONFIG_PMIC_AS3722 by Simon Glass · 7 years ago
  19. 76b00ac board_f: Drop setup_dram_config() wrapper by Simon Glass · 7 years ago
  20. 1d2c050 mmc: move more driver config options to Kconfig by Masahiro Yamada · 8 years ago
  21. 6a474db mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · 8 years ago
  22. c0be77d ARM: tegra: set MMC pin mux in board_init() by Stephen Warren · 8 years ago
  23. 6b83588 mmc: tegra: move pad_init_mmc() into MMC driver by Stephen Warren · 8 years ago
  24. 9889862 ARM: tegra: move ft_system_setup() by Stephen Warren · 8 years ago
  25. d9b6f58 ARM: tegra: enable GPU node by compatible value by Stephen Warren · 8 years ago
  26. e007633 tegra: video: Clean up the old LCD/PWM driver code by Simon Glass · 9 years ago
  27. 135a87e tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCD by Simon Glass · 9 years ago
  28. 3f2997a tegra: Allow driver model to be used for the PWM by Simon Glass · 9 years ago
  29. dd8204d ARM: tegra: shut down USB device controller at boot by Stephen Warren · 9 years ago
  30. e81ca88 dm: tegra: pci: Convert tegra boards to driver model for PCI by Simon Glass · 9 years ago
  31. eca676b ARM: tegra: rename GPU functions by Alexandre Courbot · 9 years ago
  32. d6bf06c ARM: tegra: simplify GPU setup by Alexandre Courbot · 9 years ago
  33. bbc1b99 ARM: tegra: represent RAM in 1 or 2 banks by Stephen Warren · 9 years ago
  34. 871d78e ARM: tegra: move VPR configuration to a later stage by Alexandre Courbot · 9 years ago
  35. 424afc0 ARM: tegra: restrict usable RAM size further by Stephen Warren · 9 years ago
  36. 6699989 T210: P2571: Turn CPU fan on by Tom Warren · 10 years ago
  37. aa44187 ARM: tegra: Initialize timer earlier by Thierry Reding · 9 years ago
  38. 00f782a ARM: tegra: Restrict usable RAM to 32-bit on 64-bit SoCs by Thierry Reding · 9 years ago
  39. 257bfd2 dm: usb: tegra: Drop legacy USB code by Simon Glass · 10 years ago
  40. 534f9d3 dm: tegra: usb: Move USB to driver model by Simon Glass · 9 years ago
  41. c96d709 tegra: Allow board-specific init by Simon Glass · 9 years ago
  42. 237c363 ARM: tegra: move NVIDIA common files to arch/arm/mach-tegra by Masahiro Yamada · 9 years ago[Renamed from board/nvidia/common/board.c]
  43. 346451b tegra: Add support for setting up a as3722 PMIC by Simon Glass · 9 years ago
  44. 8277636 tegra: Provide a function to allow LCD PMIC setup by Simon Glass · 9 years ago
  45. ec74664 tegra: Add a board ID function by Simon Glass · 9 years ago
  46. 7d87413 tegra: Move checkboard() into the board code by Simon Glass · 9 years ago
  47. 73c3893 ARM: tegra: support running in non-secure mode by Stephen Warren · 10 years ago
  48. 79c7a90 ARM: tegra: Implement XUSB pad controller by Thierry Reding · 10 years ago
  49. b0e6ef4 dm: i2c: tegra: Convert to driver model by Simon Glass · 10 years ago
  50. 0521f98 dm: tegra: Add platform data for the GPIO driver by Simon Glass · 10 years ago
  51. 19d7bf3 tegra: make local functions static by Jeroen Hofstee · 10 years ago
  52. fda6fac dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  53. 8f9fd6c usb: tegra: combine header file by Stefan Agner · 11 years ago
  54. 07bbd48 ARM: tegra: prototype pinmux_init() in board.h by Stephen Warren · 11 years ago
  55. dcd1251 ARM: tegra: only build __pinmux_nand() when it's needed by Tom Warren · 11 years ago
  56. de351d6 lib: time: add weak timer_init() function by Darwin Rambo · 11 years ago
  57. 16297cf usb: new board-specific USB init interface by Mateusz Zalega · 11 years ago
  58. c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  59. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  60. 1f2ba72 tegra: i2c: Enable new CONFIG_SYS_I2C framework by Simon Glass · 12 years ago
  61. 7e44d93 ARM: Tegra: USB: EHCI: Add support for Tegra30/Tegra114 by Jim Lin · 11 years ago
  62. 78f47b7 spi: add common fdt SPI driver interface by Allen Martin · 12 years ago
  63. ff1da6f tegra: spi: rename tegra SPI drivers by Allen Martin · 12 years ago
  64. 9000652 tegra: remove support for UART SPI switch by Allen Martin · 12 years ago
  65. 190be1f Tegra30: MMC: Add SD bus power-rail and SDMMC pad init routines by Tom Warren · 12 years ago
  66. c9aa831 Tegra: MMC: Add DT support to MMC driver for all T20 boards by Tom Warren · 12 years ago
  67. 7ae18f3 tegra: usb: move implementation into right directory by Lucas Stach · 12 years ago
  68. 9482919 Tegra114: Add generic Tegra114 build support by Tom Warren · 12 years ago
  69. b19f574 tegra: add SPI SLINK driver by Allen Martin · 12 years ago
  70. 6d6c0ba Tegra30: Add generic Tegra30 build support by Tom Warren · 12 years ago
  71. 716d943 tegra: display: add board pinmux by Marc Dietrich · 12 years ago
  72. 1b24a50 tegra: Add LCD support to Nvidia boards by Simon Glass · 12 years ago
  73. e1ae0d1 tegra: Add support for PWM by Simon Glass · 12 years ago
  74. c0720af tegra: nand: add board pinmux by Lucas Stach · 12 years ago
  75. 516f00b tegra: clean up board include hell by Lucas Stach · 12 years ago
  76. 0cd10c7 tegra20: rework UART GPIO handling by Lucas Stach · 12 years ago
  77. 150c249 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  78. 29f3e3f Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  79. a49716a tegra20: move SDRAM param save to later in boot by Allen Martin · 12 years ago
  80. 45ec5b2 tegra20: remove timer_init from SPL build by Allen Martin · 12 years ago
  81. 00a2749 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  82. e028494 tegra: add pin_mux_spi() board initialization function by Stephen Warren · 12 years ago
  83. 1e2d785 tegra: fix leftover CONFIG_TEGRA2_MMC & _SPI build switches by Tom Warren · 12 years ago
  84. cb7a1cf tegra: Allow boards to perform early GPIO setup by Thierry Reding · 12 years ago
  85. c5b34a2 tegra: Add EMC settings for Seaboard by Jimmy Zhang · 12 years ago
  86. 5aff021 tegra: Turn off power detect in board init by Wei Ni · 12 years ago
  87. 67ac579 tegra: Set up warmboot code on Nvidia boards by Simon Glass · 12 years ago
  88. 8723626 tegra: Set up PMU for Nvidia boards by Simon Glass · 12 years ago
  89. cb445fb tegra: i2c: Initialise I2C on Nvidia boards by Simon Glass · 13 years ago
  90. f10393e tegra: usb: Add USB support to nvidia boards by Simon Glass · 13 years ago
  91. f46a945 tegra: Move boards over to use arch-level board UART function by Simon Glass · 13 years ago
  92. 905ed41 tegra: Move clock_early_init() to arch_cpu_init() by Simon Glass · 13 years ago
  93. ccdd6ea tegra: Move cpu_init_cp15() to arch_cpu_init() by Simon Glass · 13 years ago
  94. a04eba9 tegra2: Plumb in SPI/UART switch code by Simon Glass · 13 years ago
  95. 9112ef8 tegra2: spi: Add SPI driver for Tegra2 SOC by Tom Warren · 13 years ago
  96. 1be0d75 tegra2: Add UARTB support by Simon Glass · 13 years ago
  97. 6b5763e tegra2: Tidy UART selection by Simon Glass · 13 years ago
  98. 831a077 tegra2: Enable instruction cache by Simon Glass · 13 years ago
  99. e43d6ed tegra2: Add arch_cpu_init() to fire up Cortex-A9 by Simon Glass · 13 years ago
  100. ae03661 tegra2: Move board_mmc_init into board files by Stephen Warren · 13 years ago