summaryrefslogtreecommitdiff
path: root/board/gateworks
AgeCommit message (Expand)Author
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18arm: Don't include common.h in header filesSimon Glass
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_get_yesno() to env.hSimon Glass
2019-08-11env: Move env_init() to env.hSimon Glass
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu
2019-03-13imx: ventana: added support for 16bit 8Gb density (1GiB) DRAMTim Harvey
2019-03-13imx: ventana: hexdump invalid EEPROM dataTim Harvey
2019-02-15imx: ventana: fix usage of dt paths with leading 0s (Linux 4.15+)Tim Harvey
2019-02-15imx: ventana: gw5904/gw5909: disable RS485Tim Harvey
2019-02-15imx: ventana: add support for GW5901/GW5902Tim Harvey
2019-02-15imx: ventana: add support for GW5909Tim Harvey
2019-02-15imx: ventana: add support for GW5908Tim Harvey
2019-02-15imx: ventana: add support for GW5907Tim Harvey
2019-02-15imx: ventana: add support for GW5906Tim Harvey
2019-02-15imx: ventana: add i2c detect for all LVDS displaysTim Harvey
2019-02-15imx: ventana: skip nand init for nandless boardsTim Harvey
2019-02-15imx: ventana: add support for Z101WX01 LVDS displayTim Harvey
2019-02-15imx: ventana: add support for GW5905Tim Harvey
2019-02-15imx: ventana: remove setup of I2C3 from SPLTim Harvey
2019-02-15imx: ventana: do not iomux UART1Tim Harvey
2019-02-15imx: ventana: mv88e61xx change LED configurationTim Harvey
2018-07-25board: constify struct node_info arrayMasahiro Yamada
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
2018-01-12imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPLTom Rini
2018-01-12imx: ventana: Rework CONFIG_CMD_EECONFIG code to not be included in SPLTom Rini
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-08-15env: Drop env_relocate_spec() in favour of env_load()Simon Glass
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-06-05arm: Include asm/setup.h explictlySimon Glass
2017-05-22Convert CONFIG_CMD_GSC to KconfigSimon Glass
2017-05-22Convert CONFIG_CMD_EECONFIG to KconfigSimon Glass
2017-05-18imx: ventana: update imx wdog external reset dt propertyTim Harvey