| Commit message (Expand) | Author | Age | Files | Lines |
* | configs: Migrate CONFIG_SYS_TEXT_BASE | Tom Rini | 2018-02-11 | 1 | -1/+0 |
* | Kconfig: Migrate MTDIDS_DEFAULT / MTDPARTS_DEFAULT | Tom Rini | 2017-11-05 | 1 | -7/+0 |
* | Convert CONFIG_NAND_OMAP_GPMC et al and CONFIG_NAND_MXC to Kconfig | Adam Ford | 2017-10-20 | 1 | -1/+0 |
* | include/configs: remove references to SMNAND_ENV_OFFSET | Adam Ford | 2017-09-13 | 1 | -2/+1 |
* | Convert CONFIG_OMAP3_SPI to Kconfig | Adam Ford | 2017-08-13 | 1 | -1/+0 |
* | Convert CONFIG_NAND to Kconfig | Adam Ford | 2017-08-12 | 1 | -2/+0 |
* | Convert CONFIG_CMD_SPL_WRITE_SIZE to Kconfig | Simon Glass | 2017-08-11 | 1 | -1/+0 |
* | Convert CONFIG_CMD_SPL_NAND_OFS to Kconfig | Simon Glass | 2017-08-11 | 1 | -2/+0 |
* | Convert CONFIG_SYS_I2C_OMAP24XX to Kconfig | Adam Ford | 2017-08-10 | 1 | -2/+0 |
* | Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XX | Adam Ford | 2017-08-09 | 1 | -1/+1 |
* | configs: Migrate CMD_NAND* | Tom Rini | 2017-07-31 | 1 | -3/+0 |
* | Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig | Simon Glass | 2017-07-25 | 1 | -1/+0 |
* | Kconfig: Migrate FS_FAT / FAT_WRITE | Tom Rini | 2017-06-03 | 1 | -1/+0 |
* | Convert CONFIG_CMD_JFFS2 to Kconfig | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | omap3: Drop unused CONFIG_OMAP3_xxx board defines | Tom Rini | 2017-05-15 | 1 | -1/+0 |
* | common: Add DISPLAY_BOARDINFO | Lokesh Vutla | 2016-10-12 | 1 | -3/+0 |
* | common/Kconfig: Add DISPLAY_CPUINFO | Lokesh Vutla | 2016-10-12 | 1 | -1/+0 |
* | Convert CONFIG_SPL_MTD_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | configs: Re-sync with cmd/Kconfig | Tom Rini | 2016-04-25 | 1 | -4/+0 |
* | include/configs: Whitespace fixup | Tom Rini | 2016-04-25 | 1 | -1/+0 |
* | configs: Re-sync almost all of cmd/Kconfig | Tom Rini | 2016-04-25 | 1 | -2/+0 |
* | common: add CMD_GPIO to Kconfig | Thomas Chou | 2015-11-18 | 1 | -1/+0 |
* | ti: drop value from CONFIG_SYS_NAND_BUSWIDTH_16BIT | Stefano Babic | 2015-08-12 | 1 | -1/+1 |
* | Move defaults from config_cmd_default.h to Kconfig | Joe Hershberger | 2015-06-25 | 1 | -2/+0 |
* | ti: armv7: Move SPL SDRAM init to the right place, drop unused CONFIG_SPL_STACK | Simon Glass | 2015-03-04 | 1 | -2/+0 |
* | arm: omap3: devkit8000: inherit from ti_omap3_common.h | Anthoine Bourgeois | 2015-01-13 | 1 | -42/+3 |
* | arm: omap3: devkit8000: inherit from ti_armv7_common.h | Anthoine Bourgeois | 2015-01-13 | 1 | -98/+36 |
* | devkit8000: convert to use generic board code | Anthoine Bourgeois | 2015-01-05 | 1 | -0/+1 |
* | MMC SD fs boot partition config coding style and proper description | Paul Kocialkowski | 2014-12-04 | 1 | -1/+1 |
* | Rename some defines containing FAT in their name to be filesystem generic | Guillaume GARDET | 2014-10-27 | 1 | -4/+4 |
* | omap3: 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 |
* | ARM: omap: clean redundant PISMO_xx macros used in OMAP3 | pekon gupta | 2014-07-25 | 1 | -2/+0 |
* | mtd: nand: omap: add CONFIG_SYS_NAND_BUSWIDTH_16BIT to indicate NAND device b... | pekon gupta | 2014-06-06 | 1 | -0/+1 |
* | mtd: nand: omap: remove unused #defines from common omap_gpmc.h | pekon gupta | 2014-03-04 | 1 | -2/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Tom Rini | 2013-11-25 | 1 | -0/+1 |
|\ |
|
| * | mtd: nand: omap: add CONFIG_NAND_OMAP_ECCSCHEME for selection of ecc-scheme | pekon gupta | 2013-11-21 | 1 | -0/+1 |
* | | i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework | Heiko Schocher | 2013-11-13 | 1 | -4/+4 |
|/ |
|
* | config: remove platform CONFIG_SYS_HZ definition part 2/2 | Rob Herring | 2013-11-04 | 1 | -1/+0 |
* | Coding Style cleanup: replace leading SPACEs by TABs | Wolfgang Denk | 2013-10-14 | 1 | -2/+2 |
* | Coding Style cleanup: remove trailing white space | Wolfgang Denk | 2013-10-14 | 1 | -1/+1 |
* | ARM: OMAP: Add CONFIG_OMAP_COMMON | Lokesh Vutla | 2013-08-15 | 1 | -0/+1 |
* | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
* | devkit8000: Add SPL_OS for MMC support | Tom Rini | 2013-06-07 | 1 | -0/+8 |
* | OMAP3: drop CONFIG_SPL_OS_BOOT_KEY and use local define | Stefano Babic | 2013-03-01 | 1 | -1/+0 |
* | Remove unused CONFIG_SYS_I2C_BUS[_SELECT] | Michael Jones | 2013-01-29 | 1 | -2/+0 |
* | spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC. | Scott Wood | 2012-11-26 | 1 | -0/+3 |
* | configs: Fix usage of mmc rescan | Andrew Bradford | 2012-10-23 | 1 | -1/+1 |
* | devkit8000: add rootwait to mmcboot option | Andreas Bießmann | 2012-10-01 | 1 | -0/+1 |