aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks/gw_ventana/gw_ventana_spl.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-09imx: ventana: move wdog/uhs-i board/revision dt fixupsTim Harvey1-1/+6
2021-04-08imx: ventana: convert U-Boot to OF_CONTROL using FIT imageTim Harvey1-1/+9
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
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-03-13imx: ventana: added support for 16bit 8Gb density (1GiB) DRAMTim Harvey1-0/+5
2019-02-15imx: ventana: add support for GW5908Tim Harvey1-0/+44
2019-02-15imx: ventana: add support for GW5905Tim Harvey1-7/+41
2019-02-15imx: ventana: remove setup of I2C3 from SPLTim Harvey1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin1-3/+0
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima1-11/+0
2017-08-16env: Rename getenv_hex(), getenv_yesno(), getenv_ulong()Simon Glass1-1/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-15env: Drop env_relocate_spec() in favour of env_load()Simon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-3/+3
2017-03-20imx: ventana: add GW5903 supportTim Harvey1-4/+38
2017-03-20imx: ventana: add GW5904 supportTim Harvey1-0/+14
2017-03-19imx: ventana: add additional DRAM configurationsTim Harvey1-0/+45
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+2
2016-05-31imx: ventana: SPL: added support for 32bit IMX6DQ 8Gb density DRAM configTim Harvey1-0/+32
2016-05-31imx: ventana: SPL: only disable boot watchdog if Falcon modeTim Harvey1-3/+3
2016-05-24imx: ventana: use EEPROM register for falcon boot modeTim Harvey1-1/+6
2015-11-12gw_ventana: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-09-02imx: mx6: ddr init MMDC according to ddr_typePeng Fan1-0/+1
2015-06-01imx: ventana: hang if board model could not be determinedTim Harvey1-4/+2
2015-05-21imx: ventana: config: enable Falcon modeTim Harvey1-0/+20
2015-05-19imx: ventana: add pmic_setup to SPLTim Harvey1-0/+3
2015-05-15imx: ventana: use stack relocationTim Harvey1-3/+0
2015-05-15imx: ventana: add GSC boot watchdog disable to SPLTim Harvey1-0/+3
2015-05-15imx: ventana: add gpio setup to SPLTim Harvey1-0/+3
2015-05-15imx: ventana: use common uart and i2c setup functions in SPLTim Harvey1-47/+5
2015-05-15imx: ventana: display SPL boot deviceTim Harvey1-0/+22
2015-05-15imx: ventana: fix boot to SDTim Harvey1-1/+4
2015-04-22imx: ventana: Update missing memory/calib handlingPushpal Sidhu1-6/+8
2015-04-22imx: ventana: Add new memory configurationPushpal Sidhu1-8/+52
2015-04-22imx: ventana: remove 128x16 calibration (share with 128x32)Tim Harvey1-24/+3
2015-04-22imx: ventana: updated 16bit DDR calibrationTim Harvey1-8/+12
2015-04-22imx: ventana: Add support for GW551xTim Harvey1-1/+59
2015-04-22imx: ventana: add support for 4Gb density mem devices with IMX6DLTim Harvey1-2/+17
2015-04-22imx: ventana: enable precharge power-down fast-exit modeTim Harvey1-0/+1
2014-12-19arm: mx6: gw_ventana: Change clock init to enable NAND related clocksStefan Roese1-1/+1
2014-11-20gw_ventana: Move the DCD settings to spl codeFabio Estevam1-0/+28
2014-10-01ARM: mx6: gw_ventana: Remove superfluous memset of GD in board_init_fStefan Roese1-7/+0
2014-09-09imx: ventana: base SPL MMDC calibration on width and size not boardTim Harvey1-80/+109
2014-06-06imx: ventana: switch to SPLTim Harvey1-0/+419