aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-30pci: apple: Add support for M2 Pro/MaxWIP/30May2023Mark Kettenis1-29/+71
2023-05-30arm: apple: Add initial Apple M2 Pro/Max supportMark Kettenis1-3/+106
2023-05-30arm: mach-k3: security: separate out validating binary logicManorit Chawdhry3-8/+30
2023-05-30arm: mach-k3: Increase SYSFW max image sizeDave Gerlach1-2/+1
2023-05-30Kconfig: j721e: Change K3_MCU_SCRATCHPAD_BASE to non firewalled regionManorit Chawdhry3-3/+53
2023-05-30configs: j721e: Merge the HS and non-HS defconfigsManorit Chawdhry5-388/+3
2023-05-30arm: k3: config.mk: Add missing dependencies on tispl.bin HSAndrew Davis1-0/+2
2023-05-29Prepare v2023.07-rc3v2023.07-rc3Tom Rini2-2/+2
2023-05-29configs: Resync with savedefconfigTom Rini393-400/+389
2023-05-25Merge tag 'u-boot-imx-20230525' of https://gitlab.denx.de/u-boot/custodians/u...WIP/25May2023Tom Rini84-2458/+6163
2023-05-21serial: mxs: Add MXS AUART driverMarek Vasut3-0/+138
2023-05-21imx9: imx93_evk: enable sysresetPeng Fan2-0/+6
2023-05-21imx9: imx93_evk: update ddr timing filePeng Fan1-1426/+1935
2023-05-21imx9: Calculate DDR size from DDRC settingYe Li1-4/+17
2023-05-21ddr: imx9: update the rank setting for multi fsp supportJacky Bai1-62/+116
2023-05-21ddr: imx93: update the ddr init to support mult setpointsJacky Bai4-7/+134
2023-05-21ddr: imx93: Add 625M bypass clock supportJacky Bai2-0/+6
2023-05-21ddr: imx9: Change the saved ddr data base to 0x2051c000Jacky Bai1-1/+1
2023-05-21imx9: imx93_evk: Update spl stack & bss base addressPeng Fan2-4/+4
2023-05-21ddr: imx9: Add workaround for DDRPHY rank-to-rank errataYe Li2-0/+124
2023-05-21arm: dts: imx93: add tmuPeng Fan1-0/+48
2023-05-21arm: dts: imx93: sync device tree with LinuxPeng Fan7-672/+552
2023-05-21imx9: allow to bootaux Mcore with input addressYe Li1-7/+3
2023-05-21imx9: imx93_evk: add low drive mode support on 11x11 EVKPeng Fan5-6/+1642
2023-05-21imx9: use i.MX generic rom api functionPeng Fan1-4/+1
2023-05-21imx9: correct coding stylePeng Fan1-1/+2
2023-05-21imx9: add i.MX93 variants supportPeng Fan4-2/+56
2023-05-21imx9: clock: config arm alt root to 500mhzPeng Fan1-0/+6
2023-05-21imx9: clock: add CONFIG_IMX9_LOW_DRIVE_MODE supportPeng Fan2-4/+56
2023-05-21imx9: clock: clear HW_CTRL_SELPeng Fan1-0/+3
2023-05-21imx9: Get market segment and speed gradingPeng Fan2-1/+83
2023-05-21imx9: soc: support reset causePeng Fan1-0/+59
2023-05-21watchdog: ulp_wdog: guard reset_cpu with condition checkPeng Fan1-0/+2
2023-05-21imx9: imx93_evk: enable CONFIG_WDTPeng Fan1-0/+1
2023-05-21imx9: imx93_evk: select IMX_TMUPeng Fan1-0/+2
2023-05-21imx9: imx93_evk: drop unused macroPeng Fan1-2/+0
2023-05-21imx9: imx93_evk: enable CPU_IMXPeng Fan1-0/+2
2023-05-21imx9: Change hard coded MAC to read from fuseYe Li1-6/+43
2023-05-21imx9: cut off OPTEE memory region from U-BootPeng Fan1-1/+148
2023-05-21imx9: simplify clk settingsPeng Fan2-16/+28
2023-05-21imx9: correct getting LPI2C clkPeng Fan1-1/+1
2023-05-21imx9: use parameter freq when set_arm_clkPeng Fan1-1/+1
2023-05-21imx9: add more PLL settingsPeng Fan1-0/+4
2023-05-21imx9: configure M33 systick to 24MPeng Fan1-2/+2
2023-05-21imx: imx8_cpu: print cpu grade temperaturePeng Fan1-0/+29
2023-05-21imx: imx8_cpu: support get temperature for i.MX9Peng Fan1-4/+8
2023-05-21imx: imx8_cpu: support i.MX9Peng Fan3-28/+62
2023-05-21imx: imx8_cpu: use static for local functionsPeng Fan1-3/+3
2023-05-21imx: firmware: sci: add inline functions when IMX8 not enabledPeng Fan1-0/+241
2023-05-21imx: move imx8 sci header file to include/firmware/imxPeng Fan41-41/+265