summaryrefslogtreecommitdiff
path: root/board/toradex/colibri_imx6
AgeCommit message (Collapse)Author
2014-10-30colibri_imx6.c: enable USB host power consistentlyMax Krummenacher
2014-10-29apalis_imx6.c/colibri_imx6.c: use get_ram_size()Max Krummenacher
This gives a fast basic ram test. While at it clean up whitespace
2014-10-28do_fuse: enable the fusingMax Krummenacher
2014-09-18colibri-imx6: pf0100.c: fix pin assignment for VPGM enMax Krummenacher
2014-09-04colibri_imx6.c: add patch_ddr_size cmdMax Krummenacher
Adds the patch_ddr_size cmd which patches the DCD data structure settings for the DDR memory controller optimized for the module. Currently this is only the bus width which is changed from 32bit to 64bit on DL modules. This allows to use a unified U-Boot for S and DL modules. Right after flashing the U-Boot to eMMC this cmd will be run to complete the update.
2014-09-04colibri_imx6.c: get the RAM size from the MMDC's configMax Krummenacher
2014-09-04colibri-imx6.cfg: fix config variable nameMax Krummenacher
2014-09-01colibri-imx6: initial support for dual-lightMax Krummenacher