aboutsummaryrefslogtreecommitdiff
path: root/board/phytec/pcm052
AgeCommit message (Expand)AuthorFilesLines
2019-12-02common: Move some board functions out of common.hSimon Glass1-0/+1
2019-10-08imx: bk4: Print proper HW revision of VF610's BK4 boardLukasz Majewski1-1/+14
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move get/set_default_env() to env.hSimon Glass1-1/+1
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-04-13pcm052: bk4: Add board_phy_config() for BK4 to setup ksz8081 phyLukasz Majewski1-0/+16
2019-04-13pcm052: mac: Provide board specific imx_get_mac_from_fuse() functionLukasz Majewski1-0/+41
2019-04-13pcm052: board: Add code to setup LED default statesLukasz Majewski1-0/+4
2019-04-13pcm052: bk4: sdcard: Add support for SD card booting/recoveryLukasz Majewski1-0/+32
2019-04-13pcm052: board: Remove in-board setup code (it is now replaced by DM setup)Lukasz Majewski1-267/+0
2019-04-13pcm052: board: cosmetic: Add copyright notice to pcm052.cLukasz Majewski1-0/+3
2019-04-13pcm052: board: vybrid: Update the board name for BK4 deviceLukasz Majewski1-1/+4
2019-04-13pcm052: board: Remove "m4go" command as it is superseded by "bootaux"Lukasz Majewski1-38/+0
2019-04-13pcm052: board: Do not enable I2C2 code in the board fileLukasz Majewski1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini3-7/+3
2017-11-06MAINTAINERS: Add missing boards and config entriesTom Rini1-0/+2
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-03-19ARM: vf610: move to standard arch/board approachStefan Agner1-6/+0
2017-02-08pcm052: fix DDR initialization sequenceAlbert ARIBAUD \(3ADEV\)1-4/+5
2016-10-26imx: s/docs\/README.imximage/doc\/README.imximage/gJagan Teki1-1/+1
2016-10-06pcm052: add new BK4r1 target based on PCM052 SoMAlbert ARIBAUD \(3ADEV\)2-52/+136
2016-10-06pcm052: allow specifying onboard DDR size in configsAlbert ARIBAUD \(3ADEV\)1-0/+4
2016-10-06pcm052: add 'm4go' commandAlbert ARIBAUD \(3ADEV\)1-0/+38
2015-10-02vf610: add support for Phytec PCM052Albert ARIBAUD \(3ADEV\)5-0/+560