| Commit message (Expand) | Author | Age | Files | Lines |
* | am335x_evm: enable usb ether gadget as it supports DM_ETH | Mugunthan V N | 2017-01-09 | 1 | -3/+0 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-dm | Tom Rini | 2016-12-03 | 1 | -0/+1 |
|\ |
|
| * | configs: am335x: usb: do not define CONFIG_DM_USB for spl | Mugunthan V N | 2016-12-02 | 1 | -0/+1 |
* | | ti_armv7_common: env: Add support for loading FIT images | Lokesh Vutla | 2016-12-03 | 1 | -0/+4 |
* | | ti_armv7_common: env: Consolidate support for loading images from mmc | Lokesh Vutla | 2016-12-03 | 1 | -25/+0 |
* | | ARM: ti: consolidate dfu environment variables | Sekhar Nori | 2016-12-02 | 1 | -32/+1 |
|/ |
|
* | arm: Introduce arch/arm/mach-omap2 for OMAP2 derivative platforms | Tom Rini | 2016-11-21 | 1 | -1/+1 |
* | spl: move SPL_OS_BOOT to Kconfig | Heiko Schocher | 2016-10-14 | 1 | -1/+0 |
* | include: configs: am335x: add Atheros phy support | Mugunthan V N | 2016-10-13 | 1 | -0/+2 |
* | config: Remove usage of CONFIG_STORAGE_EMMC | Andrew F. Davis | 2016-10-02 | 1 | -2/+0 |
* | dfu: Migrate to Kconfig | Tom Rini | 2016-09-27 | 1 | -4/+0 |
* | Convert CONFIG_SPL_YMODEM_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -3/+0 |
* | Convert CONFIG_SPL_SPI_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | Convert CONFIG_SPL_SPI_FLASH_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | Convert CONFIG_SPL_POWER_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | Convert CONFIG_SPL_NET_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -2/+0 |
* | Convert CONFIG_SPL_NET_VCI_STRING to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | Convert CONFIG_SPL_NAND_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | Convert CONFIG_SPL_MUSB_NEW_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | Convert CONFIG_SPL_MMC_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -1/+0 |
* | Convert CONFIG_SPL_ENV_SUPPORT to Kconfig | Simon Glass | 2016-09-16 | 1 | -2/+0 |
* | configs: Migrate CONFIG_USB_STORAGE | Tom Rini | 2016-09-09 | 1 | -4/+0 |
* | config: env: Set AM335x-ICEv2 board specific env | Lokesh Vutla | 2016-05-27 | 1 | -0/+9 |
* | board: AM335x-ICEv2: Add cpsw support | Lokesh Vutla | 2016-05-27 | 1 | -0/+5 |
* | configs: am335x_evm: Switch to env on FAT SD by default | Tom Rini | 2016-05-27 | 1 | -19/+21 |
* | config: am335x_evm: detect BoneGreen using BBG1 | matwey.kornilov@gmail.com | 2016-05-02 | 1 | -6/+3 |
* | configs: Re-sync with cmd/Kconfig | Tom Rini | 2016-04-25 | 1 | -1/+0 |
* | configs: Re-sync almost all of cmd/Kconfig | Tom Rini | 2016-04-25 | 1 | -2/+0 |
* | configs: Re-sync CONFIG_USB_MUSB_HOST | Tom Rini | 2016-04-25 | 1 | -2/+0 |
* | usb: gadget Move: CONFIG_G_DNL_* to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -5/+0 |
* | usb: gadget: Move CONFIG_USB_GADGET_DOWNLOAD to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -1/+0 |
* | usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -2/+0 |
* | usb: gadget: Move CONFIG_USB_GADGET_VBUS_DRAW to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -1/+0 |
* | usb: gadget: Move CONFIG_USB_GADGET to Kconfig | Sam Protsenko | 2016-03-25 | 1 | -1/+0 |
* | ti_armv7_common: env: Consolidate support for loading script and text env files | Lokesh Vutla | 2016-03-15 | 1 | -23/+5 |
* | Kconfig: Move CONFIG_FIT and related options to Kconfig | Simon Glass | 2016-03-14 | 1 | -3/+0 |
* | am335x_evm: timer: do not define CONFIG_TIMER for spl | Mugunthan V N | 2016-01-20 | 1 | -0/+1 |
* | am335x_evm.h: unsed CONFIG_BOOTDELAY | Tom Rini | 2016-01-13 | 1 | -4/+0 |
* | sf: Move SPI flash drivers to defconfig | Bin Meng | 2015-11-25 | 1 | -1/+0 |
* | eeprom: Zap CONFIG_SYS_I2C_MULTI_EEPROMS | Marek Vasut | 2015-11-21 | 1 | -1/+0 |
* | board/ti/am335x: add support for BeagleBone Green | robertcnelson@gmail.com | 2015-11-18 | 1 | -1/+6 |
* | am335x_evm: mmc: do not define DM_MMC for spl | Mugunthan V N | 2015-10-22 | 1 | -0/+8 |
* | am335x_evm: do not define usb ether gadget when Eth DM is defined | Mugunthan V N | 2015-10-22 | 1 | -0/+3 |
* | configs: am335x_evm: Support distro bootcmds | Sjoerd Simons | 2015-10-22 | 1 | -8/+37 |
* | ti_armv7_common: env: Consolidate MMC args | Lokesh Vutla | 2015-09-11 | 1 | -8/+2 |
* | usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB | Paul Kocialkowski | 2015-08-05 | 1 | -8/+8 |
* | usb: CONFIG_USB_FASTBOOT prefix replacement for consistency | Paul Kocialkowski | 2015-07-22 | 1 | -2/+2 |
* | usb: Fastboot function config for better consistency with other functions | Paul Kocialkowski | 2015-07-22 | 1 | -0/+1 |
* | usb: USB download gadget and functions config options coherent naming | Paul Kocialkowski | 2015-07-22 | 1 | -2/+2 |
* | Move defaults from config_cmd_default.h to Kconfig | Joe Hershberger | 2015-06-25 | 1 | -1/+0 |