| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: tegra: convert CONFIG_TEGRA_GPIO to Kconfig | Stephen Warren | 2016-05-31 | 1 | -1/+0 |
* | configs: Re-sync with cmd/Kconfig | Tom Rini | 2016-04-25 | 1 | -1/+0 |
* | Kconfig: Move CONFIG_FIT and related options to Kconfig | Simon Glass | 2016-03-14 | 1 | -2/+0 |
* | ns16550: move CONFIG_SYS_NS16550 to Kconfig | Thomas Chou | 2015-11-21 | 1 | -1/+0 |
* | ns16550: zap CONFIG_NS16550_SERIAL | Thomas Chou | 2015-11-21 | 1 | -1/+0 |
* | ns16550: unify serial_tegra | Thomas Chou | 2015-11-21 | 1 | -1/+2 |
* | common: add CMD_GPIO to Kconfig | Thomas Chou | 2015-11-18 | 1 | -1/+0 |
* | ARM: tegra: simplify GPU setup | Alexandre Courbot | 2015-11-12 | 1 | -0/+2 |
* | arm, powerpc: select SYS_GENERIC_BOARD | Masahiro Yamada | 2015-10-24 | 1 | -1/+0 |
* | ARM: tegra: enable filesystem writing | Stephen Warren | 2015-09-11 | 1 | -0/+2 |
* | ARM: tegra: fix malloc region sizing | Stephen Warren | 2015-09-11 | 1 | -14/+0 |
* | ARM: tegra: represent RAM in 1 or 2 banks | Stephen Warren | 2015-08-13 | 1 | -1/+1 |
* | kconfig: add config option for shell prompt | Nikita Kiryanov | 2015-08-13 | 1 | -4/+0 |
* | ARM: tegra: Use architected timer on ARMv8 | Thierry Reding | 2015-07-28 | 1 | -0/+3 |
* | ARM: tegra: Disable SPL and non-cached memory on 64-bit | Thierry Reding | 2015-07-28 | 1 | -0/+4 |
* | Move defaults from config_cmd_default.h to Kconfig | Joe Hershberger | 2015-06-25 | 1 | -10/+0 |
* | tegra: Increase maximum arguments to 32 | Simon Glass | 2015-06-09 | 1 | -1/+1 |
* | net: Move the CMD_NET config to defconfigs | Joe Hershberger | 2015-06-01 | 1 | -1/+0 |
* | ARM: tegra: enable STDIO deregistration | Stephen Warren | 2015-05-13 | 1 | -0/+3 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2015-03-10 | 1 | -0/+2 |
|\ |
|
| * | ARM: tegra: move common config defines centrally | Stephen Warren | 2015-03-04 | 1 | -0/+2 |
* | | tegra-common: increase malloc pool len by dfu mmc file buffer size | Przemyslaw Marczak | 2015-03-09 | 1 | -0/+5 |
* | | dm: tegra: Enable driver model in SPL and adjust the GPIO driver | Simon Glass | 2015-03-04 | 1 | -6/+0 |
|/ |
|
* | dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig | Simon Glass | 2015-02-12 | 1 | -1/+0 |
* | dm: tegra: Move driver model CONFIGs to Kconfig | Simon Glass | 2015-02-12 | 1 | -10/+0 |
* | ARM: tegra: Enable non-cached memory | Thierry Reding | 2014-12-18 | 1 | -1/+3 |
* | dm: i2c: tegra: Convert to driver model | Simon Glass | 2014-12-11 | 1 | -0/+1 |
* | dm: tegra: Avoid using arch-specific memcpy() in SPL | Simon Glass | 2014-11-21 | 1 | -0/+2 |
* | Merge branch 'master' of git://git.denx.de/u-boot-tegra | Tom Rini | 2014-10-23 | 1 | -0/+2 |
|\ |
|
| * | arm: tegra: use architecture specific memcpy | Marcel Ziswiler | 2014-10-22 | 1 | -0/+2 |
* | | kconfig: move CONFIG_USE_PRIVATE_LIBGCC to Kconfig | Masahiro Yamada | 2014-10-23 | 1 | -4/+0 |
* | | dm: tegra: spi: Convert to driver model | Simon Glass | 2014-10-22 | 1 | -0/+2 |
|/ |
|
* | dm: tegra: Enable driver model for serial | Simon Glass | 2014-09-10 | 1 | -1/+8 |
* | tegra: Convert tegra GPIO driver to use driver model | Simon Glass | 2014-09-10 | 1 | -0/+1 |
* | dm: tegra: Set up a pre-reloc malloc() | Simon Glass | 2014-09-10 | 1 | -0/+1 |
* | tegra: kconfig: move board select menu and common settings | Masahiro Yamada | 2014-08-30 | 1 | -1/+0 |
* | include: remove CONFIG_SPL/CONFIG_TPL definition in config headers | Masahiro Yamada | 2014-07-30 | 1 | -1/+0 |
* | include: define CONFIG_SPL and CONFIG_TPL as 1 | Masahiro Yamada | 2014-07-30 | 1 | -1/+1 |
* | tegra: Enable driver model | Simon Glass | 2014-06-20 | 1 | -0/+3 |
* | ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICE | Stephen Warren | 2014-05-13 | 1 | -0/+7 |
* | Merge branch 'master' of git://git.denx.de/u-boot-arm | Tom Rini | 2014-03-10 | 1 | -16/+4 |
|\ |
|
| * | ARM: tegra: convert tegra to use distro defaults | Stephen Warren | 2014-03-05 | 1 | -16/+4 |
* | | kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC | Masahiro Yamada | 2014-03-07 | 1 | -0/+4 |
* | | sizes.h - consolidate for all architectures | Alexey Brodkin | 2014-03-04 | 1 | -1/+1 |
|/ |
|
* | ARM: tegra: convert to common timer code | Rob Herring | 2013-11-04 | 1 | -0/+3 |
* | config: remove platform CONFIG_SYS_HZ definition part 2/2 | Rob Herring | 2013-11-04 | 1 | -2/+0 |
* | ARM: tegra: support raw ramdisks | Stephen Warren | 2013-08-19 | 1 | -0/+1 |
* | ARM: tegra: Make cache line size SoC specific | Thierry Reding | 2013-08-19 | 1 | -2/+0 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | Tegra: enable verify support for the crc32 command | Tom Warren | 2013-04-15 | 1 | -0/+2 |