summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: MediaTek: Add support for MediaTek MT7622 SoCSam Shih2020-01-166-0/+278
* ARM: MediaTek: add basic support for MT8512 boardsmingming lee2020-01-162-0/+107
* ARM: MediaTek: Add support for MediaTek MT8512 SoCmingming lee2020-01-166-0/+245
* Merge tag 'u-boot-imx-20200115' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-1523-8/+1009
|\
| * imx: imxrt1050-evk: Add support for the NXP i.MXRT1050-EVKGiulio Benetti2020-01-144-0/+258
| * imx: Add basic support for the NXP IMXRT10xx SoC familyGiulio Benetti2020-01-1411-3/+140
| * ARM: dts: imxrt1050: add dtsi fileGiulio Benetti2020-01-141-0/+146
| * armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibilityGiulio Benetti2020-01-141-0/+6
| * imx: dts: imx8dx: add I2C IPG clock for bus 0 and 2Anatolij Gustschin2020-01-141-4/+6
| * ARM: dts: imx6ul-14x14-evk: Pass the "broken-cd" propertyFabio Estevam2020-01-141-0/+1
| * imx: add imx8x based deneb boardAnatolij Gustschin2020-01-143-0/+16
| * imx: add imx8x capricorn giedi boardAnatolij Gustschin2020-01-145-1/+436
* | tegra: fdt: Add tegra186-u-boot.dtsiStephen Warren2020-01-141-0/+3
|/
* arm: cpu: armv8: add support for arm psci reset2.Rajesh Ravi2020-01-103-0/+21
* arch: arm: Program GIC LPI configuration tableBharat Kumar Reddy Gooty2020-01-104-0/+245
* m68k: Drop CONFIG_MCFPIT supportTom Rini2020-01-102-105/+0
* m68k: add dm fec supportAngelo Durgehello2020-01-1010-44/+151
* m68k: add fec fdt overrides to all boardsAngelo Durgehello2020-01-1042-0/+290
* m68k: add fec base node to devicetreesAngelo Durgehello2020-01-1012-1/+186
* Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-mpc83xxTom Rini2020-01-094-3/+12
|\
| * mpc83xx: set MPC83XX_GPIO_CTRLRS to 2 for MPC8309Rasmus Villemoes2020-01-081-1/+2
| * mpc83xx: immap_83xx: add spi8xxx_t in immap for mpc8309Rasmus Villemoes2020-01-082-2/+2
| * powerpc: mpc83xx: convert CONFIG_FSL_ELBC to KconfigRasmus Villemoes2020-01-081-0/+7
| * mpc83xx: make ARCH_MPC8309 select SYS_FSL_ERRATUM_ESDHC111Rasmus Villemoes2020-01-081-0/+1
* | Merge tag 'dm-pull-8jan20' of git://git.denx.de/u-boot-dmTom Rini2020-01-093-11/+33
|\ \
| * | dm: test: Add a test driver for devresSimon Glass2020-01-071-0/+4
| * | x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass2020-01-072-11/+29
| |/
* | Merge tag 'efi-2020-04-rc1' of https://gitlab.denx.de/u-boot/custodians/u-boo...Tom Rini2020-01-081-0/+4
|\ \
| * | sandbox: rng: Add a random number generator(rng) driverSughosh Ganu2020-01-071-0/+4
* | | Merge tag 'uniphier-v2020.04' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-01-081-0/+10
|\ \ \
| * | | ARM: dts: uniphier: add pinmux nodes for I2C ch5, ch6Masahiro Yamada2020-01-091-0/+10
| | |/ | |/|
* | | Merge tag 'u-boot-imx-20200108' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2020-01-0821-51/+3709
|\ \ \
| * | | imx: add i.MX8MP EVK boardPeng Fan2020-01-084-1/+361
| * | | imx: imx8m: add imximage-8mp-lpddr4.cfgPeng Fan2020-01-081-0/+17
| * | | imx: imx8m: only support non-dm code in clock_imx8mm.cPeng Fan2020-01-081-33/+306
| * | | imx: Kconfig: make SPL_IMX_ROMAPI_LOADADDR visible to i.MX8MPPeng Fan2020-01-081-2/+1
| * | | imx: add i.MX8MP PE propertyPeng Fan2020-01-081-1/+1
| * | | imx: imx8mp: add pin header filePeng Fan2020-01-081-0/+1080
| * | | arm: dts: freescale: Add i.MX8MP dtsi supportPeng Fan2020-01-081-0/+598
| * | | imx: imx8m: add 1GHz fracpll entryPeng Fan2020-01-081-0/+1
| * | | imx: imx8mp: add basic clockPeng Fan2020-01-084-3/+386
| * | | arm: dts: add i.MX8MP pinfunc headerPeng Fan2020-01-081-0/+931
| * | | imx: spl: support i.MX8MP spl_boot_devicePeng Fan2020-01-081-1/+2
| * | | imx: imx8m: add Kconfig entry for i.MX8MPPeng Fan2020-01-081-0/+4
| * | | imx: cpu: enlarge bit mask to 0x1FF for cpu typePeng Fan2020-01-081-2/+2
| * | | imx8mp: set BYPASS ID SWAP to avoid AXI bus errorsPeng Fan2020-01-081-1/+1
| * | | imx: get cpu id/type of i.MX8MPPeng Fan2020-01-084-2/+9
| * | | imx: imx8mq: handle ESDHC in mxc_get_clockPeng Fan2020-01-081-5/+9
* | | | Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2020-01-0856-1282/+2322
|\ \ \ \
| * | | | arm: socfpga: stratix10: Enable SMMU accessThor Thayer2020-01-071-0/+7