summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-04-09Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini87-175/+14990
2021-04-09imx: bootaux fix elf loadingMax Krummenacher1-1/+66
2021-04-09mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessaryHaibo Chen1-0/+1
2021-04-09imx: imx6ull: fix pinmux sel_input value for uart5 pinsYuichiro Goto1-4/+4
2021-04-09ARM: pcm058: Match mainline Linux NAND ECC layout/behaviourNiel Fourie1-0/+4
2021-04-09mx23_olinuxino: convert MMC to driver modelTrevor Woerner1-0/+5
2021-04-09mx23_olinuxino: enable device treeTrevor Woerner2-0/+134
2021-04-08ARM: imx: udoo: Convert block devices to DMPeter Robinson1-0/+7
2021-04-08ARM: board: udoo: Import UDOO dts filesPeter Robinson4-0/+358
2021-04-08ARM: embestmx6boards: convert the mars/riot boards to DM_MMCPeter Robinson2-0/+16
2021-04-08ARM: embestmx6boards: Import the marsboard/riotboard. dts filesPeter Robinson3-0/+1013
2021-04-08arm: dts: imx8mn, imx8mn-beacon: Sync dts files with Kernel 5.12-rc5Adam Ford3-8/+172
2021-04-08ARM: board: usbarmory: Import the usbarmory dts filePeter Robinson2-1/+227
2021-04-08imx: ventana: enable dm support for MMC and SATATim Harvey7-0/+8
2021-04-08arm: dts: imx6qdl-gw*: add dr_mode prop to dt to avoid errorTim Harvey13-0/+13
2021-04-08imx: ventana: add Gateworks Ventana dtsTim Harvey43-0/+11153
2021-04-08ARM: imx: Add OCRAM_S into iMX8M MMU tablesMarek Vasut1-0/+7
2021-04-08imx8mp-evk: switch to use binmanPeng Fan2-0/+107
2021-04-08imx8mn-evk: switch to use binmanPeng Fan2-0/+103
2021-04-08imx8mn-ddr4-evk: switch to use binmanPeng Fan2-0/+107
2021-04-08imx8mm_evk: switch to use binman to pack imagesPeng Fan2-0/+107
2021-04-08imx8: Add DEK blob encapsulationClement Faure4-0/+171
2021-04-08imx8m: Add DEK blob encapsulation for imx8mClement Faure5-11/+125
2021-04-08imx: caam: new u-boot command to set PRIBLOB bitfield from CAAM SCFGR registe...Clement Le Marquis3-0/+41
2021-04-08Merge https://source.denx.de/u-boot/custodians/u-boot-riscvTom Rini10-36/+388
2021-04-08riscv: dts: mpfs-icicle-kit: Drop 'clock-frequency' in the uart nodesBin Meng1-4/+0
2021-04-08riscv: assembler versions of memcpy, memmove, memsetHeinrich Schuchardt6-21/+382
2021-04-08riscv: simplify longjmpHeinrich Schuchardt1-6/+2
2021-04-08riscv: sifive: Rename fu540 board to unleashedBin Meng2-4/+4
2021-04-08riscv: Add watchdog bindings for the k210Sean Anderson1-1/+0
2021-04-08crypto: caam: Add CAAM support to i.MX8M platformsAymen Sghaier2-0/+4
2021-04-08caam: enable support for iMX7ULPFranck LENORMAND3-0/+16
2021-04-08mx6dq: hab: Fix chip version in hab.h codeBreno Lima2-1/+2
2021-04-08imx: cmd_dek: Enable DEK only for chips supporting CAAMYe Li1-1/+1
2021-04-08iMX8M: Add support to enable CONFIG_IMX_HABYe Li5-1/+18
2021-04-08imx: HAB: Add support for iMX8MMYe Li1-0/+4
2021-04-08imx: hab: Fix build warnings in 32-bit targetsBreno Lima1-2/+2
2021-04-08mx7ulp: hab: Add hab_status command for HABv4 M4 bootBreno Lima2-0/+114
2021-04-08imx: hab: Check if IVT header is HABv4Breno Lima2-4/+1
2021-04-08imx: hab: Display All HAB events via hab_status commandUtkarsh Gupta1-2/+2
2021-04-08imx: hab: Enable hab.c to authenticate additional images in open configurationBreno Lima1-4/+2
2021-04-08hab: Change calling to ROM API failsafeYe Li1-3/+0
2021-04-08imx: HAB: Validate IVT before authenticating imageUtkarsh Gupta1-16/+43
2021-04-08imx: HAB: Update hab codes to support ARM64 and i.MX8MPeng Fan2-25/+218
2021-04-08imx: hab: Add function to authenticate kernel imageYe Li1-0/+12
2021-04-08imx: Avoid hardcoded Job Ring Max sizeBreno Lima2-5/+2
2021-04-08imx: Ensure CAAM clock is enabled prior getting out_jr_sizeBreno Lima2-6/+7
2021-04-08imx: Avoid hardcoded output ring size register offset (ORSR)Breno Lima2-2/+4
2021-04-08imx: imx7 Support for Manufacturing ProtectionBreno Lima3-0/+160
2021-04-08imx8m: add regs used by CAAMPeng Fan1-0/+10