summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xilinx-for-v2019.07' of git://git.denx.de/u-boot-microblazeTom Rini2019-04-172-3/+4
|\
| * arm64: zynqmp: fix preprocessor check for SPL_ZYNQMP_TWO_SDHCILuca Ceresoli2019-04-161-1/+1
| * arm64: zynqmp: Define label for flash nodeSiva Durga Prasad Paladugu2019-04-161-1/+1
| * arm64: zynqmp: Add spi-flash compatible string to flash nodeSiva Durga Prasad Paladugu2019-04-161-1/+1
| * arm64: zynqmp: Add debug message about clearing BSSMichal Simek2019-04-161-0/+1
* | Merge tag 'uniphier-v2019.07' of git://git.denx.de/u-boot-uniphierTom Rini2019-04-178-19/+160
|\ \
| * | ARM: dts: uniphier: sync with Linux 5.1-rc4Masahiro Yamada2019-04-178-19/+160
| |/
* | Merge tag 'u-boot-imx-20190415' of git://git.denx.de/u-boot-imxTom Rini2019-04-1532-66/+2923
|\ \
| * | imx6: dts: add wandboard dtb target to fix build errorAnatolij Gustschin2019-04-131-0/+3
| * | imx6: tbs2910: fix dtb build errorAnatolij Gustschin2019-04-131-0/+3
| * | apalis/colibri_imx6: add device trees to makefileMarcel Ziswiler2019-04-131-0/+3
| * | arm: vf610: add uart2 clock/pinmux supportStefan Agner2019-04-132-1/+6
| * | ARM: dts: colibri_vf: update device treesMarcel Ziswiler2019-04-134-2/+221
| * | imx: bootaux: add dependency on vf610Marcel Ziswiler2019-04-131-1/+1
| * | vf610: ddrmc: add missing includeMarcel Ziswiler2019-04-131-0/+2
| * | imx6: wandboard: convert to DM_PMICAnatolij Gustschin2019-04-131-0/+101
| * | imx6: wandboard: add device treeAnatolij Gustschin2019-04-133-0/+338
| * | imx6: dts: add 'u-boot, dm-pre-reloc' to soc and ipu nodesAnatolij Gustschin2019-04-131-0/+2
| * | video: ipuv3: add DM_VIDEO supportAnatolij Gustschin2019-04-132-7/+19
| * | board: tbs2910: Add device treeSoeren Moch2019-04-131-0/+394
| * | colibri_imx6: migrate to using device treeMarcel Ziswiler2019-04-131-0/+411
| * | apalis_imx6: migrate to using device treeMarcel Ziswiler2019-04-132-0/+731
| * | board: ge: ppd: Enable CONFIG_DM_MMCIan Ray2019-04-131-0/+29
| * | arm: imx: Add esdhc3/4 nodes to imx53.dtsiIan Ray2019-04-131-0/+26
| * | board: ge: ppd: Enable CONFIG_DMIan Ray2019-04-132-0/+15
| * | board: ge: bx50v3: Enable CONFIG_DM_SPI, CONFIG_DM_SPI_FLASHIan Ray2019-04-131-0/+27
| * | board: ge: bx50v3: Enable CONFIG_DM_MMCIan Ray2019-04-131-0/+47
| * | board: ge: bx50v3: Enable CONFIG_DMIan Ray2019-04-132-0/+17
| * | pcm052: bk4: sdcard: Add support for SD card booting/recoveryLukasz Majewski2019-04-132-0/+3
| * | ARM: DTS: Provide vf610-bk4r1-u-boot.dtsi for U-Boot specific propertiesLukasz Majewski2019-04-131-0/+27
| * | ARM: DTS: Update pcm052 based dts files (bk4r1/pcm052)Lukasz Majewski2019-04-135-54/+359
| * | ARM: DTS: vybrid: Update vf.dtsi file to descibe more vf610 hardwareLukasz Majewski2019-04-131-0/+62
| * | vybrid: Define the imx_get_mac_from_fuse() as a __weak functionLukasz Majewski2019-04-131-1/+1
| * | vybrid: clock: Provide enable_i2c_clk() function for VybridLukasz Majewski2019-04-132-0/+25
| * | vybrid: ddr: Extend vf610-pinfunc.h with DDR pads definitionsLukasz Majewski2019-04-131-0/+50
* | | Merge tag 'efi-2019-07-rc1-2' of git://git.denx.de/u-boot-efiTom Rini2019-04-151-0/+13
|\ \ \ | |_|/ |/| |
| * | arm: print information about loaded UEFI imagesHeinrich Schuchardt2019-04-121-0/+13
* | | Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini2019-04-14127-158/+158
|\ \ \
| * | | x86: dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-1212-12/+12
| * | | dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-12116-147/+147
* | | | Merge tag 'pull-12apr19' of git://git.denx.de/u-boot-dmTom Rini2019-04-134-10/+11
|\ \ \ \
| * | | | dm: sound: make all functions static inlineChristian Gmeiner2019-04-111-2/+2
| * | | | sandbox: Properly print physical addressesThierry Reding2019-04-111-1/+1
| * | | | sandbox: Use correct phys_{addr, size}_t for PHYS_64BIT=yThierry Reding2019-04-111-6/+6
| * | | | syscon: update syscon_regmap_lookup_by_phandlePatrick Delaunay2019-04-111-1/+2
| |/ / /
* | | | Merge tag 'mips-pull-2019-04-12' of git://git.denx.de/u-boot-mipsTom Rini2019-04-1332-25/+2441
|\ \ \ \ | |_|_|/ |/| | |
| * | | net: mscc: servalt: Add ethernet nodes for ServalTHoratiu Vultur2019-04-122-0/+65
| * | | net: Add MSCC ServalT network driver.Horatiu Vultur2019-04-121-0/+2
| * | | net: mscc: jaguar2: Add ethenet nodes for Jaguar2.Horatiu Vultur2019-04-124-0/+636
| * | | dt: bcm963158: enable gpio controllerPhilippe Reynes2019-04-121-0/+32