aboutsummaryrefslogtreecommitdiff
path: root/board/freescale
AgeCommit message (Expand)AuthorFilesLines
2024-02-24imx: imxrt1050-evk: Add support for SPI flash bootingJesse Taube4-3/+56
2024-02-10imx93: Use a header for imx9_probe_mu declarationMathieu Othacehe1-1/+1
2024-02-08mx6sabresd: Remove board_phy_config()Fabio Estevam1-34/+0
2023-12-21global: Drop common.h inclusionTom Rini1-1/+0
2023-12-21arm: Partial cleanup and audit usage of <config.h>Tom Rini2-0/+2
2023-12-14Merge tag 'u-boot-imx-next-20231214' of https://gitlab.denx.de/u-boot/custodi...Tom Rini5-81/+29
2023-12-13treewide: Tidy up semicolon after command macrosSimon Glass1-1/+1
2023-12-13imx8mp_evk: Remove unneeded header filesFabio Estevam1-13/+0
2023-12-13imx8mp_evk: Simplify Ethernet initializationFabio Estevam1-27/+1
2023-12-13imx8mp_evk: Add myself to MAINTAINERSFabio Estevam1-0/+1
2023-12-13imx8mp_evk: Convert to DM_PMICFabio Estevam1-24/+26
2023-12-13net: dwc_eth_qos: Add board_interface_eth_init() for i.MX93Sébastien Szymanski1-16/+0
2023-12-13imx7d-sdb: Sync devicetree with kernel 6.5-rc1Fabio Estevam1-1/+1
2023-11-07ls2080aqds: Add missing headers to eth_ls1088aqds.cTom Rini1-0/+2
2023-11-07ls1088a: Add missing headers to eth_ls1088aqds.cTom Rini1-0/+2
2023-11-07mpc85xx: Add missing include in mpc85xx_sleep.cTom Rini1-0/+1
2023-11-07fsl_qe: Drop common.hTom Rini6-6/+0
2023-10-16Merge tag 'u-boot-imx-20231016' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-2/+0
2023-10-16imx93_evk: defconfig: enable clock driverSébastien Szymanski1-2/+0
2023-10-16cmd: Convert existing long help messages to the new macroTom Rini2-11/+5
2023-10-16freescale: fix long help handling in mac commandHeinrich Schuchardt1-6/+12
2023-10-16cmd: move mac commandHeinrich Schuchardt1-0/+22
2023-10-10board: freescale: ls1088a: declare MC reserved regionsLaurentiu Tudor1-0/+1
2023-10-10board: freescale: ls2080a: declare MC reserved regionsLaurentiu Tudor2-0/+2
2023-10-10drivers: net: fsl-mc: add support for MC reserved memoryLaurentiu Tudor1-0/+1
2023-10-10fsl-layerscape: drop obsolete PPA secure firmware supportLaurentiu Tudor22-223/+0
2023-08-31freescale: Drop call to init_func_vid() in the init sequenceSimon Glass2-1/+4
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang15-0/+15
2023-08-03board/freescale: Drop two orphaned entriesTom Rini2-10/+0
2023-08-03freescale: Remove Rajesh Bhagat MAINTAINERSSean Anderson11-13/+1
2023-07-25board: m68k add missing maintainerAngelo Dureghello5-5/+5
2023-07-25MAINTAINERS: Add some missing directories or filesTom Rini1-1/+0
2023-07-25MAINTAINERS: Correct minor mistakes on some file listingsTom Rini1-1/+1
2023-07-19Merge tag 'fsl-qoriq-2023-7-13' of https://source.denx.de/u-boot/custodians/u...WIP/19Jul2023Tom Rini4-2/+46
2023-07-13mx7dsabresd: Retrieve the second MAC address from fusesFabio Estevam1-0/+6
2023-07-13imx: imx8ulp: start the ELE RNG at bootPeng Fan1-0/+10
2023-07-13imx: use generic name ele(EdgeLockSecure Enclave)Peng Fan2-6/+5
2023-07-13board: freescale: t102xrdb: implement get_serial_clockCamelia Groza1-1/+9
2023-07-13board: freescale: t102xrdb: enumerate PCI devicesCamelia Groza1-0/+2
2023-07-13board: freescale: t104xrdb: implement get_serial_clockCamelia Groza1-0/+9
2023-07-13board: freescale: t104xrdb: enumerate PCI devicesCamelia Groza1-0/+3
2023-07-13board: freescale: t4240rdb: implement get_serial_clockCamelia Groza1-0/+9
2023-07-13board: freescale: t4240rdb: enumerate PCI devicesCamelia Groza1-0/+2
2023-07-13board: freescale: t2080rdb: implement get_serial_clockCamelia Groza1-0/+8
2023-07-13board: freescale: t2080rdb: enumerate PCI devicesCamelia Groza1-1/+4
2023-06-19global: Use proper project name U-Boot (next)Michal Simek4-9/+9
2023-06-15board: freescale: ls1046afrwy: enumerate PCI devicesCamelia Groza1-0/+3
2023-06-15board: fsl: lx2160ardb: add dts fixup function for RevC and newerFlorin Chiculita3-0/+120
2023-06-15board: fsl: lx2160ardb: add api for obtaining board revisionFlorin Chiculita2-5/+19
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini8-1435/+3459