summaryrefslogtreecommitdiff
path: root/board/freescale
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada113-164/+165
2020-07-16power: pmic_pca9450: fix PCA9450A I2C addressSébastien Szymanski1-1/+1
2020-07-14imx8m: Refactor the OPTEE memory removalPeng Fan4-69/+0
2020-07-14imx8mp: Disables use of MR4 TUF flag (MR4[7]) bitJian Li1-1/+1
2020-07-14imx8mp: DDR performance tunningJian Li1-1/+1
2020-07-14imx8mp: enable rd_port_urgentJian Li1-0/+1
2020-07-09arm: Remove mx31pdk boardJagan Teki5-227/+0
2020-06-26arm: imx: Finish migration from CONFIG_SECURE_BOOT to CONFIG_IMX_HABTom Rini1-1/+1
2020-06-18powerpc: Remove TWR-P1025_defconfig boardJagan Teki7-478/+0
2020-06-18powerpc: Remove T4160QDS_NAND_defconfig boardJagan Teki18-2775/+0
2020-06-18powerpc: Remove T1040QDS_DDR4_defconfig boardJagan Teki16-1657/+0
2020-06-18powerpc: Remove T1024QDS_DDR4_SECURE_BOOT_defconfig boardJagan Teki17-1967/+0
2020-06-18powerpc: Remove P1022DS_36BIT_NAND_defconfig boardJagan Teki11-1342/+0
2020-06-18powerpc: Remove configs/MPC8536DS_36BIT_defconfig boardJagan Teki8-599/+0
2020-06-18powerpc: Remove configs/C29XPCIE_NAND_defconfig boardJagan Teki12-831/+0
2020-06-18powerpc: Remove configs/BSC9132QDS_NAND_DDRCLK100_SECURE_defconfig boardJagan Teki9-1069/+0
2020-06-18powerpc: Remove configs/BSC9131RDB_NAND_SYSCLK100_defconfig boardJagan Teki9-629/+0
2020-06-18powerpc: Remove configs/B4420QDS_NAND_defconfig boardJagan Teki15-2517/+0
2020-06-15trivial: Fix booot occurencesMichal Simek1-1/+1
2020-06-09Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2-24/+45
2020-06-08Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini13-1/+28
2020-06-08imx8mp_evk: spl: no need the code since spl framework could do thatPeng Fan1-5/+1
2020-06-08imx8mp_evk: spl: use spl_early_initPeng Fan1-6/+6
2020-06-08imx8mp_evk: spl: drop timer_initPeng Fan1-2/+0
2020-06-08imx8mp_evk: spl: drop useless codePeng Fan1-14/+0
2020-06-08imx8mp_evk: Add a README fileFabio Estevam1-0/+41
2020-06-03board/freescale: add the DM_ETH changes for the PPC DPAA platformsMadalin Bucur13-1/+28
2020-06-03powerpc: Remove ARCH= references from documentationTom Rini3-3/+0
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini5-3/+326
2020-05-19arm: dts: ls2080aqds: add CONFIG_MULTI_DTB_FIT supportIoana Ciornei1-0/+97
2020-05-19board: ls2080aqds: transition to DM_ETHIoana Ciornei2-3/+16
2020-05-19board: ls1088aqds: transition to DM_ETHIoana Ciornei1-0/+2
2020-05-19arm: dts: ls1088aqds: add CONFIG_MULTI_DTB_FIT supportIoana Ciornei1-0/+87
2020-05-19board: lx2160aqds: implement board_fit_config_name_matchIoana Ciornei1-0/+109
2020-05-19board: lx2160aqds: transition to DM_ETHIoana Ciornei2-1/+16
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass6-0/+6
2020-05-19common: Drop linux/delay.h from common headerSimon Glass71-0/+71
2020-05-19common: Drop log.h from common headerSimon Glass70-0/+70
2020-05-19Fix some checkpatch warnings in calls to debug()Simon Glass1-1/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass26-38/+51
2020-05-19common: Drop init.h from common headerSimon Glass51-0/+51
2020-05-19common: Drop image.h from common headerSimon Glass41-0/+44
2020-05-19common: Drop net.h from common headerSimon Glass57-0/+57
2020-05-18common: Drop flash.h from common headerSimon Glass6-0/+6
2020-05-17configs: lx2160a: Add default config for lx2160a using StMM in OP-TEEIlias Apalodimas1-0/+1
2020-05-10imx: imx8qxp: update fdt_file according to m4 statePeng Fan1-0/+13
2020-05-10imx: imx8qm: update fdt_file according to m4 statePeng Fan1-0/+13
2020-05-10imx: imx8qm/qxp: check whether m4 partition bootedPeng Fan1-1/+1
2020-05-10imx: imx8qm/imx8qxp: Power down the resources before SPL jump to u-bootPeng Fan2-0/+12
2020-05-05Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xxTom Rini12-28/+676