aboutsummaryrefslogtreecommitdiff
path: root/board/freescale/common
AgeCommit message (Expand)AuthorFilesLines
2022-03-28video: Drop FSL DIU driverSimon Glass3-231/+0
2022-03-28video: fsl: colibri_vf: Drop FSL DCU driverSimon Glass3-262/+0
2022-01-18common: board_r: move init_addr_map() to init.hOvidiu Panait1-4/+1
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini2-1/+2
2021-12-27CONFIG_SYS_CLK_FREQ: Consistently be static or get_board_sys_clk()Tom Rini2-2/+2
2021-12-27nxp: ics307_clk: Guard get_board_ddr_clk function correctlyTom Rini1-0/+2
2021-12-27Finish CONFIG_VID et al conversion to KconfigTom Rini2-6/+37
2021-11-09board: fsl_validate: Fix Double free IssueKshitiz Varshney1-22/+6
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-0/+1
2021-09-08common/spl: Drop [ST]PL_HASH_SUPPORT in favor of [ST]PL_HASHAlexandru Gagniuc1-0/+1
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-08-31nxp: Migrate CONFIG_DDR_CLK_FREQ to KconfigTom Rini1-1/+0
2021-08-18board: fsl_validate: Fix resource leak issueKshitiz Varshney1-9/+27
2021-08-06ppc: Drop idt8t49n222a_serdes_clk driverSimon Glass3-315/+0
2021-08-05pci: freescale: Drop old codeSimon Glass3-85/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-5/+5
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass3-4/+4
2021-07-20board: freescale: Refactor NXP common mux codeStephen Carlson7-46/+148
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