1. a0c3276 tegra: Don't enable binman on ARMv8 SoCs by Simon Glass · 4 years, 4 months ago
  2. 4702064 video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 6 months ago
  3. 513f640 rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 7 months ago
  4. bf4645c arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET by Masahiro Yamada · 5 years ago
  5. 29ce1d0 ARM: tegra: Enable position independent build for 64-bit by Thierry Reding · 6 years ago
  6. 4e9260c ARM: tegra: Workaround UDC boot issues only if necessary by Thierry Reding · 6 years ago
  7. ce7eb16 ARM: tegra: Support TZ-only access to PMC by Thierry Reding · 6 years ago
  8. 8ffbcfc ARM: tegra: Guard powergate code with a Kconfig symbol by Thierry Reding · 6 years ago
  9. 7c0b150 ARM: tegra: Guard pin controller code with a Kconfig symbol by Thierry Reding · 6 years ago
  10. 17987bb ARM: tegra: Guard memory controller code with a Kconfig symbol by Thierry Reding · 6 years ago
  11. c3598a4 ARM: tegra: Guard GP pad control code with a Kconfig symbol by Thierry Reding · 6 years ago
  12. 45ad0b0 ARM: tegra: Guard clock code with a Kconfig symbol by Thierry Reding · 6 years ago
  13. 2e7c819 dm: Change CMD_DM enabling by Michal Simek · 6 years ago
  14. 84f3dec Kconfig: Sort bool, default, select and imply options by Michal Simek · 6 years ago
  15. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · 7 years ago
  16. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  17. eab3605 ARM: tegra: use LINUX_KERNEL_IMAGE_HEADER by Stephen Warren · 7 years ago
  18. 878c09b binman: tegra: Convert to use binman by Simon Glass · 7 years ago
  19. 87551f1 env: Convert CONFIG_ENV_IS_IN... to a choice by Simon Glass · 7 years ago
  20. 0662cf2 tegra: tegra124: Add a PMC syscon driver by Simon Glass · 7 years ago
  21. 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · 7 years ago
  22. a9e2c67 Kconfig: Finish migration of hashing commands by Daniel Thompson · 8 years ago
  23. bd74b03 Convert CONFIG_CMD_ENTERRCM to Kconfig by Simon Glass · 8 years ago
  24. 48fcc4a Convert CONFIG_SPL_BOARD_INIT to Kconfig by Ley Foon Tan · 8 years ago
  25. bacb52c ARM: Migrate errata to Kconfig by Tom Rini · 8 years ago
  26. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  27. f48e025 drivers/pci/Kconfig: Add PCI by Tom Rini · 8 years ago
  28. 905752c ARM: tegra: enable standard clock/reset APIs everywhere by Stephen Warren · 8 years ago
  29. a66f772 mmc: tegra: Add DM_MMC support to Tegra MMC driver by Tom Warren · 8 years ago
  30. e076d6f Convert CONFIG_SPL_SERIAL_SUPPORT to Kconfig by Simon Glass · 8 years ago
  31. b16c92c Convert CONFIG_SPL_LIBGENERIC_SUPPORT to Kconfig by Simon Glass · 8 years ago
  32. f2a8946 Convert CONFIG_SPL_LIBCOMMON_SUPPORT to Kconfig by Simon Glass · 8 years ago
  33. 0bdfc3e Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig by Simon Glass · 8 years ago
  34. fccc9c5 reset: add Tegra186 reset driver by Stephen Warren · 8 years ago
  35. e8e3f20 clock: add Tegra186 clock driver by Stephen Warren · 8 years ago
  36. a214892 misc: add Tegra BPMP driver by Stephen Warren · 8 years ago
  37. adf3abd ARM: tegra: add IVC protocol implementation by Stephen Warren · 8 years ago
  38. e0e2b26 mailbox: add Tegra186 HSP driver by Stephen Warren · 8 years ago
  39. 03667eb ARM: tegra: add core Tegra186 support by Stephen Warren · 9 years ago
  40. af974be ARM: tegra: convert CONFIG_TEGRA_GPIO to Kconfig by Stephen Warren · 9 years ago
  41. fe4ee97 video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD by Simon Glass · 9 years ago
  42. d8af3c9 tegra: video: Move LCD driver to use the DM PWM driver by Simon Glass · 9 years ago
  43. 669933b video: tegra: Enable the 'lcd' env variable work-around by Simon Glass · 9 years ago
  44. 5a44ab4 ARM: tegra: shut down USB device controller at boot by Stephen Warren · 9 years ago
  45. a403c9f dm: tegra: net: Convert tegra boards to driver model for Ethernet by Simon Glass · 9 years ago
  46. eca7b0d dm: pci: Disable PCI compatibility functions by default by Simon Glass · 9 years ago
  47. 46fcfc1 dm: tegra: pci: Convert tegra boards to driver model for PCI by Simon Glass · 9 years ago
  48. 8c29e65 ARM: tegra: refactor common Kconfig options by Stephen Warren · 9 years ago
  49. 01e9940 dm: tegra: Convert keyboard driver to driver model by Simon Glass · 9 years ago
  50. 1e35f39 of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL by Masahiro Yamada · 9 years ago
  51. ab0cc6b ARM: Tegra210: Add support to common Tegra source/config files by Tom Warren · 10 years ago
  52. 7b5002e Tegra: Rework KConfig options to allow 64-bit builds (T210) by Tom Warren · 9 years ago
  53. 17491a8 Move default y configs out of arch/board Kconfig by Joe Hershberger · 9 years ago
  54. 47e5f66 dts: Disable device tree for SPL on all boards by Simon Glass · 10 years ago
  55. eab35fe dm: tegra: usb: Move USB to driver model by Simon Glass · 10 years ago
  56. f069960 arch: Make board selection choices optional by Joe Hershberger · 10 years ago
  57. 5ef5ccc dm: select CONFIG_DM* options by Masahiro Yamada · 10 years ago
  58. c698824 malloc_f: enable SYS_MALLOC_F by default if DM is on by Masahiro Yamada · 10 years ago
  59. e3e5a9f dm: tegra: Enable driver model in SPL and adjust the GPIO driver by Simon Glass · 10 years ago
  60. cfc2f7d kconfig: remove unneeded dependency on !SPL_BUILD by Masahiro Yamada · 10 years ago
  61. 72fb32b kconfig: switch to single .config configuration by Masahiro Yamada · 10 years ago
  62. ed1632a ARM: tegra: collect SoC sources into mach-tegra by Masahiro Yamada · 10 years ago[Renamed (76%) from arch/arm/cpu/armv7/tegra-common/Kconfig]
  63. 838723b dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig by Simon Glass · 10 years ago
  64. 66b7e67 dm: tegra: Move driver model CONFIGs to Kconfig by Simon Glass · 10 years ago
  65. f280514 kconfig: arm: select CPU_V7 for some new boards by Masahiro Yamada · 10 years ago
  66. 9520b71 kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig by Masahiro Yamada · 10 years ago
  67. 0d82bad kconfig: remove redundant "string" type in arch and board Kconfigs by Masahiro Yamada · 10 years ago
  68. 73a5b1a tegra: kconfig: move board select menu and common settings by Masahiro Yamada · 10 years ago