aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks
AgeCommit message (Expand)AuthorFilesLines
2021-06-09imx: ventana: enable dm support for PCI and FEC ethernetTim Harvey2-84/+16
2021-05-02imx: ventana: add delay before reading EEPROMTim Harvey1-0/+1
2021-04-08board: gateworks: venice: fix gsc_get_devTim Harvey1-17/+6
2021-04-08imx: ventana: enable dm for SPITim Harvey1-27/+0
2021-04-08imx: ventana: enable dm for MTD and NANDTim Harvey1-52/+0
2021-04-08imx: ventana: enable dm support for MMC and SATATim Harvey1-5/+0
2021-04-08imx: ventana: enable dm support for USBTim Harvey3-36/+4
2021-04-08imx: ventana: add pinctrl and remove unneeded UART init and configTim Harvey1-12/+0
2021-04-08imx: ventana: convert U-Boot to OF_CONTROL using FIT imageTim Harvey4-2/+117
2021-04-08imx: ventana: add Gateworks Ventana dtsTim Harvey1-0/+48
2021-03-03board: gateworks: imx8mm: Add Gateworks Venice board supportTim Harvey10-0/+3646
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2-4/+4
2020-05-18common: Drop linux/delay.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop log.h from common headerSimon Glass5-0/+6
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-5/+9
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-0/+3
2019-08-11env: Drop environment.h header file where not neededSimon Glass2-2/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_yesno() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_init() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2-4/+4
2019-03-13imx: ventana: added support for 16bit 8Gb density (1GiB) DRAMTim Harvey1-0/+5
2019-03-13imx: ventana: hexdump invalid EEPROM dataTim Harvey1-0/+10
2019-02-15imx: ventana: fix usage of dt paths with leading 0s (Linux 4.15+)Tim Harvey1-49/+41
2019-02-15imx: ventana: gw5904/gw5909: disable RS485Tim Harvey1-0/+2
2019-02-15imx: ventana: add support for GW5901/GW5902Tim Harvey4-1/+146
2019-02-15imx: ventana: add support for GW5909Tim Harvey3-0/+25
2019-02-15imx: ventana: add support for GW5908Tim Harvey4-0/+68
2019-02-15imx: ventana: add support for GW5907Tim Harvey3-0/+18
2019-02-15imx: ventana: add support for GW5906Tim Harvey4-0/+49
2019-02-15imx: ventana: add i2c detect for all LVDS displaysTim Harvey1-4/+4
2019-02-15imx: ventana: skip nand init for nandless boardsTim Harvey3-4/+14
2019-02-15imx: ventana: add support for Z101WX01 LVDS displayTim Harvey1-1/+23
2019-02-15imx: ventana: add support for GW5905Tim Harvey7-12/+149
2019-02-15imx: ventana: remove setup of I2C3 from SPLTim Harvey4-86/+90
2019-02-15imx: ventana: do not iomux UART1Tim Harvey1-7/+0
2019-02-15imx: ventana: mv88e61xx change LED configurationTim Harvey1-5/+5
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 Rini8-16/+8
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0