summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
AgeCommit message (Expand)AuthorFilesLines
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-1/+1
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini1-0/+1
2021-08-30arm: Migrate GICV2 / GICV3 to KconfigTom Rini1-0/+2
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-1/+1
2021-05-24ARM: fix LTO for seaboardMarek BehĂșn1-0/+1
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn2-5/+5
2021-04-13Tegra: remove e2220-1170 boardPeter Robinson1-9/+0
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler2-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass8-0/+8
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2-2/+2
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2-2/+2
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-04configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include filePatrick Delaunay1-0/+1
2020-07-29tegra: Don't enable binman on ARMv8 SoCsSimon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-07-01tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCETom Rini1-10/+10
2020-06-18video: extend stdout video console work-around for 'vga'Anatolij Gustschin1-1/+0
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass15-0/+15
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass29-0/+29
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2020-05-19common: Drop init.h from common headerSimon Glass7-0/+7
2020-05-19common: Drop net.h from common headerSimon Glass3-0/+3
2020-05-15rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRATrevor Woerner1-1/+1
2020-04-03ARM: tegra: Add NVIDIA Jetson Nano Developer Kit supportTom Warren2-0/+32
2020-04-03i2c: t210: Add VI_I2C clock source supportTom Warren1-4/+4
2020-04-03t210: pinmux: Remove pinmux/GPIO init from T210 boardsTom Warren2-196/+1
2020-04-03t210: do not enable PLLE and UPHY PLL HW PWRSEQJC Kuo4-44/+53
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-18common: Move hang() to the same header as panic()Simon Glass1-0/+1
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass2-0/+2
2020-01-17aes: add support of aes192 and aes256Philippe Reynes1-19/+22
2019-12-09net: Always build the string_to_enetaddr() helperJoe Hershberger1-1/+1
2019-12-03common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-10-06Revert "ARM: tegra: reserve unmapped RAM so EFI doesn't use it"Mian Yousaf Kaukab1-14/+0
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-09apalis-tk1: remove non-essential power rails on bootDominik Sliwa1-0/+45
2019-08-09apalis-tk1/t30: colibri_t30: display reset reasonDominik Sliwa1-10/+22
2019-07-10arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSETMasahiro Yamada3-6/+1
2019-06-05ARM: tegra: Enable position independent build for 64-bitThierry Reding1-0/+1
2019-06-05ARM: tegra: Import cbootargs value from cboot DTBThierry Reding1-0/+47