aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini22-218/+1776
2015-08-02imx: mx6ul_14x14_evk add basic board supportPeng Fan1-0/+8
2015-08-02imx:mx6ul add dram spl configuration and header filePeng Fan3-10/+141
2015-08-02imx: mx6 add PAD_CTL_SPEED_LOW for i.MX6SX/ULPeng Fan1-0/+4
2015-08-02imx: mx6ul update soc related settingsPeng Fan1-5/+4
2015-08-02imx: mx6ul select SYS_L2CACHE_OFFPeng Fan1-0/+4
2015-08-02imx:mx6ul add clock supportPeng Fan2-90/+159
2015-08-02imx-common: timer: add i.MX6UL supportPeng Fan1-3/+5
2015-08-02imx: mx6ul Add CONFIG_SYS_CACHELINE_SIZE for i.MX6ULPeng Fan1-0/+4
2015-08-02imx: mx6ul: Update imx registers head filePeng Fan1-25/+35
2015-08-02imx: mx6ul: Add pins IOMUX head filePeng Fan2-0/+1067
2015-08-02imx: mx6ul: Add i.MX6UL CPU typePeng Fan2-1/+4
2015-08-02arm: mx6: kconfig: don't select CPU_V7 per boardNikita Kiryanov1-3/+0
2015-08-02arm: mx6: cm-fx6: move cm-fx6 target under ARCH_MX6Nikita Kiryanov2-8/+8
2015-08-02imx: mx6qp Enable PRG clock for IPUPeng Fan1-0/+5
2015-08-02imx: mx6: hab : Remove the cache issue workaroud in hab for i.MX6QPYe.Li1-1/+2
2015-08-02imx: mx6: ccm: Change the clock settings for i.MX6QPPeng Fan3-34/+49
2015-08-02imx: add cpu type for i.MX6QP/DPPeng Fan4-5/+16
2015-07-31Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxTom Rini6-58/+89
2015-07-31powerpc/t4240: update serdes tableShaohui Xie1-55/+48
2015-07-31powerpc/mpc85xx: SECURE BOOT-Copy Boot Script on RAMAneesh Bansal1-0/+14
2015-07-31powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041Aneesh Bansal2-0/+16
2015-07-31armv8: caches: Added routine to set non cacheable regionSiva Durga Prasad Paladugu2-10/+55
2015-07-29Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini40-64/+3567
2015-07-28powerpc/mpc85xx: Correct CONFIG_USB_MAX_CONTROLLER_COUNT for p1025Nikhil Badola1-1/+1
2015-07-28powerpc/t1024: update fman liodn for mac1Shengzhou Liu2-2/+7
2015-07-28powerpc/T104xD4: Add Secure boot support for T104xD4RDB platformsgaurav rana2-0/+3
2015-07-28T210: Add support for 64-bit T210-based P2571 boardTom Warren1-0/+7
2015-07-28P2571: dts: Add DT file for Tegra210 P2571 boardTom Warren2-1/+108
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren16-39/+453
2015-07-28ARM: Tegra210: Add SoC code/include files for T210Tom Warren17-0/+2933
2015-07-28Tegra: Rework KConfig options to allow 64-bit builds (T210)Tom Warren2-11/+18
2015-07-28Tegra210: Fix 64-bit build warning about save_boot_params_ret()Tom Warren1-0/+2
2015-07-28ARM: tegra: Initialize timer earlierThierry Reding2-6/+6
2015-07-28ARM: tegra: Use standard cache enable for 64-bitThierry Reding1-1/+1
2015-07-28ARM: tegra: Restrict usable RAM to 32-bit on 64-bit SoCsThierry Reding1-0/+16
2015-07-28armv8/cache: Fix page table creationThierry Reding1-2/+2
2015-07-28x86: Reserve PCIe ECAM address range in the E820 tableBin Meng3-1/+20
2015-07-28x86: qemu: Turn on PCIe ECAM address range decoding on Q35Bin Meng2-0/+8
2015-07-28x86: qemu: Enable writing MP tableBin Meng3-3/+55
2015-07-28x86: Allow cpu-x86 driver to be probed for UPBin Meng1-0/+9
2015-07-28x86: qemu: Enable I/O APIC chip select on PIIX3Bin Meng2-2/+11
2015-07-28x86: mpspec: Move writing ISA interrupt entry after PCIBin Meng1-5/+21
2015-07-28x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APICBin Meng2-7/+34
2015-07-28x86: Convert to use driver model pci on queensbay/crownbayBin Meng4-53/+5
2015-07-28x86: pci: Do not assign irq 0 to pci deviceBin Meng1-0/+2
2015-07-28x86: pci: Assign pci irqs to all functionsBin Meng3-14/+19
2015-07-28x86: Enable DM RTC support for all x86 boardsBin Meng9-9/+31
2015-07-28x86: Change pci option rom area MTRR setting to cacheableBin Meng2-7/+22
2015-07-28x86: Simplify architecture defined exception handling in irq_llsr()Bin Meng1-105/+46