aboutsummaryrefslogtreecommitdiff
path: root/board/compulab/cm_t54/cm_t54.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09arm: Remove cm_t54 boardJagan Teki1-261/+0
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-11-26usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich1-1/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-1/+1
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini1-1/+1
2017-05-15mmc: replace CONFIG_GENERIC_MMC with CONFIG_MMCMasahiro Yamada1-1/+1
2017-03-19ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot1-1/+1
2016-03-15omap-common: Rename set_muxconf_regs_essential to set_muxconf_regsPaul Kocialkowski1-1/+1
2015-07-27omap-common: Common boot code OMAP3 support and cleanupPaul Kocialkowski1-1/+1
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-2/+2
2015-01-29compulab: eeprom: allow reading mac address from multiple eepromsNikita Kiryanov1-1/+1
2014-11-21fdt: Allow ft_board_setup() to report failureSimon Glass1-1/+3
2014-11-06omap: hsmmc: assume cd gpio is active lowIgor Grinberg1-6/+1
2014-08-25cm-t54: fix eMMC boot mode checkDmitry Lifshitz1-1/+1
2014-08-25cm-t54: fix EEPROM read return value checkDmitry Lifshitz1-2/+2
2014-05-23cm-t54: add environment partition runtime detectionDmitry Lifshitz1-0/+22
2014-05-23cm-t54: add EEPROM support and MAC address handlingDmitry Lifshitz1-0/+63
2014-05-23cm-t54: add cm-t54 board supportDmitry Lifshitz1-0/+177