summaryrefslogtreecommitdiff
path: root/board/ge/mx53ppd/mx53ppd.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-11-01board: ge: common: vpd: separate I2C specific codeSebastian Reichel1-1/+1
2020-11-01board: ge: common: rename ge_common.c to ge_rtc.cSebastian Reichel1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-1/+1
2020-02-09board: ge: mx53ppd: use DM for uartIan Ray1-3/+0
2020-02-09board: ge: mx53ppd: Use DM for ethernetRobert Beckett1-26/+0
2020-02-09board: ge: mx53ppd: enable DM_VIDEOIan Ray1-3/+0
2020-02-09board: ge: bx50v3, imx53ppd: use DM I2CRobert Beckett1-32/+3
2020-01-07board: ge: mx53ppd: use imx wdtRobert Beckett1-1/+0
2020-01-07board: ge: pass rtc_status via device treeIan Ray1-1/+6
2019-12-03common: Move some board functions out of common.hSimon Glass1-0/+1
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu1-1/+1
2019-04-13board: ge: store version information in fdtIan Ray1-0/+11
2019-04-13board: ge: ppd: Enable CONFIG_DM_MMCIan Ray1-73/+0
2019-01-01imx: mx53ppd: fix build errorPeng Fan1-3/+3
2019-01-01board: ge: Move VPD reading to the vpd_readerDenis Zalevskiy1-31/+7
2018-12-17board: ge: Move VPD EEPROM configuration to the defconfigDenis Zalevskiy1-10/+4
2018-12-17board: ge: Remove EEPROM bus param from read_vpd()Denis Zalevskiy1-3/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-12-29board: ge: mx53ppd: Move check_time() to common locationMartyn Welch1-46/+1
2017-11-20mx53: Add Board support for GE PPDPeter Senna Tschudin1-0/+457