summaryrefslogtreecommitdiffstats
path: root/board/compulab
Commit message (Expand)AuthorAgeFilesLines
* arm: imx8m: add support for Compulab iot-gate-imx8 (imx8mm-cl-iot-gate)Ying-Chun Liu (PaulLiu)2021-05-0213-0/+7932
* reset: Remove addr parameter from reset_cpu()Harald Seiler2021-03-021-1/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-024-0/+4
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-051-1/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-176-8/+8
* arm: Remove cm_t35 boardJagan Teki2020-07-094-539/+0
* arm: Remove cm_t54 boardJagan Teki2020-07-096-446/+0
* common: Drop linux/delay.h from common headerSimon Glass2020-05-189-0/+9
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-185-0/+5
* arm: Don't include common.h in header filesSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-173-0/+3
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-174-0/+4
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* common: Move clock functions into a new fileSimon Glass2020-01-171-0/+1
* board: cm_fx6: Enable DM support for video, fix build errorSuniel Mahesh2020-01-071-0/+5
* common: Move old EEPROM functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move some board functions out of common.hSimon Glass2019-12-022-0/+2
* common: Drop global inclusion of status_led.hSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-115-5/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set() to env.hSimon Glass2019-08-115-0/+5
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-238-22/+22
* cm_t3517: remove boardBartosz Golaszewski2019-05-286-501/+1
* arm: am57xx: cl-som-am57x: remove board supportUri Mashiach2019-04-177-672/+0
* usb: musb-new: Fix improper musb host pointerJagan Teki2018-08-231-2/+2
* board: constify struct node_info arrayMasahiro Yamada2018-07-251-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0742-92/+42
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-274-8/+0
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-087-0/+7
* Revert "mx6: ddr: Allow changing REFSEL and REFR fields"Maxim Yu. Osipov2018-02-221-2/+0
* usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup f...Faiz Abbas2018-02-152-0/+27
* ARM: imx: cm_fx6: export board and soc info to envChristopher Spinrath2018-01-121-0/+21
* ARM: imx: cm_fx6: remove esdhc init code from board fileChristopher Spinrath2017-12-291-29/+0
* ARM: imx: cm_fx6: remove sata init code from board fileChristopher Spinrath2017-12-291-42/+0
* usb: hub: identify the hub-device to usb_hub_reset_devicesPhilipp Tomsich2017-11-261-1/+1
* net: Add SMC911X driver to Kconfig, convertAdam Ford2017-10-201-1/+2
* arm: imx7d: add support for Compulab cl-som-imx7Ilya Ledvich2017-10-128-0/+813
* imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin2017-09-181-3/+0
* arm: am57xx: cl-som-am57x: Use new pinctrl macrosSuman Anna2017-09-141-52/+53
* Merge branch 'master' of git://git.denx.de/u-boot-mmcTom Rini2017-08-181-0/+80
|\
| * dm: imx: cm_fx6: Add MMC support for CONFIG_BLKSimon Glass2017-08-171-0/+11
| * dm: imx: cm_fx6: Support driver model for SATASimon Glass2017-08-171-0/+69
* | env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass2017-08-166-9/+9
* | env: Rename getenv/_f() to env_get()Simon Glass2017-08-163-5/+5
* | env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-166-6/+6
|/