aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-08-05efi: Add 64-bit payload supportSimon Glass3-1/+65
2015-08-05x86: Add a way to call 32-bit code from 64-bit modeSimon Glass3-0/+79
2015-08-05x86: Add an enum for some commonly-used GDT bitsSimon Glass1-0/+18
2015-08-05x86: Support building the EFI stubSimon Glass2-1/+25
2015-08-05efi: Add support for loading U-Boot through an EFI stubSimon Glass1-0/+7
2015-08-05x86: Add relocation and link script for a 64-bit EFI applicationSimon Glass2-0/+149
2015-08-05x86: Allow relocation code to build without text baseSimon Glass1-6/+11
2015-08-05x86: dts: Add a device tree file for EFISimon Glass2-0/+23
2015-08-05x86: Add EFI board codeBen Stoltz1-0/+1
2015-08-05x86: Add support for U-Boot as an EFI applicationBen Stoltz11-0/+319
2015-08-05x86: Add asm/elf.h for x86-specific ELF definitionsSimon Glass1-0/+46
2015-08-05x86: Support skipping relocation for EFISimon Glass1-0/+6
2015-08-05x86: Set up toolchain flags for running as EFI applicationBen Stoltz1-3/+27
2015-08-05efi: Add start-up library codeSimon Glass1-57/+2
2015-08-05x86: Allow use of global_data with EFISimon Glass1-0/+7
2015-08-05x86: Tidy up a few minor issues with interruptsSimon Glass1-5/+4
2015-08-05x86: Add some missing global_data declarations in files that use gdSimon Glass5-0/+10
2015-08-05x86: Tidy up the 64-bit calling codeSimon Glass1-2/+2
2015-08-05x86: Drop unused copy_fdt_to_ram()Simon Glass2-19/+0
2015-08-05x86: Tidy up global_data flagsSimon Glass2-7/+11
2015-08-05x86: Use CR0 constants in CPU initSimon Glass1-1/+1
2015-08-05x86: Add various minor tidy-ups to the 32-bit startup codeSimon Glass1-20/+26
2015-08-05x86: bayleybay: Configure PCI IRQBin Meng2-0/+71
2015-08-05x86: Add Intel Bayley Bay board supportBin Meng2-1/+136
2015-08-05x86: Add microcode for BayTrail-I B0 steppingBin Meng1-0/+4244
2015-08-05x86: baytrail: Update UPD setting for FSP Gold4 releaseBin Meng1-1/+2
2015-08-05x86: qemu: Add MP initializationBin Meng2-0/+14
2015-08-05x86: Add a 'pause' instruction in __udelay() for QEMU targetMiao Yan1-0/+8
2015-08-03armv8/lsch3/config: Define USB XHCI controller base address for LS2085ANikhil Badola1-0/+3
2015-08-03armv8/lsch3/config: Define CONFIG_SYS_CACHELINE_SIZE for LS2085ANikhil Badola1-0/+1
2015-08-03armv7/ls102xa: Fix non-boot cpus cannot correctly fall in spin tableWang Dongsheng1-0/+8
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