summaryrefslogtreecommitdiffstats
path: root/board/ge/mx53ppd
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* board: ge: ppd: Update MAINTAINERSSebastian Reichel2020-11-041-4/+6
* board: ge: common: vpd: separate I2C specific codeSebastian Reichel2020-11-011-1/+1
* board: ge: common: add config option for RTC and VPD featureSebastian Reichel2020-11-011-0/+2
* board: ge: common: rename ge_common.c to ge_rtc.cSebastian Reichel2020-11-011-1/+1
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-1/+1
* doc: update reference to README.imximagePatrick Delaunay2020-04-161-1/+1
* board: ge: mx53ppd: use DM for uartIan Ray2020-02-092-9/+0
* board: ge: mx53ppd: Use DM for ethernetRobert Beckett2020-02-091-26/+0
* board: ge: mx53ppd: enable DM_VIDEOIan Ray2020-02-094-89/+44
* board: ge: bx50v3, imx53ppd: use DM I2CRobert Beckett2020-02-093-34/+4
* board: ge: mx53ppd: use imx wdtRobert Beckett2020-01-071-1/+0
* board: ge: pass rtc_status via device treeIan Ray2020-01-071-1/+6
* common: Move some board functions out of common.hSimon Glass2019-12-021-0/+1
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* 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
* mx53ppd: bring dock out of reset at bootIan Ray2019-04-131-0/+4
* board: ge: store version information in fdtIan Ray2019-04-131-0/+11
* board: ge: ppd: Enable CONFIG_DM_MMCIan Ray2019-04-131-73/+0
* imx: mx53ppd: fix build errorPeng Fan2019-01-011-3/+3
* board: ge: Move VPD reading to the vpd_readerDenis Zalevskiy2019-01-011-31/+7
* board: ge: Move VPD EEPROM configuration to the defconfigDenis Zalevskiy2018-12-172-10/+6
* board: ge: Remove EEPROM bus param from read_vpd()Denis Zalevskiy2018-12-171-3/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-12/+5
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* board: ge: mx53ppd: Move check_time() to common locationMartyn Welch2017-12-291-46/+1
* mx53: Add Board support for GE PPDPeter Senna Tschudin2017-11-207-0/+811