summaryrefslogtreecommitdiff
path: root/board/boundary/nitrogen6x/nitrogen6x.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-06-22Fix MMC access on SabreliteMartyn Welch1-72/+0
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-27nitrogen6x: prepare for CONFIG_MX6QDLTroy Kisky1-176/+194
2019-10-08nitrogen6x: reserve used gpiosTroy Kisky1-1/+29
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-4/+4
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-6/+6
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-04-02usb: Rename ehci-fsl.h to ehci-ci.hMateusz Kulikowski1-1/+1
2015-09-13nitrogen6x: Fix the error handling in board_eth_init()Fabio Estevam1-8/+11
2015-02-17nitrogen6x: set environment variable reset_causeEric Nelson1-0/+1
2014-11-24nitrogen6x: Fix error handling in board_mmc_init()Fabio Estevam1-4/+6
2014-10-21ARM: i.MX: provide declaration for board_spi_cs_gpioEric Nelson1-0/+1
2014-10-08Merge remote-tracking branch 'u-boot-imx/master'Albert ARIBAUD1-31/+261
2014-10-06nitrogen6x: display use I2C detect for HDMIEric Nelson1-3/+3
2014-10-06nitrogen6x: display: add wvga-lvds panelEric Nelson1-0/+20
2014-10-06nitrogen6x: display: add Ampire 1024x600 panelEric Nelson1-0/+20
2014-10-06nitrogen6x: display: add svga display (800x600)Eric Nelson1-0/+20
2014-10-06nitrogen6x: display: add support for fusion 7 displayEric Nelson1-0/+20
2014-10-06nitrogen6x: display: add LDB-WXGA-S for SPWG 1280x800 displaysEric Nelson1-0/+20
2014-10-06nitrogen6x: display: add support for LG-9.7 LVDS displayEric Nelson1-0/+20
2014-10-06nitrogen6x: display: add qvga panelEric Nelson1-0/+20
2014-10-06nitrogen6x: display: add support lvds jeida screenRobert Winkler1-0/+31
2014-10-06nitrogen6x: prevent warnings about board_ehci* callbacksEric Nelson1-0/+1
2014-10-06nitrogen6x: phy: add 100 us delay after phy resetTroy Kisky1-0/+1
2014-10-06nitrogen6x: staticize board fileEric Nelson1-14/+16
2014-10-06nitrogen6x: configure SGTL5000, CSI camera clock outputsTroy Kisky1-1/+7
2014-10-06nitrogen6x: power-down miscellanous peripheralsEric Nelson1-4/+43
2014-10-06nitrogen6x: configure SD2 pads for SDIO on USDHC2Eric Nelson1-0/+11
2014-10-06nitrogen6x: simplify board_mmc_getcdTroy Kisky1-10/+4
2014-10-06nitrogen6x: implement board_cfb_skip() to disable text outputEric Nelson1-0/+5
2014-09-24spi: mxc: fix sf probe when using mxc_spiNikita Kiryanov1-0/+5
2014-07-23mx6: Remove duplication of iomuxc structureFabio Estevam1-2/+1
2014-04-28nitrogen6x: Fix the PAD settings for the ECSPI chipselectFabio Estevam1-1/+1
2014-04-15nitrogen6x: use common detect_hdmiEric Benard1-6/+0
2014-04-15nitrogen6x: use common board_video_skipEric Benard1-58/+3
2014-02-06usb: mv_udc: Rename to ci_udcMarek Vasut1-1/+1
2013-12-17nitrogen6x: Move setup_sata to common partGiuseppe Pagano1-26/+1
2013-11-13i.MX6DQ/DLS: replace pad names with their Linux kernel equivalentsEric Nelson1-85/+85
2013-10-21nitrogen6x: add otg usb host/device mode supportTroy Kisky1-0/+26