aboutsummaryrefslogtreecommitdiff
path: root/board/compulab
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Drop environment.h header file where not neededSimon Glass5-5/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass5-0/+5
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu8-22/+22
2019-05-28cm_t3517: remove boardBartosz Golaszewski6-501/+1
2019-04-17arm: am57xx: cl-som-am57x: remove board supportUri Mashiach7-672/+0
2018-08-23usb: musb-new: Fix improper musb host pointerJagan Teki1-2/+2
2018-07-25board: constify struct node_info arrayMasahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini42-92/+42
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini4-8/+0
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan7-0/+7
2018-02-22Revert "mx6: ddr: Allow changing REFSEL and REFR fields"Maxim Yu. Osipov1-2/+0
2018-02-15usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup f...Faiz Abbas2-0/+27
2018-01-12ARM: imx: cm_fx6: export board and soc info to envChristopher Spinrath1-0/+21
2017-12-29ARM: imx: cm_fx6: remove esdhc init code from board fileChristopher Spinrath1-29/+0
2017-12-29ARM: imx: cm_fx6: remove sata init code from board fileChristopher Spinrath1-42/+0
2017-11-26usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich1-1/+1
2017-10-20net: Add SMC911X driver to Kconfig, convertAdam Ford1-1/+2
2017-10-12arm: imx7d: add support for Compulab cl-som-imx7Ilya Ledvich8-0/+813
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin1-3/+0
2017-09-14arm: am57xx: cl-som-am57x: Use new pinctrl macrosSuman Anna1-52/+53
2017-08-18Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini1-0/+80
2017-08-17dm: imx: cm_fx6: Add MMC support for CONFIG_BLKSimon Glass1-0/+11
2017-08-17dm: imx: cm_fx6: Support driver model for SATASimon Glass1-0/+69
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass6-9/+9
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass3-5/+5
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass6-6/+6
2017-08-09Configs: Migrate CONFIG_SYS_I2C_OMAP34XX to CONFIG_SYS_I2C_OMAP24XXAdam Ford1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic3-5/+5
2017-06-05ARM: am57xx: cl-som-am57x: support for AM5718Uri Mashiach1-0/+5
2017-06-05arm: Include asm/setup.h explictlySimon Glass2-0/+2
2017-05-16Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini4-6/+6
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 Yamada4-6/+6
2017-05-08arm: am57xx: cl-som-am57x: invoke clock API to enable/disable clocksUri Mashiach1-10/+0
2017-05-08usb: host: xhci-omap: fix double weak board_usb_init functionsUri Mashiach1-1/+1
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-03-19ti: boot: Register the MMC controllers in SPL in the same way as in u-bootJean-Jacques Hiblot3-3/+3
2017-01-24arm: am57xx: cl-som-am57x: fix EthernetUri Mashiach1-1/+1
2017-01-21status_led: Kconfig migrationUri Mashiach3-6/+6
2017-01-02arm: am57xx: cl-som-am57x: add ETH supportDmitry Lifshitz3-0/+223
2017-01-02arm: am57xx: cl-som-am57x: fetch board rev from EEPROMDmitry Lifshitz1-0/+14
2017-01-02arm: am57xx: cl-som-am57x: add initial board supportDmitry Lifshitz6-0/+429
2016-10-13cmd/fdt: add possibilty to have 'extrasize' on fdt resizeHannes Schmelzer1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada3-3/+3
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+4
2016-09-06ARM: board: cm_fx6: fix mtd partition fixupChristopher Spinrath1-3/+3
2016-07-19ARM: board: cm_fx6: fixup mtd partitions in the fdtChristopher Spinrath1-1/+17
2016-07-12ARM: board: cm-fx6: fix mmc for old revisions of utiliteChristopher Spinrath1-1/+1
2016-05-20compulab: add support for layout aware eeprom commandsNikita Kiryanov1-0/+344