Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
9c21df15474b9f722822a95d334796cd97b3448b
/
arch
/
arm
/
mach-tegra
53b5bf3
Convert CONFIG_SPL_GPIO_SUPPORT to Kconfig
by Simon Glass
· 8 years ago
217f92b
ARM: armv7: move CONFIG_ARMV7_PSCI to Kconfig
by Masahiro Yamada
· 8 years ago
55a65e6
ARM: tegra: remove wrong dependency on SPL_BUILD
by Masahiro Yamada
· 8 years ago
b615267
ARM: tegra: Add support for TK1-SOM board from Colorado Engineering
by Peter Chubb
· 8 years ago
027638d
ARM: tegra: reduce CSITE clock from 204M to 136M
by Bryan Wu
· 8 years ago
9889862
ARM: tegra: move ft_system_setup()
by Stephen Warren
· 8 years ago
4dd99d1
reset: add Tegra186 reset driver
by Stephen Warren
· 8 years ago
d9fd700
clock: add Tegra186 clock driver
by Stephen Warren
· 8 years ago
73dd5c4
misc: add Tegra BPMP driver
by Stephen Warren
· 8 years ago
7edb176
Merge branch 'master' of git://git.denx.de/u-boot-tegra
by Tom Rini
· 8 years ago
a78cd86
ARM: Rework and correct barrier definitions
by Tom Rini
· 8 years ago
cb0ff4c
ARM: tegra: call tegra_board_init on Tegra186
by Stephen Warren
· 8 years ago
2a5f7f2
ARM: tegra: pick up actual memory size
by Stephen Warren
· 8 years ago
49626ea
ARM: tegra: add IVC protocol implementation
by Stephen Warren
· 8 years ago
d0f4500
ARM: tegra: unify Tegra186 Makefile a bit
by Stephen Warren
· 8 years ago
66669fc
Merge git://git.denx.de/u-boot-fsl-qoriq
by Tom Rini
· 8 years ago
62a3b7d
Various, unrelated tree-wide typo fixes.
by Robert P. J. Day
· 8 years ago
cd4b0c5
armv8: mmu: Add support of non-identical mapping
by York Sun
· 8 years ago
6e6622d
ARM: PSCI: Switch to per-CPU target PC storage in secure data section
by Chen-Yu Tsai
· 8 years ago
28f9035
ARM: PSCI: Remove unused psci_text_end symbol
by Chen-Yu Tsai
· 8 years ago
b528132
ARM: PSCI: Split out common stack setup code from psci_arch_init
by Chen-Yu Tsai
· 8 years ago
0f67e23
mailbox: add Tegra186 HSP driver
by Stephen Warren
· 8 years ago
10a0338
ARM: tegra: add p2771-0000 board support
by Stephen Warren
· 8 years ago
c7ba99c
ARM: tegra: add core Tegra186 support
by Stephen Warren
· 8 years ago
601800b
ARM: tegra: convert CONFIG_TEGRA_GPIO to Kconfig
by Stephen Warren
· 8 years ago
d9b6f58
ARM: tegra: enable GPU node by compatible value
by Stephen Warren
· 9 years ago
8f83759
ARM: tegra210: set PLLE_PTS bit when enabling PLLE
by Stephen Warren
· 9 years ago
b30291a
tegra: Replace home grown mmu code with generic table approach
by Alexander Graf
· 9 years ago
d6ef8a6
video: tegra: Correct a Kconfig warning with VIDCONSOLE_AS_LCD
by Simon Glass
· 9 years ago
e007633
tegra: video: Clean up the old LCD/PWM driver code
by Simon Glass
· 9 years ago
91c08af
tegra: video: Move LCD driver to use the DM PWM driver
by Simon Glass
· 9 years ago
71cafc3
tegra: video: Merge the display driver into one file
by Simon Glass
· 9 years ago
d2f9065
tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20
by Simon Glass
· 9 years ago
135a87e
tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCD
by Simon Glass
· 9 years ago
3f2997a
tegra: Allow driver model to be used for the PWM
by Simon Glass
· 9 years ago
6c88b51
video: tegra: Enable the 'lcd' env variable work-around
by Simon Glass
· 9 years ago
dd8204d
ARM: tegra: shut down USB device controller at boot
by Stephen Warren
· 9 years ago
84b8bf6
bug.h: move BUILD_BUG_* defines to include/linux/bug.h
by Masahiro Yamada
· 9 years ago
5b8031c
Add more SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
96350f7
dm: tegra: net: Convert tegra boards to driver model for Ethernet
by Simon Glass
· 9 years ago
878a3ed
dm: tegra: Provide serial platform data for SPL
by Simon Glass
· 9 years ago
3ba5f74
dm: pci: Disable PCI compatibility functions by default
by Simon Glass
· 9 years ago
e81ca88
dm: tegra: pci: Convert tegra boards to driver model for PCI
by Simon Glass
· 9 years ago
15bcc62
ARM: tegra: refactor common Kconfig options
by Stephen Warren
· 9 years ago
1874626
ns16550: unify serial_tegra
by Thomas Chou
· 9 years ago
f77f5e9
dm: tegra: Convert keyboard driver to driver model
by Simon Glass
· 9 years ago
e1cf527
ARM: tegra: note that p2371-2180 is Jetson TX1
by Stephen Warren
· 9 years ago
eca676b
ARM: tegra: rename GPU functions
by Alexandre Courbot
· 9 years ago
d6bf06c
ARM: tegra: simplify GPU setup
by Alexandre Courbot
· 9 years ago
36e5f7c
ARM: tegra: remove vpr_configured() function
by Alexandre Courbot
· 9 years ago
f35cb12
ARM: tegra: error check Tegra210 XUSB padctl waits
by Stephen Warren
· 9 years ago
4e4b557
ARM: tegra: add lane tables to Tegra210 XUSB padctl
by Stephen Warren
· 9 years ago
7a908c7
ARM: tegra: switch Tegra210 to common XUSB padctl
by Stephen Warren
· 9 years ago
095e658
ARM: tegra: parameterize common XUSB code
by Stephen Warren
· 9 years ago
1680d7b
ARM: tegra: create common XUSB padctl driver file
by Stephen Warren
· 9 years ago
057fd32
ARM: tegra: clean up XUSB padctl error() calls
by Stephen Warren
· 9 years ago
aae52c0
ARM: tegra: rename dummy XUSB padctl implementation
by Stephen Warren
· 9 years ago
dfa551e
ARM: tegra210: implement PLLE init procedure from TRM
by Stephen Warren
· 9 years ago
cad0499
Merge branch 'master' of git://git.denx.de/u-boot-arm
by Tom Rini
· 9 years ago
376cb1a
ARM: tegra: add custom MMU setup on ARMv8
by Stephen Warren
· 9 years ago
da58dec
Various Makefiles: Add SPDX-License-Identifier tags
by Tom Rini
· 9 years ago
8e1601d
ARM: tegra114: Clear IDDQ when enabling PLLC
by Thierry Reding
· 9 years ago
aba11d4
ARM: tegra124: Clear IDDQ when enabling PLLC
by Thierry Reding
· 9 years ago
97c02d8
ARM: tegra: clk_m is the architected timer source clock
by Thierry Reding
· 9 years ago
c043c02
ARM: tegra: Implement clk_m
by Thierry Reding
· 9 years ago
6c7dc62
ARM: tegra: fix PLLP frequency calc on T210
by Stephen Warren
· 9 years ago
2573428
ARM: tegra: Add p2371-2180 board
by Stephen Warren
· 9 years ago
0f92582
of: clean up OF_CONTROL ifdef conditionals
by Masahiro Yamada
· 9 years ago
dffb86e
of: flip CONFIG_SPL_DISABLE_OF_CONTROL into CONFIG_SPL_OF_CONTROL
by Masahiro Yamada
· 9 years ago
bbc1b99
ARM: tegra: represent RAM in 1 or 2 banks
by Stephen Warren
· 9 years ago
a5fc3d0
ARM: tegra: query_sdram_size() cleanup
by Stephen Warren
· 9 years ago
5a30cee
tegra: Correct logic for reading pll_misc in clock_start_pll()
by Simon Glass
· 9 years ago
f05fa67
ARM: tegra: Add p2371-0000 board
by Stephen Warren
· 9 years ago
b692009
ARM: tegra: Add e2220-1170 board
by Stephen Warren
· 9 years ago
a38a3c4
ARM: tegra: enable GPU DT node when appropriate
by Alexandre Courbot
· 9 years ago
871d78e
ARM: tegra: move VPR configuration to a later stage
by Alexandre Courbot
· 9 years ago
424afc0
ARM: tegra: restrict usable RAM size further
by Stephen Warren
· 9 years ago
722e000
Tegra: PLL: use per-SoC pllinfo table instead of PLL_DIVM/N/P, etc.
by Tom Warren
· 9 years ago
3e8650c
Tegra: clocks: Add 38.4MHz OSC support for T210 use
by Tom Warren
· 9 years ago
6699989
T210: P2571: Turn CPU fan on
by Tom Warren
· 10 years ago
873e3ef
T210: Add support for 64-bit T210-based P2571 board
by Tom Warren
· 10 years ago
7aaa5a6
ARM: Tegra210: Add support to common Tegra source/config files
by Tom Warren
· 10 years ago
6c43f6c
ARM: Tegra210: Add SoC code/include files for T210
by Tom Warren
· 10 years ago
56079ec
Tegra: Rework KConfig options to allow 64-bit builds (T210)
by Tom Warren
· 9 years ago
659a075
Tegra210: Fix 64-bit build warning about save_boot_params_ret()
by Tom Warren
· 9 years ago
aa44187
ARM: tegra: Initialize timer earlier
by Thierry Reding
· 9 years ago
32b3234
ARM: tegra: Use standard cache enable for 64-bit
by Thierry Reding
· 9 years ago
00f782a
ARM: tegra: Restrict usable RAM to 32-bit on 64-bit SoCs
by Thierry Reding
· 9 years ago
f49357b
ARM: tegra: Build warning fixes for 64-bit
by Thierry Reding
· 9 years ago
537e967
tegra124: Implement spl_was_boot_source()
by Simon Glass
· 9 years ago
c9bb942
Move default y configs out of arch/board Kconfig
by Joe Hershberger
· 9 years ago
257bfd2
dm: usb: tegra: Drop legacy USB code
by Simon Glass
· 10 years ago
47a785a
dts: Disable device tree for SPL on all boards
by Simon Glass
· 9 years ago
534f9d3
dm: tegra: usb: Move USB to driver model
by Simon Glass
· 10 years ago
f374662
tegra: Replace 'Norrin' with 'Nyan-big' and fix typo
by Simon Glass
· 9 years ago
c96d709
tegra: Allow board-specific init
by Simon Glass
· 9 years ago
057772b
tegra: Add missing tegra124 peripherals
by Simon Glass
· 9 years ago
701b7b1
tegra: Introduce SRAM repair on tegra124
by Simon Glass
· 9 years ago
cd3c676
tegra: clock: Adjust PLL access to avoid a warning
by Simon Glass
· 9 years ago
746dc76
tegra: clock: Support enabling external clocks
by Simon Glass
· 9 years ago
Next »