summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mips'Sascha Hauer2020-07-2710-0/+348
|\
| * MIPS: AR9331: OKUD Max9331Du Huanpeng2020-06-1810-0/+348
* | Merge branch 'for-next/kvx'Sascha Hauer2020-07-2711-13/+176
|\ \
| * | kvx: remove duplicated dtb symbolsClement Leger2020-07-011-9/+0
| * | kvx: add support for elf loading using bootmClement Leger2020-07-016-2/+155
| * | kvx: add I-cache and D-cache synchronisationClement Leger2020-07-011-0/+18
| * | common: Kconfig: remove MIPS dependency for ELFClement Leger2020-07-011-1/+0
| * | common: bootm: allow building with an undefined IH_ARCHClement Leger2020-07-012-1/+3
* | | Merge branch 'for-next/kbuild'Sascha Hauer2020-07-279-23/+76
|\ \ \
| * | | scripts: use 'userprogs' to build programs for targetMasahiro Yamada2020-06-235-19/+14
| * | | kbuild: add infrastructure to build userspace programsMasahiro Yamada2020-06-234-4/+62
| * | | kbuild: add -Wmissing-prototypes and -std=gnu89 to KBUILD_HOSTCFLAGSMasahiro Yamada2020-06-231-2/+2
* | | | Merge branch 'for-next/imx'Sascha Hauer2020-07-27181-201/+12057
|\ \ \ \
| * | | | scripts: imx-image: throw descriptive error on encountering dcdofsAhmad Fatoum2020-07-141-0/+9
| * | | | arm: boards: add initial imx8mp-evk supportOleksij Rempel2020-07-1413-0/+2252
| * | | | ARM: i.MX8MP: Add ocotp supportSascha Hauer2020-07-141-0/+11
| * | | | ARM: i.MX: bbu: Fix IVT offset for i.MX8MPSascha Hauer2020-07-141-6/+11
| * | | | net: phy: realtek: handle RX delay settingSascha Hauer2020-07-141-8/+40
| * | | | mci: imx-esdhc-pbl: Add imx8mp_esdhc_load_image() for i.MX8MPSascha Hauer2020-07-142-7/+36
| * | | | clk: imx: Add imx8mp clk driverOleksij Rempel2020-07-142-0/+722
| * | | | mfd: Add pca9440 register mapSascha Hauer2020-07-141-0/+55
| * | | | scripts: imx-image: Add i.MX8MP supportSascha Hauer2020-07-142-1/+9
| * | | | arm: imx: add initial imx8mp supportOleksij Rempel2020-07-1419-4/+1260
| * | | | mci: imx-esdhc: Add i.MX8mp compatibleOleksij Rempel2020-07-141-0/+1
| * | | | net: fec_imx: add fsl,imx8mp-fec compatibleOleksij Rempel2020-07-141-0/+3
| * | | | pinctrl: imx-iomux-v3: Add i.MX8MP compatibleSascha Hauer2020-07-141-0/+2
| * | | | serial: i.MX: Add i.MX8MP compatibleSascha Hauer2020-07-141-0/+3
| * | | | scripts: imx-image: rename dcdofs to ivtofsSascha Hauer2020-07-14105-106/+106
| * | | | scripts: imx-image: rename image_dcd_offset to image_ivt_offsetSascha Hauer2020-07-143-16/+16
| * | | | scripts: imx-image: Fix writing image with IVT offset = 0Sascha Hauer2020-07-141-10/+6
| * | | | scripts: imx-image: exit with error when barebox header conflicts with IVTSascha Hauer2020-07-141-0/+6
| * | | | scripts: imx-image: Add extra code path for i.MX35Sascha Hauer2020-07-141-4/+7
| * | | | scripts: imx-image: exit on read/write failuresSascha Hauer2020-07-141-54/+23
| * | | | scripts: imx-image: Only set DCD pointer when we have DCD dataSascha Hauer2020-07-141-6/+8
| * | | | net:fec: fixed unaligned access and stack corruptionEnrico Scholz2020-07-111-1/+4
| * | | | ARM: configs: imx_v7_defconfig: Add bootchooserDaniel Schultz2020-07-111-0/+2
| * | | | ARM: configs: imx_v7_defconfig: Add state frameworkDaniel Schultz2020-07-111-0/+3
| * | | | ARM: configs: Remove unused Kconfig symbol 'NAND_IMX_BBM'Robert Karszniewicz2020-07-093-3/+0
| * | | | ARM: dts: vf610-zii-dev-rev-c: Expose fiber EEPROM modulesChris Healy2020-07-011-0/+18
| * | | | ARM: i.MX: Enable new boards in imx_v7_defconfigSascha Hauer2020-06-181-2/+4
| * | | | ARM: add imx6 based Protonic boadsOleksij Rempel2020-06-1826-0/+3265
| * | | | ARM: dts: imx6: add Protonic boardsOleksij Rempel2020-06-1818-0/+4198
| * | | | Arm: i.MX5: Do not disable L2 cacheSascha Hauer2020-06-181-2/+5
| | |_|/ | |/| |
* | | | Merge branch 'for-next/fastboot'Sascha Hauer2020-07-273-87/+32
|\ \ \ \
| * | | | fastboot: Drop support for downloading to bufferSascha Hauer2020-06-183-85/+29
| * | | | fastboot: Use make_temp() to create temporary fileSascha Hauer2020-06-121-2/+3
| |/ / /
* | | | Merge branch 'for-next/elf'Sascha Hauer2020-07-276-55/+261
|\ \ \ \
| * | | | mips: lib: bootm: use bootm elf loading capabilitiesClement Leger2020-06-151-13/+7
| * | | | common: bootm: add support for elf file loadingClement Leger2020-06-153-0/+44
| * | | | common: elf: add elf_open, elf_close and elf_loadClement Leger2020-06-153-17/+16