- 5a8fe1e ARM: tegra20: implement BCT patching by Svyatoslav Ryhel · 1 year, 9 months ago
- 327ff8e ARM: tegra30: implement BCT patching by Ramin Khonsari · 1 year, 9 months ago
- bab0878 ARM: tegra: crypto: extend crypto functional by Svyatoslav Ryhel · 1 year, 9 months ago
- 8ed2bd1 ARM: tegra: expose crypto module for all Tegra SoCs by Svyatoslav Ryhel · 1 year, 9 months ago
- 5668c75 board: tegra30: switch to updated pre-dm i2c write by Svyatoslav Ryhel · 1 year, 9 months ago
- 4213d52 ARM: tegra: create common pre-dm i2c write by Svyatoslav Ryhel · 1 year, 9 months ago
- 1a7ce63 ARM: tegra: add late init support by Svyatoslav Ryhel · 1 year, 9 months ago
- 23d24df ARM: tegra: Fix Tegra PWM parent clock by Svyatoslav Ryhel · 1 year, 9 months ago
- 678157e ARM: tegra30: add PLLD to pll setup by Svyatoslav Ryhel · 1 year, 9 months ago
- a81d792 ARM: tegra: clock: add clock_decode_pair helper by Svyatoslav Ryhel · 1 year, 9 months ago
- 65e0274 ARM: tegra: clock: add clk_id_to_pll_id helper by Svyatoslav Ryhel · 1 year, 9 months ago
- 2fafac3 ARM: t20/t30: swap host1x and disp1 clock parents by Svyatoslav Ryhel · 1 year, 9 months ago
- fca18a2 tegra30: clock: add EXTPERIPH by Svyatoslav Ryhel · 1 year, 9 months ago
- 412a4c6 ARM: tegra: include timer as default option by Svyatoslav Ryhel · 1 year, 10 months ago
- 87a7586 ARM: tegra: remap clock_osc_freq for all Tegra family by Svyatoslav Ryhel · 1 year, 10 months ago
- 6e7df1d global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 10 months ago
- e660e97 global: Migrate CONFIG_TEGRA_BOARD_STRING to CFG by Tom Rini · 2 years ago
- d14f3f2 Convert CONFIG_TEGRA_ENABLE_UARTA et al to Kconfig by Tom Rini · 2 years ago
- 8457d02 global: Remove extraneous DM_ETH imply/select by Tom Rini · 2 years ago
- b43295a Convert CONFIG_TEGRA_CLOCK_SCALING et al to Kconfig by Tom Rini · 2 years ago
- aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 2 years ago
- 9109213 global: Move remaining CONFIG_SYS_NS16550_* to CFG_SYS_NS16550_* by Tom Rini · 2 years ago
- b86986c video: Rename CONFIG_DM_VIDEO to CONFIG_VIDEO by Simon Glass · 2 years, 1 month ago
- 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 2 months ago
- 049704f board_f: Fix types for board_get_usable_ram_top() by Pali Rohár · 2 years, 2 months ago
- 7ef53a3 Convert CONFIG_TEGRA_GPU to Kconfig by Tom Rini · 2 years, 5 months ago
- 5b060e4 ARM: tegra: XUSB padctl: Add new lines for errors by Peter Robinson · 2 years, 7 months ago
- bd3ef27 tegra: Migrate CI_UDC_HAS_HOSTPC to Kconfig by Tom Rini · 2 years, 8 months ago
- 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
- 3058e28 fdt_support: Add fdt_for_each_node_by_compatible() helper macro by Marek Behún · 2 years, 10 months ago
- 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
- a0ba216 ARM: tegra: Copy memory-region-names property by Thierry Reding · 3 years, 2 months ago
- 77409c7 ARM: tegra: Refactor DT update helpers by Thierry Reding · 3 years, 2 months ago
- 66356b4 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
- 2a73606 serial: Rename SERIAL_SUPPORT to SERIAL by Simon Glass · 3 years, 3 months ago
- a2ac2b9 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 3 months ago
- 5afdcca arm: Migrate GICV2 / GICV3 to Kconfig by Tom Rini · 3 years, 3 months ago
- 83061db Rename GPIO_SUPPORT to GPIO by Simon Glass · 3 years, 4 months ago
- 9d3918f ARM: fix LTO for seaboard by Marek Behún · 3 years, 6 months ago
- 236f2ec treewide: Convert macro and uses of __section(foo) to __section("foo") by Marek Behún · 3 years, 6 months ago
- bedab97 Tegra: remove e2220-1170 board by Peter Robinson · 3 years, 9 months ago
- 35b65dd reset: Remove addr parameter from reset_cpu() by Harald Seiler · 4 years ago
- 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
- 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago
- 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 11 months ago
- 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
- 4f5128f configs: cei-tk1-som: remove CONFIG_ARMV7_PSCI in include file by Patrick Delaunay · 4 years, 5 months ago
- 3077026 tegra: Don't enable binman on ARMv8 SoCs by Simon Glass · 4 years, 4 months ago
- b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- f2ff327 tegra: Convert from ACCESS_ONCE to READ/WRITE_ONCE by Tom Rini · 4 years, 6 months ago
- 22b897a video: extend stdout video console work-around for 'vga' by Anatolij Gustschin · 4 years, 6 months ago
- cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 6 months ago
- 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- 18138ab rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 6 months ago
- 7c02bc9 ARM: tegra: Add NVIDIA Jetson Nano Developer Kit support by Tom Warren · 4 years, 9 months ago
- d43c1dc i2c: t210: Add VI_I2C clock source support by Tom Warren · 4 years, 8 months ago
- 48ba196 t210: pinmux: Remove pinmux/GPIO init from T210 boards by Tom Warren · 4 years, 8 months ago
- d491dc0 t210: do not enable PLLE and UPHY PLL HW PWRSEQ by JC Kuo · 4 years, 8 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 11 months ago
- 9b4a205 common: Move RAM-sizing functions to init.h by Simon Glass · 4 years, 11 months ago
- 9a3b4ce common: Move reset_cpu() to the CPU header by Simon Glass · 4 years, 11 months ago
- 8302d17 aes: add support of aes192 and aes256 by Philippe Reynes · 4 years, 10 months ago
- fb8977c net: Always build the string_to_enetaddr() helper by Joe Hershberger · 5 years ago
- 67c4e9f common: Move board_get_usable_ram_top() out of common.h by Simon Glass · 5 years ago
- 36bf446 common: Move enable/disable_interrupts out of common.h by Simon Glass · 5 years ago
- 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 9edefc2 common: Move some cache and MMU functions out of common.h by Simon Glass · 5 years ago
- 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 5 years ago
- e5d8971 Revert "ARM: tegra: reserve unmapped RAM so EFI doesn't use it" by Mian Yousaf Kaukab · 5 years ago
- e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
- 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
- c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
- 5a20adf apalis-tk1: remove non-essential power rails on boot by Dominik Sliwa · 5 years ago
- fbcb925 apalis-tk1/t30: colibri_t30: display reset reason by Dominik Sliwa · 5 years ago
- 382de4a arm64: add an option to switch visibility of CONFIG_SYS_INIT_SP_BSS_OFFSET by Masahiro Yamada · 5 years ago
- 74a50ac ARM: tegra: Enable position independent build for 64-bit by Thierry Reding · 6 years ago
- b571766 ARM: tegra: Import cbootargs value from cboot DTB by Thierry Reding · 6 years ago
- 34e12e0 ARM: tegra: Implement cboot_get_ethaddr() by Thierry Reding · 6 years ago
- ce353ba ARM: tegra: Implement cboot_save_boot_params() in C by Thierry Reding · 6 years ago
- a0dbc13 ARM: tegra: Unify Tegra186 builds by Thierry Reding · 6 years ago
- 836a56e ARM: tegra: Workaround UDC boot issues only if necessary by Thierry Reding · 6 years ago
- f9ec2ec ARM: tegra: Support TZ-only access to PMC by Thierry Reding · 6 years ago
- 8f60d18 ARM: tegra: Fix save_boot_params() prototype by Thierry Reding · 6 years ago
- e19143b ARM: tegra: Guard powergate code with a Kconfig symbol by Thierry Reding · 6 years ago
- 07ea02b ARM: tegra: Guard pin controller code with a Kconfig symbol by Thierry Reding · 6 years ago
- 1a869c7 ARM: tegra: Guard memory controller code with a Kconfig symbol by Thierry Reding · 6 years ago
- 9e57819 ARM: tegra: Guard GP pad control code with a Kconfig symbol by Thierry Reding · 6 years ago
- b64e0b9 ARM: tegra: Guard clock code with a Kconfig symbol by Thierry Reding · 6 years ago
- e9c58f2 ARM: tegra: Use common header for PMU declarations by Thierry Reding · 6 years ago
- bf468e5 ARM: tegra: Remove disp1 clock initialization on Tegra210 by Thierry Reding · 6 years ago
- bca7910 ARM: tegra: Fix mux type for disp1 and disp2 clocks on Tegra210 by Thierry Reding · 6 years ago
- c9d7542 tegra: Add a delay in clock_start_periph_pll() by Simon Glass · 6 years ago
- f6ac3fa tegra: Correct tegra124 clock name by Simon Glass · 6 years ago