summaryrefslogtreecommitdiff
path: root/include/configs/sandbox.h
AgeCommit message (Expand)Author
2015-06-25Move defaults from config_cmd_default.h to KconfigJoe Hershberger
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger
2015-06-10sandbox: Move CONFIG_SANDBOX_SERIAL to KconfigSimon Glass
2015-05-21sandbox: Enable some ENV commandsJoe Hershberger
2015-05-06sandbox: Don't try distro_bootcmd by defaultSjoerd Simons
2015-05-05dm: rtc: sandbox: Enable real-time clock supportSimon Glass
2015-04-19sandbox: add config_distro_defaults and config_distro_bootcmdSjoerd Simons
2015-04-18sandbox: exynos: Move CONFIG_SOUND_SANDBOX to KconfigSimon Glass
2015-04-18sandbox: exynos: Move CONFIG_CMD_SOUND to KconfigSimon Glass
2015-04-18sandbox: exynos: Move CONFIG_SOUND to KconfigSimon Glass
2015-04-18sandbox: Move CONFIG_TPM_TIS_SANDBOX to KconfigSimon Glass
2015-04-18sandbox: Move CONFIG_SPI_FLASH_SANDBOX to KconfigSimon Glass
2015-04-18sandbox: Move CONFIG_SANDBOX_SPI to KconfigSimon Glass
2015-04-18sandbox: Move CONFIG_SYS_I2C_SANDBOX to KconfigSimon Glass
2015-04-18sandbox: Move CONFIG_SYS_VSNPRINTF to KconfigSimon Glass
2015-04-18sandbox: Move GPIO CONFIGs to KconfigSimon Glass
2015-04-18Kconfig: Move CONFIG_BOOTSTAGE to KconfigSimon Glass
2015-04-18sandbox: Enable more network features for sandboxJoe Hershberger
2015-04-18dm: usb: sandbox: Enable USBSimon Glass
2015-04-18sandbox: cros_ec: Drop unnecessary initSimon Glass
2015-04-18sandbox: Enable DHCP and IP defragJoe Hershberger
2015-04-18dm: eth: Add support for aliasesJoe Hershberger
2015-04-18sandbox: eth: Add ARP and PING response to sandbox driverJoe Hershberger
2015-04-18sandbox: eth: Add network support to sandboxJoe Hershberger
2015-04-18dm: sandbox: pci: Enable PCI for sandboxSimon Glass
2015-02-19dm: cros_ec: Convert to KconfigSimon Glass
2015-02-12dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to KconfigSimon Glass
2015-02-12dm: sandbox: Move driver model CONFIGs to KconfigSimon Glass
2015-02-12dm: Add CMD_DM and CMD_DEMO to KconfigSimon Glass
2015-01-29lib/rsa: Modify rsa to use DM driverRuchika Gupta
2015-01-29configs: Move CONFIG_FIT_SIGNATURE to defconfigRuchika Gupta
2014-12-11dm: i2c: config: Enable I2C for sandbox using driver modelSimon Glass
2014-11-23sandbox: Use md5sum and fatwrite to enable testing of fs commandsSuriyan Ramasami
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass
2014-10-22dm: sf: sandbox: Convert SPI flash driver to driver modelSimon Glass
2014-10-22dm: sandbox: spi: Move to driver modelSimon Glass
2014-10-16lcd: Fix build error with CONFIG_LCD_BMP_RLE8Simon Glass
2014-09-26sandbox: config: Enable all SPI flash chipsSimon Glass
2014-09-25kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfigMasahiro Yamada
2014-09-25kconfig: move CONFIG_OF_* to KconfigMasahiro Yamada
2014-09-10sandbox: Convert serial driver to use driver modelSimon Glass
2014-07-23sandbox: config: Enable pre-relocation malloc()Simon Glass
2014-06-20sandbox: Support iotrace featureSimon Glass
2014-06-19bootm: Support android boot on sandboxSimon Glass
2014-05-09sandbox: Provide a build option to avoid using SDLSimon Glass
2014-03-22sandbox: Enable CONFIG_CMD_LZMADEC in sandbox.hPatrice Bouchand
2014-03-17sandbox: config: Enable cros_ec emulation and related itemsSimon Glass
2014-03-17sandbox: Increase memory size to 32MBSimon Glass
2014-03-04sandbox: Convert GPIOs to use driver modelSimon Glass
2014-03-04dm: Add a demonstration/example driverSimon Glass