summaryrefslogtreecommitdiffstats
path: root/board/gateworks
Commit message (Expand)AuthorAgeFilesLines
* board: gateworks: imx8mm: Add Gateworks Venice board supportTim Harvey2021-03-0310-0/+3646
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* 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-172-4/+4
* common: Drop linux/delay.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop log.h from common headerSimon Glass2020-05-185-0/+6
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-182-5/+9
* common: Drop init.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop image.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* arm: Don't include common.h in header filesSimon Glass2020-05-181-0/+1
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-0/+3
* env: Drop environment.h header file where not neededSimon Glass2019-08-112-2/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_get_yesno() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_init() to env.hSimon Glass2019-08-111-0/+1
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-232-4/+4
* imx: ventana: added support for 16bit 8Gb density (1GiB) DRAMTim Harvey2019-03-131-0/+5
* imx: ventana: hexdump invalid EEPROM dataTim Harvey2019-03-131-0/+10
* imx: ventana: fix usage of dt paths with leading 0s (Linux 4.15+)Tim Harvey2019-02-151-49/+41
* imx: ventana: gw5904/gw5909: disable RS485Tim Harvey2019-02-151-0/+2
* imx: ventana: add support for GW5901/GW5902Tim Harvey2019-02-154-1/+146
* imx: ventana: add support for GW5909Tim Harvey2019-02-153-0/+25
* imx: ventana: add support for GW5908Tim Harvey2019-02-154-0/+68
* imx: ventana: add support for GW5907Tim Harvey2019-02-153-0/+18
* imx: ventana: add support for GW5906Tim Harvey2019-02-154-0/+49
* imx: ventana: add i2c detect for all LVDS displaysTim Harvey2019-02-151-4/+4
* imx: ventana: skip nand init for nandless boardsTim Harvey2019-02-153-4/+14
* imx: ventana: add support for Z101WX01 LVDS displayTim Harvey2019-02-151-1/+23
* imx: ventana: add support for GW5905Tim Harvey2019-02-157-12/+149
* imx: ventana: remove setup of I2C3 from SPLTim Harvey2019-02-154-86/+90
* imx: ventana: do not iomux UART1Tim Harvey2019-02-151-7/+0
* imx: ventana: mv88e61xx change LED configurationTim Harvey2019-02-151-5/+5
* 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-078-16/+8
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* imx: ventana: Rework CONFIG_CMD_GSC code to not be included in SPLTom Rini2018-01-121-1/+1
* imx: ventana: Rework CONFIG_CMD_EECONFIG code to not be included in SPLTom Rini2018-01-121-2/+2
* imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin2017-09-181-3/+0
* imx: imx6: Move gpr_init() function to soc.cBreno Lima2017-08-281-11/+0
* env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass2017-08-161-1/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-163-19/+19
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-2/+2
* env: Rename setenv() to env_set()Simon Glass2017-08-161-13/+13
* env: Drop env_relocate_spec() in favour of env_load()Simon Glass2017-08-151-1/+1