summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeLines
...
| * | | | ARM64: zynqmp: Fix USB ulpi phy sequenceMichal Simek2016-09-22-4/+0
| * | | | ARM64: zynqmp: Add support for USB ulpi phy reset via mode pinsMichal Simek2016-09-22-1/+33
| * | | | ARM64: zynqmp: Add support for DFU from SPLMichal Simek2016-09-22-2/+36
| * | | | ARM: Add new BOOT_DEVICE_DFU boot modeMichal Simek2016-09-22-0/+1
| * | | | ARM64: zynqmp: Add USB boot modeMichal Simek2016-09-22-0/+1
| * | | | ARM64: zynqmp: Move BSS location to the beginning of ramMichal Simek2016-09-22-2/+2
| * | | | spi: zynq: Use variable to remove u32 to u64 conversionsMichal Simek2016-09-22-2/+5
| * | | | ARM64: zynqmp: Fix usb_gadget_handle_interrupt routineMichal Simek2016-09-22-2/+3
| * | | | ARM64: zynqmp: Force certain bootmode for SPLMichal Simek2016-09-22-0/+57
| * | | | ARM64: zynqmp: Wire up both USBs available on ZynqMPMichal Simek2016-09-22-3/+19
| * | | | fpga: Add Kconfig to fpga subsystemMichal Simek2016-09-22-0/+5
| | |_|/ | |/| |
* | | | Makefile: rm u-boot.cfg dependencies are missingStephen Warren2016-09-22-0/+22
* | | | Makefile: use if_change_dep for u-boot.cfgStephen Warren2016-09-22-2/+2
* | | | test/py/tests/test_vboot.py: Add check that we boot the imageTom Rini2016-09-22-6/+10
* | | | image-fit: Fix fit_get_node_from_config semanticsPaul Burton2016-09-22-3/+3
| |_|/ |/| |
* | | omap4_panda: Disable ext2/3/4 support in SPLTom Rini2016-09-21-0/+1
* | | clk.h: Add <asm/errno.h>Tom Rini2016-09-21-0/+1
* | | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-09-21-180/+2115
|\ \ \
| * | | MIPS: Hang if run on a secondary CPUPaul Burton2016-09-21-1/+27
| * | | MIPS: Fix cache maintenance in relocate_code & simplifyPaul Burton2016-09-21-26/+21
| * | | boston: Introduce support for the MIPS Boston development boardPaul Burton2016-09-21-0/+740
| * | | clk: boston: Providea simple driver for Boston board clocksPaul Burton2016-09-21-0/+119
| * | | dm: syscon: Provide a generic syscon driverPaul Burton2016-09-21-0/+11
| * | | dm: core: Match compatible strings in order of priorityPaul Burton2016-09-21-37/+41
| * | | dm: regmap: Implement simple regmap_read & regmap_writePaul Burton2016-09-21-0/+20
| * | | net: pch_gbe: Make 64 bit safePaul Burton2016-09-21-10/+10
| * | | net: pch_gbe: Use dm_pci_map_bar to discover MMIO basePaul Burton2016-09-21-5/+3
| * | | pci: Flip condition for detecting non-PCI parent devicesPaul Burton2016-09-21-1/+1
| * | | pci: xilinx: Add a driver for Xilinx AXI to PCIe bridgePaul Burton2016-09-21-0/+228
| * | | dt-bindings: Add interrupt-controller/mips-gic.h headerPaul Burton2016-09-21-0/+9
| * | | serial: ns16550: Support clocks via phandlePaul Burton2016-09-21-3/+18
| * | | clk: Use dummy clk_get_by_* functions when CONFIG_CLK is disabledPaul Burton2016-09-21-1/+1
| * | | MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton2016-09-21-0/+2
| * | | MIPS: Clear hazard between TagLo writes & cache opsPaul Burton2016-09-21-0/+1
| * | | MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton2016-09-21-0/+1
| * | | MIPS: Malta: Enable CM & L2 supportPaul Burton2016-09-21-6/+2
| * | | MIPS: Join the coherent domain when a CM is presentPaul Burton2016-09-21-0/+43
| * | | MIPS: L2 cache supportPaul Burton2016-09-21-6/+291
| * | | MIPS: Map CM Global Control RegistersPaul Burton2016-09-21-0/+88
| * | | MIPS: Define register names for cache initPaul Burton2016-09-21-19/+23
| * | | MIPS: If we don't need DDR for cache init, init cache firstPaul Burton2016-09-21-0/+9
| * | | MIPS: Preserve Config implementation-defined bitsPaul Burton2016-09-21-2/+4
| * | | MIPS: Enable use of the instruction cache earlierPaul Burton2016-09-21-8/+13
| * | | MIPS: Probe cache line sizes once during bootPaul Burton2016-09-21-18/+45
| * | | MIPS: ath79: Use mach_cpu_init instead of arch_cpu_initPaul Burton2016-09-21-1/+1
| * | | board_f: Add a mach_cpu_init callbackPaul Burton2016-09-21-0/+6
| * | | mips: Add MIPSfpga platform supportZubair Lutfullah Kakakhel2016-09-21-0/+211
| * | | mips: xilfpga: Add device tree filesZubair Lutfullah Kakakhel2016-09-21-0/+84
| * | | net: emaclite: Enable driver for MIPSZubair Lutfullah Kakakhel2016-09-21-1/+1
| * | | net: emaclite: use __raw_readl/writel instead of weird defineZubair Lutfullah Kakakhel2016-09-21-41/+45