summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx
AgeCommit message (Expand)AuthorFilesLines
2021-09-23lmb: Remove imx board_lmb_reserve()Marek Vasut1-30/+0
2021-09-16Merge tag 'v2021.10-rc4' into nextTom Rini1-1/+1
2021-09-14pci: Drop DM_PCISimon Glass1-1/+1
2021-09-07imx: Convert SERIAL_TAG support to ENV_VARS_UBOOT_RUNTIME_CONFIGTom Rini3-4/+14
2021-09-04serial: Rename SERIAL_SUPPORT to SERIALSimon Glass1-1/+1
2021-09-04mmc: Rename MMC_SUPPORT to MMCSimon Glass3-4/+4
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-1/+0
2021-09-01Convert CONFIG_SKIP_LOWLEVEL_INIT et al to KconfigTom Rini2-2/+2
2021-09-01imx: Finish migration of IMX_CONFIG to KconfigTom Rini1-1/+3
2021-09-01imx: Introduce CONFIG_MACH_IMXTom Rini1-0/+3
2021-09-01Convert CONFIG_MX7D to KconfigTom Rini1-0/+1
2021-08-09Merge tag 'u-boot-imx-20210809' of https://source.denx.de/u-boot/custodians/u...Tom Rini24-68/+3507
2021-08-09imx: cmd: use struct cmd_tblPeng Fan2-2/+2
2021-08-09arm: imx: add i.MX8ULP EVK supportPeng Fan1-0/+7
2021-08-09imx8ulp: add upower api supportPeng Fan5-0/+933
2021-08-09imx8ulp: Add workaround for eMMC bootYe Li2-0/+17
2021-08-09imx8ulp: Use DGO_GP5 to get boot configYe Li1-1/+1
2021-08-09imx8ulp: soc: correct reset causePeng Fan1-7/+3
2021-08-09arm: imx8ulp: add iomuxc supportPeng Fan1-1/+55
2021-08-09arm: imx8ulp: add dummy imx_get_mac_from_fusePeng Fan1-0/+5
2021-08-09arm: imx8ulp: Allocate DCNANO and MIPI_DSI to AD domainYe Li1-0/+2
2021-08-09arm: iMX8ULP: Add boot device relevant functionsYe Li1-0/+84
2021-08-09arm: imx8ulp: Probe the S400 MU device in arch initYe Li1-1/+34
2021-08-09imx8ulp: unify rdc functionsPeng Fan2-173/+290
2021-08-09arm: imx8ulp: release trdc and assign lpav from RTD to APDPeng Fan1-1/+103
2021-08-09arm: imx8ulp: add trdc release requestPeng Fan1-9/+17
2021-08-09arm: imx8ulp: add rdc supportPeng Fan2-1/+145
2021-08-09arm: imx8ulp: release and configure XRDC at early phaseYe Li2-8/+86
2021-08-09arm: imx8ulp: Update the reset vector in u-bootYe Li1-13/+22
2021-08-09arm: imx8ulp: disable wdog3Peng Fan1-1/+35
2021-08-09arm: imx8ulp: Enable full L2 cache in SPLYe Li1-0/+34
2021-08-09arm: imx8ulp: soc: Change to use CMC1 to get bootcfgYe Li1-1/+1
2021-08-09arm: imx8ulp: add clock supportPeng Fan5-3/+1280
2021-08-09arm: imx: move container Kconfig under mach-imxPeng Fan2-13/+13
2021-08-09arm: imx8ulp: add container supportYe Li4-46/+172
2021-08-09arm: imx: parse-container: guard included header filesPeng Fan1-0/+2
2021-08-09arm: imx8: Move container image header file to mach-imxYe Li4-4/+4
2021-08-09arm: imx8: Move container parser and image to mach-imx common folderYe Li4-3/+4
2021-08-09arm: imx: basic i.MX8ULP supportPeng Fan6-2/+224
2021-08-09imx: imx8ulp: add get reset causePeng Fan1-0/+69
2021-08-09arm: imx8ulp: support print cpu infoPeng Fan1-0/+58
2021-08-09arm: imx: add i.MX8ULP cpu type and helperPeng Fan1-0/+11
2021-08-09arm: imx: add i.MX8ULP basic Kconfig optionPeng Fan1-0/+16
2021-08-06pci: imx: Drop DM_PCI check from cpu driverSimon Glass1-4/+0
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass3-3/+3
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass8-41/+41
2021-07-28Rename GPIO_SUPPORT to GPIOSimon Glass1-1/+1
2021-07-28Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOSTSimon Glass1-1/+1
2021-07-28Rename SPL_WATCHDOG_SUPPORT to SPL_WATCHDOGSimon Glass1-1/+1
2021-07-19usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini2-3/+0