| Commit message (Expand) | Author | Age | Files | Lines |
* | include/configs: drop default definitions of CONFIG_SYS_MAXARGS | Thomas Petazzoni | 2017-09-03 | 1 | -2/+0 |
* | include/configs: drop default definitions of CONFIG_SYS_PBSIZE | Thomas Petazzoni | 2017-09-03 | 1 | -2/+0 |
* | Kconfig: Migrate all of cmd/fastboot/Kconfig to defconfigs | Tom Rini | 2017-09-01 | 1 | -1/+0 |
* | common: Move CONFIG_BOOTARGS to Kconfig | Sam Protsenko | 2017-08-14 | 1 | -2/+0 |
* | Convert CONFIG_CMD_TRACE to Kconfig | Simon Glass | 2017-08-11 | 1 | -1/+0 |
* | Convert CONFIG_CMD_SF_TEST to Kconfig | Simon Glass | 2017-08-11 | 1 | -1/+0 |
* | Kconfig: sandbox: Drop CONFIG_CMD_SANDBOX option | Simon Glass | 2017-08-11 | 1 | -2/+0 |
* | Convert CONFIG_CMD_PCI to Kconfig | Simon Glass | 2017-08-11 | 1 | -2/+0 |
* | Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig | Simon Glass | 2017-07-25 | 1 | -1/+0 |
* | configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS | Tom Rini | 2017-07-24 | 1 | -1/+0 |
* | sandbox: Enable more console options | Simon Glass | 2017-07-11 | 1 | -0/+1 |
* | Convert CONFIG_CMD_SATA to Kconfig | Simon Glass | 2017-07-11 | 1 | -1/+0 |
* | Convert CONFIG_SCSI to Kconfig | Simon Glass | 2017-07-11 | 1 | -1/+0 |
* | Kconfig: Migrate FS_FAT / FAT_WRITE | Tom Rini | 2017-06-03 | 1 | -2/+0 |
* | Kconfig: Finish migration of hashing commands | Daniel Thompson | 2017-05-31 | 1 | -2/+0 |
* | Convert CONFIG_CMD_LZMADEC to Kconfig | Simon Glass | 2017-05-22 | 1 | -2/+0 |
* | Convert CONFIG_LZMA to Kconfig | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | Convert CONFIG_CMD_IOTRACE to Kconfig | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | Convert CONFIG_CMD_IO to Kconfig | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | Convert CONFIG_CMD_IDE to Kconfig | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | Convert CONFIG_CMD_HASH to Kconfig | Simon Glass | 2017-05-22 | 1 | -3/+0 |
* | Convert CONFIG_CMD_ENV_FLAGS to Kconfig | Simon Glass | 2017-05-22 | 1 | -2/+0 |
* | Convert CONFIG_CMD_ENV_CALLBACK to Kconfig | Simon Glass | 2017-05-22 | 1 | -1/+0 |
* | lib: move hash CONFIG options to Kconfig | Tom Rini | 2017-05-22 | 1 | -2/+0 |
* | cmd: add Kconfig option for 'date' command | Chris Packham | 2017-05-01 | 1 | -1/+0 |
* | fs: Convert CONFIG_CMD_CRAMFS to Kconfig | Simon Glass | 2017-04-30 | 1 | -1/+0 |
* | fs: Convert CONFIG_CMD_CBFS to Kconfig | Simon Glass | 2017-04-30 | 1 | -1/+0 |
* | Convert CONFIG_CMD_BMP to Kconfig | Simon Glass | 2017-04-30 | 1 | -1/+0 |
* | clean-up: Remove uselsess mentions of CONFIG_COMMAND_HISTORY | Alexey Brodkin | 2017-04-27 | 1 | -1/+0 |
* | sandbox: Change CONFIG_SANDBOX_BITS_PER_LONG to hard-coded | Tom Rini | 2017-04-13 | 1 | -6/+0 |
* | board_f: sandbox: Move sandbox_early_getopt_check() into misc_init_f() | Simon Glass | 2017-04-05 | 1 | -0/+2 |
* | Kconfig: Migrate CONFIG_BAUDRATE | Philipp Tomsich | 2017-03-19 | 1 | -1/+0 |
* | configs: move CMD_MD5SUM definition to defconfigs | Andre Przywara | 2017-03-17 | 1 | -1/+0 |
* | flash: complete CONFIG_SYS_NO_FLASH move with renaming | Masahiro Yamada | 2017-02-12 | 1 | -2/+0 |
* | mmc: move CONFIG_GENERIC_MMC to Kconfig | Masahiro Yamada | 2017-01-31 | 1 | -2/+0 |
* | cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT | Patrick Delaunay | 2017-01-28 | 1 | -4/+0 |
* | disk: convert CONFIG_EFI_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -1/+0 |
* | disk: convert CONFIG_AMIGA_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -1/+0 |
* | disk: convert CONFIG_ISO_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -1/+0 |
* | disk: convert CONFIG_DOS_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -2/+0 |
* | disk: convert CONFIG_MAC_PARTITION to Kconfig | Patrick Delaunay | 2017-01-28 | 1 | -1/+0 |
* | config: Move CONFIG_BOARD_LATE_INIT to defconfigs | Jagan Teki | 2017-01-21 | 1 | -2/+0 |
* | pci: Move CONFIG_PCI_PNP to Kconfig | Bin Meng | 2016-10-28 | 1 | -1/+0 |
* | Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig | Simon Glass | 2016-10-23 | 1 | -2/+0 |
* | Convert CONFIG_SYS_CONSOLE_IS_IN_ENV and CONFIG_CONSOLE_MUX to Kconfig | Simon Glass | 2016-10-23 | 1 | -2/+0 |
* | Convert SILENT_CONSOLE options to Kconfig | Simon Glass | 2016-10-23 | 1 | -1/+0 |
* | sandbox: Migrate CONFIG_I2C_EEPROM | Tom Rini | 2016-07-25 | 1 | -1/+0 |
* | sandbox: Add instructions about building on 32-bit machines | Simon Glass | 2016-07-25 | 1 | -1/+4 |
* | sandbox: Don't use IDE and iotrace in SPL | Simon Glass | 2016-07-14 | 1 | -0/+4 |
* | dm: sandbox: mmc: Enable building MMC code for sandbox | Simon Glass | 2016-05-17 | 1 | -0/+2 |