summaryrefslogtreecommitdiff
path: root/board/freescale/mx53loco/mx53loco.c
AgeCommit message (Expand)Author
2021-09-07arm: Disable ATAGs supportTom Rini
2021-03-01mx53loco: Convert to driver modelFabio Estevam
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop log.h from common headerSimon Glass
2019-12-02common: Move some board functions out of common.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-06-23Convert to use fsl_esdhc_imx for i.MX platformsYangbo Lu
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-04arm: imx: mx53loco: remove usage of mx53_dram_sizePatrick Bruenn
2017-10-12imx: Include <input.h> header fileDiego Dorta
2017-08-16env: Rename setenv() to env_set()Simon Glass
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2015-04-08mx53loco: Disable printing cpuinfoFabio Estevam
2015-03-05mx5: fix get_reset_causeStefano Babic
2014-11-20mx53loco: Fix error handling in board_mmc_init()Fabio Estevam
2014-11-13mx53loco: Change 'fdt_file' dynamicallyFabio Estevam
2014-03-31arm: mx5: Avoid hardcoding memory sizes on MX53QSBMarek Vasut
2014-02-19Move #ifdef(CONFIG_DISPLAY_CPUINFO) from caller to calleeMasahiro Yamada
2013-12-17imx: Explicitly pass the I2C bus number in pmic_init()Fabio Estevam
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-05imx: mx53loco: Convert to iomux-v3Benoît Thébaudeau
2013-01-09mx53loco: Add support for SEIKO 4.3'' WVGA panelFabio Estevam
2013-01-05mx53loco: Improve error handling on power_init()Fabio Estevam
2013-01-05mx53loco: Remove unneeded 'retval' variableFabio Estevam
2012-12-27mx53loco: Call PMIC related functions from board_late_init()Fabio Estevam
2012-12-13mx53loco: Fix PMIC nameFabio Estevam
2012-11-19Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini
2012-11-14mx53loco: Fix build error when CONFIG_VIDEO is disabledVikram Narayanan
2012-11-14pmic: Extend PMIC framework to support multiple instances of PMIC devicesŁukasz Majewski
2012-10-16i.MX: ipufb: add const to fb_videomode declarationsEric Nelson
2012-10-16mxc: Fix SDHC multi-instance clockBenoît Thébaudeau
2012-10-15mx5/6: Define default SoC input clock frequenciesBenoît Thébaudeau
2012-09-01fsl_esdhc: Remove cache snooping for i.MXBenoît Thébaudeau
2012-09-01mx5:Use IMX_GPIO_NR macroAshok Kumar Reddy
2012-09-01mx53loco: Use IMX_GPIO_NR macroFabio Estevam
2012-09-01MX5: mx53loco: do not overwrite the consoleStefano Babic
2012-07-07mx53loco: Fix revision of Dialog boardsFabio Estevam
2012-05-25mx53loco: Add LCD supportFabio Estevam
2012-05-15mx53loco: Remove unneeded gpio_set_value()Fabio Estevam
2012-05-15mx53loco: Add CONFIG_REVISION_TAGFabio Estevam
2012-05-15mx53loco: Turn on VUSB regulatorFabio Estevam
2012-05-15mx53loco: Add mc34708 support and set mx53 frequency at 1GHzFabio Estevam
2012-05-15pmic: dialog: Avoid name conflictsFabio Estevam
2012-05-15mx53loco: Add support for 1GHz operation for DA9053-based boardsFabio Estevam
2012-05-15mx53loco: Allow to print CPU information at a later stageFabio Estevam
2012-05-15MX53: mx53loco: Add SATA supportStefano Babic
2012-02-27mx53loco: Use gpio_direction_input prior to gpio_get_valueFabio Estevam