aboutsummaryrefslogtreecommitdiff
path: root/board/gateworks
AgeCommit message (Expand)AuthorFilesLines
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+2
2016-07-28imx: ventana: add dt fixup for watchdog external resetTim Harvey1-0/+30
2016-07-28imx: ventana: refactor board-specific dt fixups (no functional change)Tim Harvey1-73/+93
2016-07-28imx: ventana: make hwconfig initialize based on board configurationTim Harvey1-1/+15
2016-07-28imx: ventana: add extra DIO's for GW5520Tim Harvey1-0/+36
2016-07-28imx: ventana: make number of digital I/O's dynamicTim Harvey3-210/+199
2016-07-28imx: ventana: make RS232 enable board specificTim Harvey2-9/+27
2016-07-28imx: ventana: add dt fixup for eth1 mac-addressTim Harvey1-0/+35
2016-07-28imx: ventana: add dt fixup for GW16082 irq mappingTim Harvey1-0/+228
2016-06-12Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini8-68/+262
2016-05-31imx: ventana: add fdt fixup to enable UHS-I support on selected boardsTim Harvey3-2/+33
2016-05-31imx: ventana: add GW553x supportTim Harvey5-3/+66
2016-05-31imx: ventana: remove several EEPROM config bit dependenceTim Harvey1-31/+0
2016-05-31imx: ventana: remove dependence on EECONFIG_SATA eeprom feature bitTim Harvey2-11/+22
2016-05-31imx: ventana: enable pwm device-tree property based on hwconfigTim Harvey2-0/+35
2016-05-31imx: ventana: fix invalid dio configuration for pwm modeTim Harvey1-1/+1
2016-05-31imx: ventana: export backlight gpio after gpio driver is availableTim Harvey1-2/+3
2016-05-31imx: ventana: gsc: show board temp on bootTim Harvey1-0/+6
2016-05-31imx: ventana: gsc: fix negative temperature readingsTim Harvey1-0/+2
2016-05-31imx: ventana: gsc: add gsc sleep commandTim Harvey1-1/+45
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-27Delete tests of CONFIG_OF_LIBFDT when testing CONFIG_OF_BOARD_SETUPRobert P. J. Day1-2/+2
2016-05-24imx: ventana: use EEPROM register for falcon boot modeTim Harvey2-12/+12
2016-05-24imx: ventana: gsc: remove dependence on envTim Harvey1-2/+2
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-7/+7
2015-12-01arm: imx6: novena, gw_ventana: Fix use of pfuze100 bit definitionsMarek Vasut1-1/+1
2015-11-12gw_ventana: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-09-13mx6: remove SYS_SOC from board KconfigPeng Fan1-3/+0
2015-09-02imx: mx6: ddr init MMDC according to ddr_typePeng Fan1-0/+1
2015-06-01imx: ventana: skip mtdparts fixup if no flashTim Harvey1-3/+5
2015-06-01imx: ventana: hang if board model could not be determinedTim Harvey1-4/+2
2015-06-01imx: ventana: make fdt_file1 and fdt_file2 automatic and non-overridableTim Harvey1-8/+4
2015-06-01imx: ventana: make model env var automatic and non-overridableTim Harvey1-6/+1
2015-06-01imx: ventana: various board-specific GPIO config updatesTim Harvey3-30/+46
2015-05-26imx: ventana: update README with Falcon mode documentationTim Harvey1-0/+169
2015-05-26imx: ventana: update README for micro-SD boot mediumTim Harvey1-3/+71
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: detect pmic using i2c probe instead of board modelTim Harvey3-5/+9
2015-05-15imx: ventana: move GSC boot watchdog disable function to gsc.cTim Harvey3-22/+30
2015-05-15imx: ventana: split out common functions between SPL and ubootTim Harvey4-864/+933
2015-05-15imx: ventana: default msata/pci mux to pci before PCI enumerationTim Harvey1-3/+4
2015-05-15imx: ventana: fix pcie reset for GW522xTim Harvey1-4/+4
2015-05-15imx: ventana: enable DM_SERIALTim Harvey1-0/+9
2015-05-15imx: ventana: register gpio's with gpio_requestTim Harvey1-20/+57