aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/common
AgeCommit message (Expand)AuthorFilesLines
2021-07-07ppc: Remove MPC832XEMDS boardsTom Rini1-29/+0
2021-07-07ppc: Remove MPC8555CDS boardsTom Rini1-1/+0
2021-07-07ppc: Remove MPC8541CDS boardTom Rini1-1/+0
2021-06-17board: freescale: vid.c: Add check for return value of adjust_vdd()Priyanka Singh1-4/+7
2021-03-05arm: fsl: common: Improve NXP VID driver PMBus supportStephen Carlson3-506/+352
2021-02-25ppc: Remove MPC8569MDS boardWIP/2021-02-25-remove-platformsTom Rini1-14/+1
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk7-33/+33
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini3-0/+3
2021-02-15ppc: Remove MPC8641HPCN boardTom Rini1-25/+0
2021-02-15ppc: Remove MPC8610HPCD boardTom Rini1-30/+0
2021-02-15ppc: Remove MPC8572DS boardTom Rini2-30/+0
2021-02-15ppc: Remove MPC8544DS boardTom Rini1-27/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass3-0/+3
2020-12-10board: freescale: vid.c: Initialize variable 'i2caddress'Priyanka Singh1-1/+1
2020-12-10board/freescale/common: fix a bug that failed to read/write eeprom on ls1021atsnBiwen Li1-2/+4
2020-12-10armv8: lx2162aqds: Add support for LX2162AQDS platformMeenakshi Aggarwal2-0/+55
2020-12-10armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal1-1/+2
2020-10-23board/freescale/vid: enables writes to all commands for LTC3882Biwen Li2-3/+58
2020-10-23board: freescale: vid.c: Initialize variable 'i2caddress'Priyanka Singh1-1/+1
2020-10-05Merge branch 'next'Tom Rini1-1/+0
2020-09-24board: freescale: emc2305: Pass chip_addr to set_fan_speedWasim Khan2-12/+10
2020-09-24board/freescale/lsch3: Correct entry for 0.9vMartin Kaistra1-1/+1
2020-09-24board/freescale: Remove P5020DS board supportPriyanka Jain1-1/+0
2020-07-27board: fsl: lx2160aqds: identify SDHC adapter during board initYangbo Lu1-1/+10
2020-07-27Move eSDHC adapter card identification to board filesYangbo Lu1-2/+1
2020-07-27armv8: ls1028ardb: add xspi parameter to qixis commandYuantian Tang1-0/+13
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass4-0/+4
2020-05-18common: Drop log.h from common headerSimon Glass12-0/+12
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass6-16/+19
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2020-05-04dm: ppc: T4240: add i2c DM supportBiwen Li1-2/+256
2020-05-04dm: ppc: MPC8548CDS: add i2c DM supportBiwen Li1-1/+2
2020-02-04dm: arm: ls1021a: add i2c DM supportBiwen Li2-0/+177
2020-02-04board: fsl: lx2160a: Add support to reset to eMMCMeenakshi Aggarwal1-0/+4
2019-12-27pfuze: Fix the pmic_get() parameter in the DM caseFabio Estevam1-1/+1
2019-12-02common: Move pci_init_board() out of common.hSimon Glass1-0/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass1-0/+1
2019-11-25board: sdhc: Use block layer to read from mmcYinbo Zhu1-0/+4
2019-11-08freescale/powerpc: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal1-1/+1
2019-11-08freescale/layerscape: Rename the config CONFIG_SECURE_BOOT nameUdit Agarwal2-2/+2
2019-08-28powerpc: MPC85xxCDS: Disable legacy PCI fixup when DM_PCI is selectedHou Zhiqiang1-1/+3
2019-08-28powerpc: p_corenet: Compile legacy PCIe routines conditionallyHou Zhiqiang1-0/+2
2019-08-22boards: lx2160a: Add support of I2C driver modelChuanhua Han4-4/+202
2019-08-22common: qixis: make the qixis compatible with new socYuantian Tang1-12/+33
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set() to env.hSimon Glass3-0/+3