summaryrefslogtreecommitdiff
path: root/board/ge/bx50v3/bx50v3.c
Commit message (Expand)AuthorAgeFilesLines
* board: ge: pass rtc_status via device treeIan Ray2020-01-071-1/+6
* board: ge: bx50v3: Enable DM for PCI and ethernetDenis Zalevskiy2020-01-071-62/+13
* board: ge: bx50v3: Fix message output to video consoleIan Ray2020-01-071-7/+14
* board: ge: bx50v3: Fix run-time warningIan Ray2020-01-071-10/+13
* board: ge: bx50v3: sync devicetrees from LinuxRobert Beckett2020-01-071-1/+33
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu2019-06-231-1/+1
* board: ge: store version information in fdtIan Ray2019-04-131-0/+11
* board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASHIan Ray2019-04-131-25/+0
* board: ge: bx50v3: Enable CONFIG_DM_GPIOIan Ray2019-04-131-1/+10
* board: ge: bx50v3: Enable CONFIG_DM_MMCIan Ray2019-04-131-113/+0
* board: ge: Move VPD reading to the vpd_readerDenis Zalevskiy2019-01-011-37/+11
* board: ge: Move VPD EEPROM configuration to the defconfigDenis Zalevskiy2018-12-171-13/+4
* board: ge: Remove EEPROM bus param from read_vpd()Denis Zalevskiy2018-12-171-3/+3
* board: ge: bx50v3: fix initialization of i2c bus0Dan Cimpoca2018-10-221-3/+3
* board: ge: bx50v3: b{4,6}50v3 modelineIan Ray2018-10-221-0/+2
* board: ge: bx50v3: correct LDB clockIan Ray2018-10-221-13/+17
* board: ge: bx50v3: configure video arguments using VPDIan Ray2018-05-171-0/+3
* board: ge: bx50v3: use VPD instead of compile-time checksIan Ray2018-05-171-7/+8
* board: ge: bx50v3: detect the monitor type by reading VPD earlierNandor Han2018-05-171-7/+29
* board: ge: bx50v3: fix display support for b{46}50v3Ian Ray2018-05-171-0/+2
* board: ge: bx50v3: unify two switch statementsNandor Han2018-05-171-10/+3
* board: ge: bx50v3: rename detect_baseboard functionIan Ray2018-05-171-2/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* board: ge: bx50v3: enable backlight on demandIan Ray2018-04-151-17/+28
* board,ge,bx50v3 - rtc time validationNandor Han2018-02-041-0/+3
* board: ge: bx50v3: Support FIT and select configuration based on VPDIan Ray2018-02-041-0/+12
* board: ge: bx50v3: Enable hardware watchdogMartyn Welch2018-02-041-0/+1
* board: ge: bx50v3: program MAC address to I210Hannu Lounento2018-02-041-1/+36
* board: ge: bx50v3: move FEC MAC address programming to driverMartyn Welch2018-02-041-40/+39
* board: ge: Enable access to i2c bus 1 and 2Martyn Welch2018-02-041-1/+1
* board: ge: make VPD code commonMartyn Welch2017-11-201-1/+1
* imx: Include <input.h> header fileDiego Dorta2017-10-121-0/+1
* board: ge: bx50v3: set eth0 MAC addressIan Ray2017-09-201-0/+109
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-121-4/+4
* board: ge: bx50v3: apply the proper register setting to fix the voltage peak ...Yung-Ching LIN2017-03-261-1/+2
* board: ge: bx50v3: fix AR8033 reset timing issueYung-Ching LIN2017-03-261-1/+2
* board: ge: bx50v3: add the PMIC configuration supportKen Lin2016-11-291-0/+54
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* bx50v3: Use imx_ddr_size() for calculating the DDR sizeFabio Estevam2016-07-281-1/+1
* board: ge: bx50v3: don't configure the backlight when there's no displayAndrew Shadura2016-06-071-0/+3
* board: ge: bx50v3: Fix to meet LVDS display power on timingAkshay Bhat2016-04-191-0/+7
* board: ge: bx50v3: Use pwm for display backlightAkshay Bhat2016-04-191-0/+11
* board: ge: bx50v3: Setup LDB_DI_CLK sourceAkshay Bhat2016-04-191-0/+43
* board: ge: bx50v3: Split display setup functionAkshay Bhat2016-04-191-45/+67
* board: ge: bx50v3: Disable unused pinsJustin Waters2016-04-191-0/+10
* arm: imx: Add support for GE Bx50v3 boardsAkshay Bhat2016-03-091-0/+533