aboutsummaryrefslogtreecommitdiff
path: root/board/bachmann
AgeCommit message (Expand)AuthorFilesLines
2021-04-10arm: Remove ot1200 boardTom Rini7-715/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-16doc: update reference to README.imximagePatrick Delaunay1-1/+1
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
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-09-18imx6: drop duplicated bss memset and board_init_r() callAnatolij Gustschin1-6/+0
2017-08-28imx: imx6: Move gpr_init() function to soc.cBreno Lima1-11/+0
2017-08-16env: Rename setenv() to env_set()Simon Glass1-2/+2
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-4/+4
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass1-1/+1
2017-05-12ot1200: Fix unused variable warningTom Rini1-4/+0
2016-09-06mx6: ddr: Allow changing REFSEL and REFR fieldsFabio Estevam1-0/+2
2015-11-12ot1200: Remove empty reset_cpu()Fabio Estevam1-4/+0
2015-09-13ot1200: Fix the error handling in board_eth_init()Fabio Estevam1-8/+12
2015-09-13mx6: remove SYS_SOC from board KconfigPeng Fan1-3/+0
2015-06-08ot1200: setup i2c bus 1 in setup_iomux_i2c()Christian Gmeiner1-0/+15
2015-06-08ot1200: setup i2c bus in board_early_init_f(..)Christian Gmeiner1-18/+22
2015-01-22ot1200: add basic SPL supportChristian Gmeiner2-0/+166
2015-01-22ot1200: enable spi clock directly in ccgr_init(..)Christian Gmeiner1-4/+1
2015-01-22ot1200: move ccgr and gpr init to c functionsChristian Gmeiner2-14/+28
2015-01-22ot1200: make use of imx_ddr_size(..)Christian Gmeiner1-1/+2
2014-11-24ot1200: Fix error handling in board_mmc_init()Fabio Estevam1-4/+6
2014-11-13ot1200: fix card detect for usdhc4Christian Gmeiner1-2/+2
2014-11-05Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-5/+65
2014-10-30ot1200: rework card detect for eMMCChristian Gmeiner1-3/+4
2014-10-30ot1200: add support for usdhc4Christian Gmeiner1-5/+49
2014-10-30ot1200: add feature padsChristian Gmeiner1-0/+15
2014-10-29kconfig: arm: introduce symbol for ARM CPUsGeorges Savoundararadj1-3/+0
2014-10-23ot1200: add sata supportChristian Gmeiner1-0/+5
2014-10-23ot1200: fix sf detectionChristian Gmeiner1-0/+5
2014-10-21ot1200: remove superfluous "string" tagChristian Gmeiner1-5/+0
2014-10-06imx6: add Bachmann OT1200 boardChristian Gmeiner6-0/+478