1. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  2. ca2e1a5 global: Migrate CONFIG_TEGRA_BOARD_STRING to CFG by Tom Rini · Sun Dec 04 10:13:58 2022 -0500
  3. 4b3e7c0 Convert CONFIG_TEGRA_ENABLE_UARTA et al to Kconfig by Tom Rini · Fri Dec 02 16:42:45 2022 -0500
  4. afa5185 global: Remove extraneous DM_ETH imply/select by Tom Rini · Sun Nov 27 10:25:03 2022 -0500
  5. 117af43 Convert CONFIG_TEGRA_CLOCK_SCALING et al to Kconfig by Tom Rini · Sat Nov 19 18:45:36 2022 -0500
  6. bb4dd96 global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · Wed Nov 16 13:10:37 2022 -0500
  7. df6a215 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · Wed Nov 16 13:10:28 2022 -0500
  8. 52cb504 video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · Tue Oct 18 07:46:31 2022 -0600
  9. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  10. 4f4f583 board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · Fri Sep 09 17:32:40 2022 +0200
  11. 4dbaf6f Convert CONFIG_TEGRA_GPU to Kconfig by Tom Rini · Wed Jun 08 08:24:33 2022 -0400
  12. 098c9ad ARM: tegra: XUSB padctl: Add new lines for errors by Peter Robinson · Tue May 03 09:29:21 2022 +0100
  13. d8d1fb6 tegra: Migrate CI_UDC_HAS_HOSTPC to Kconfig by Tom Rini · Wed Mar 30 18:07:13 2022 -0400
  14. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 20 12:40:20 2022 -0500
  15. 5d6b448 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · Thu Jan 20 01:04:42 2022 +0100
  16. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  17. 973c0e7 ARM: tegra: Copy memory-region-names property by Thierry Reding · Fri Sep 03 15:16:25 2021 +0200
  18. 1398da6 ARM: tegra: Refactor DT update helpers by Thierry Reding · Fri Sep 03 15:16:24 2021 +0200
  19. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  20. f4d6039 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · Sun Aug 08 12:20:12 2021 -0600
  21. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · Fri Aug 27 21:18:30 2021 -0400
  22. 249f11f arm: Migrate GICV2 / GICV3 to Kconfig by Tom Rini · Thu Aug 19 14:19:39 2021 -0400
  23. 035939e Rename GPIO_SUPPORT to GPIO by Simon Glass · Sat Jul 10 21:14:30 2021 -0600
  24. 332731e ARM: fix LTO for seaboard by Marek Behún · Thu May 20 13:24:17 2021 +0200
  25. 4bebdd3 treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · Thu May 20 13:23:52 2021 +0200
  26. c422f62 Tegra: remove e2220-1170 board by Peter Robinson · Wed Feb 17 17:06:53 2021 +0000
  27. 6f14d5f reset: Remove addr parameter from reset_cpu() by Harald Seiler · Tue Dec 15 16:47:52 2020 +0100
  28. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  29. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  30. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  31. 1d8364a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · Mon Dec 28 20:34:54 2020 -0700
  32. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · Thu Dec 03 16:55:23 2020 -0700
  33. a4cc1a7 configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include file by Patrick Delaunay · Thu Jun 18 09:41:34 2020 +0200
  34. a0c3276 tegra: Don't enable binman on ARMv8 SoCs by Simon Glass · Sun Jul 19 13:56:00 2020 -0600
  35. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · Fri Jun 26 15:13:33 2020 +0900
  36. 52a31c1 tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · Thu May 14 08:30:03 2020 -0400
  37. 4702064 video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · Sat May 23 17:11:20 2020 +0200
  38. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  39. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  40. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  41. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  42. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  43. 9758973 common: Drop init.h from common header by Simon Glass · Sun May 10 11:40:02 2020 -0600
  44. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  45. 513f640 rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · Wed May 06 08:02:41 2020 -0400
  46. 872111a ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support by Tom Warren · Fri Feb 28 16:17:07 2020 -0700
  47. 3bb2f5d i2c: t210: Add VI_I2C clock source support by Tom Warren · Fri Mar 27 10:24:31 2020 -0700
  48. 547bd33 t210: pinmux: Remove pinmux/GPIO init from T210 boards by Tom Warren · Thu Mar 26 16:10:11 2020 -0700
  49. f479aca t210: do not enable PLLE and UPHY PLL HW PWRSEQ by JC Kuo · Thu Mar 26 16:10:09 2020 -0700
  50. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  51. f11478f common: Move hang() to the same header as panic() by Simon Glass · Sat Dec 28 10:45:07 2019 -0700
  52. 8e16b1e common: Move RAM-sizing functions to init.h by Simon Glass · Sat Dec 28 10:45:05 2019 -0700
  53. afb0215 common: Move reset_cpu() to the CPU header by Simon Glass · Sat Dec 28 10:45:01 2019 -0700
  54. a40315e aes: add support of aes192 and aes256 by Philippe Reynes · Mon Jan 06 15:22:35 2020 +0100
  55. 8e7545e net: Always build the string_to_enetaddr() helper by Joe Hershberger · Fri Sep 13 19:21:16 2019 -0500
  56. 6980b6b common: Move board_get_usable_ram_top() out of common.h by Simon Glass · Thu Nov 14 12:57:45 2019 -0700
  57. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  58. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  59. 1d91ba7 common: Move some cache and MMU functions out of common.h by Simon Glass · Thu Nov 14 12:57:37 2019 -0700
  60. 495a5dc common: Move get_ticks() function out of common.h by Simon Glass · Thu Nov 14 12:57:30 2019 -0700
  61. a08aafd Revert "ARM: tegra: reserve unmapped RAM so EFI doesn't use it" by Mian Yousaf Kaukab · Tue Sep 24 17:10:24 2019 +0200
  62. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · Thu Aug 01 09:47:12 2019 -0600
  63. 5e6201b env: Move env_set() to env.h by Simon Glass · Thu Aug 01 09:46:51 2019 -0600
  64. 313112a env: Move env_set_hex() to env.h by Simon Glass · Thu Aug 01 09:46:46 2019 -0600
  65. 3f6a2e2 apalis-tk1: remove non-essential power rails on boot by Dominik Sliwa · Thu Aug 01 11:06:39 2019 +0300
  66. 4e9c07f apalis-tk1/t30: colibri_t30: display reset reason by Dominik Sliwa · Thu Aug 01 11:06:37 2019 +0300
  67. bf4645c arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET by Masahiro Yamada · Wed Jun 26 13:51:46 2019 +0900
  68. 29ce1d0 ARM: tegra: Enable position independent build for 64-bit by Thierry Reding · Mon Apr 15 11:32:32 2019 +0200
  69. 56d1290 ARM: tegra: Import cbootargs value from cboot DTB by Thierry Reding · Mon Apr 15 11:32:31 2019 +0200
  70. 37bb829 ARM: tegra: Implement cboot_get_ethaddr() by Thierry Reding · Mon Apr 15 11:32:30 2019 +0200
  71. d8593c7 ARM: tegra: Implement cboot_save_boot_params() in C by Thierry Reding · Mon Apr 15 11:32:29 2019 +0200
  72. 7cef2b2 ARM: tegra: Unify Tegra186 builds by Thierry Reding · Mon Apr 15 11:32:28 2019 +0200
  73. 4e9260c ARM: tegra: Workaround UDC boot issues only if necessary by Thierry Reding · Mon Apr 15 11:32:26 2019 +0200
  74. ce7eb16 ARM: tegra: Support TZ-only access to PMC by Thierry Reding · Mon Apr 15 11:32:25 2019 +0200
  75. f6270a6 ARM: tegra: Fix save_boot_params() prototype by Thierry Reding · Mon Apr 15 11:32:23 2019 +0200
  76. 8ffbcfc ARM: tegra: Guard powergate code with a Kconfig symbol by Thierry Reding · Mon Apr 15 11:32:22 2019 +0200
  77. 7c0b150 ARM: tegra: Guard pin controller code with a Kconfig symbol by Thierry Reding · Mon Apr 15 11:32:21 2019 +0200
  78. 17987bb ARM: tegra: Guard memory controller code with a Kconfig symbol by Thierry Reding · Mon Apr 15 11:32:20 2019 +0200
  79. c3598a4 ARM: tegra: Guard GP pad control code with a Kconfig symbol by Thierry Reding · Mon Apr 15 11:32:19 2019 +0200
  80. 45ad0b0 ARM: tegra: Guard clock code with a Kconfig symbol by Thierry Reding · Mon Apr 15 11:32:18 2019 +0200
  81. cf39008 ARM: tegra: Use common header for PMU declarations by Thierry Reding · Mon Apr 15 11:32:17 2019 +0200
  82. 58970ae ARM: tegra: Remove disp1 clock initialization on Tegra210 by Thierry Reding · Mon Apr 15 11:32:16 2019 +0200
  83. 317a47c ARM: tegra: Fix mux type for disp1 and disp2 clocks on Tegra210 by Thierry Reding · Mon Apr 15 11:32:15 2019 +0200
  84. 1a62f10 tegra: Add a delay in clock_start_periph_pll() by Simon Glass · Mon Apr 01 13:38:38 2019 -0700
  85. f425335 tegra: Correct tegra124 clock name by Simon Glass · Mon Apr 01 13:38:38 2019 -0700
  86. 43ec7e0 CONFIG_SPL_SYS_[DI]CACHE_OFF: add by Trevor Woerner · Fri May 03 09:41:00 2019 -0400
  87. 7f60b23 arm64: zynqmp: Move SoC sources to mach-zynqmp by Michal Simek · Thu Jan 17 08:22:43 2019 +0100
  88. e539a7c linux/sizes.h: sync from kernel by Baruch Siach · Sun Nov 11 12:31:03 2018 +0200
  89. 59561ff ARM: tegra: reserve unmapped RAM so EFI doesn't use it by Stephen Warren · Thu Aug 30 15:43:44 2018 -0600
  90. 8eadc5f ARM: tegra: avoid more operations in non-secure world by Stephen Warren · Tue Jul 31 12:39:07 2018 -0600
  91. a963a78 ARM: tegra: align carveout size by Stephen Warren · Tue Jul 31 12:38:27 2018 -0600
  92. 7e7ba3b Kconfig: Sort bool, default, select and imply options by Michal Simek · Mon Jul 23 15:55:15 2018 +0200
  93. 2e7c819 dm: Change CMD_DM enabling by Michal Simek · Mon Jul 23 15:55:14 2018 +0200
  94. 84f3dec Kconfig: Sort bool, default, select and imply options by Michal Simek · Mon Jul 23 15:55:13 2018 +0200
  95. c12800f ARM: tegra: avoid using secure carveout RAM by Stephen Warren · Fri Jun 22 13:03:19 2018 -0600
  96. a808b23 ARM: tegra: implement RAM repair by Bibek Basu · Fri Jun 22 13:02:28 2018 -0600
  97. 01d9ab1 Revert "tegra: Introduce SRAM repair on tegra124" by Stephen Warren · Fri Jun 22 13:02:27 2018 -0600
  98. 81b1a67 arm: v7: Kconfig: Rename CPU_V7 as CPU_V7A by Lokesh Vutla · Thu Apr 26 18:21:26 2018 +0530
  99. 0364816 tegra: psci: save context id in cpu_on command by Patrick Delaunay · Mon Apr 16 10:15:09 2018 +0200
  100. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400