index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
armv7
/
tegra2
Age
Commit message (
Expand
)
Author
2012-03-29
tegra: Enhance clock support to handle 16-bit clock divisors
Simon Glass
2012-03-29
tegra: Rename NV_PA_PMC_BASE to TEGRA2_PMC_BASE
Simon Glass
2012-03-29
tegra: usb: Add support for Tegra USB peripheral
Simon Glass
2012-03-29
tegra: fdt: Add function to return peripheral/clock ID
Simon Glass
2012-03-29
tegra: fdt: Add Tegra2x device tree file from kernel
Simon Glass
2012-03-29
arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer load
Tom Warren
2012-02-12
tegra2: Enable data cache
Simon Glass
2012-02-12
tegra: Add SDMMC support to funcmux
Simon Glass
2012-02-12
tegra: Add I2C support to funcmux
Simon Glass
2012-02-12
tegra: Add enum to select from available funcmux configs
Simon Glass
2012-02-12
tegra: Adjust funcmux config test to permit expansion
Simon Glass
2012-02-12
tegra2: Fix default RAM size selection in odmdata
Stephen Warren
2012-02-12
tegra2: Fix conflicting pinmux for UARTA
Stephen Warren
2011-12-24
tegra: Add support for UART init in cpu board.c
Simon Glass
2011-12-24
tegra: Add a function mux feature
Simon Glass
2011-12-24
tegra: add clock_ll_start_uart() to enable UART prior to reloc
Simon Glass
2011-12-24
tegra: Move clock_early_init() to arch_cpu_init()
Simon Glass
2011-12-24
tegra: Move cpu_init_cp15() to arch_cpu_init()
Simon Glass
2011-12-24
tegra2: Always build with USE_PRIVATE_LIBGCC=yes.
Thierry Reding
2011-12-09
tegra2: Don't use board pointer before it is set up
Simon Glass
2011-12-09
tegra2: Remove unneeded 'dynamic ram size' message
Simon Glass
2011-12-09
tegra2: Remove unneeded boot code
Simon Glass
2011-12-09
tegra2: Simplify tegra_start() boot path
Simon Glass
2011-12-09
tegra2: Add arch_cpu_init() to fire up Cortex-A9
Simon Glass
2011-10-28
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2011-10-27
GCC4.6: Squash warning in tegra2 board.c
Marek Vasut
2011-10-27
tegra2: Add more pinmux functions
Simon Glass
2011-10-27
tegra2: Rename PIN_ to PINGRP_
Simon Glass
2011-10-27
tegra2: Add more clock functions
Simon Glass
2011-10-27
tegra2: Rename CLOCK_PLL_ID to CLOCK_ID
Simon Glass
2011-10-22
build: add missing $(AR)->$(cmd_link_o_target) update
Mike Frysinger
2011-09-10
tegra2: fix warning: "assert" redefined
Wolfgang Denk
2011-09-04
Tegra2: Use clock and pinmux functions to simplify code
Simon Glass
2011-09-04
Tegra2: Add additional pin multiplexing features
Simon Glass
2011-09-04
Tegra2: Add more clock support
Simon Glass
2011-09-04
Tegra2: Add microsecond timer function
Simon Glass
2011-07-26
Timer: Remove reset_timer_masked()
Graeme Russ
2011-07-26
Timer: Remove reset_timer() for non-Nios2 arches
Graeme Russ
2011-07-26
Timer: Remove set_timer completely
Graeme Russ
2011-04-27
arm: Tegra2: Add missing PLLX init
Tom Warren
2011-04-27
arm: Tegra2: add support for A9 CPU init
Tom Warren
2011-02-21
arm: Tegra2: Add basic NVIDIA Tegra2 SoC support
Tom Warren