summaryrefslogtreecommitdiff
path: root/board/compulab/cm_t54/cm_t54.c
Commit message (Expand)AuthorAgeFilesLines
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich2017-11-261-1/+1
* env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-161-2/+2
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-05-161-1/+1
|\
| * mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada2017-05-151-1/+1
* | Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2017-05-151-1/+1
|/
* ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot2017-03-191-1/+1
* omap-common: Rename set_muxconf_regs_essential to set_muxconf_regsPaul Kocialkowski2016-03-151-1/+1
* omap-common: Common boot code OMAP3 support and cleanupPaul Kocialkowski2015-07-271-1/+1
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-2/+2
* compulab: eeprom: allow reading mac address from multiple eepromsNikita Kiryanov2015-01-291-1/+1
* fdt: Allow ft_board_setup() to report failureSimon Glass2014-11-211-1/+3
* omap: hsmmc: assume cd gpio is active lowIgor Grinberg2014-11-061-6/+1
* cm-t54: fix eMMC boot mode checkDmitry Lifshitz2014-08-251-1/+1
* cm-t54: fix EEPROM read return value checkDmitry Lifshitz2014-08-251-2/+2
* cm-t54: add environment partition runtime detectionDmitry Lifshitz2014-05-231-0/+22
* cm-t54: add EEPROM support and MAC address handlingDmitry Lifshitz2014-05-231-0/+63
* cm-t54: add cm-t54 board supportDmitry Lifshitz2014-05-231-0/+177