aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2015-07-22x86: delete unneeded declarations of disable_irq() and enable_irq()Masahiro Yamada1-4/+0
2015-07-21dm: test: Add a size to each reg propertySimon Glass1-12/+15
2015-07-21dm: test: Add a test for the system controller uclassSimon Glass2-0/+18
2015-07-21dm: test: Add a test for the LED uclassSimon Glass1-0/+14
2015-07-21dm: test: Add a test for the mmc uclassSimon Glass1-0/+4
2015-07-21dm: test: Add a test for the ram uclassSimon Glass1-0/+4
2015-07-21sandbox: Use the reset driver to handle resetSimon Glass3-8/+12
2015-07-21sandbox: Support multiple reset typesSimon Glass2-0/+7
2015-07-21dm: test: Add tests for the clk uclassSimon Glass2-0/+15
2015-07-21zynq: Rename struct clk_ops to zynq_clk_opsSimon Glass1-3/+3
2015-07-21dm: arm: Put driver model I2C drivers before legacy onesSimon Glass1-5/+5
2015-07-21dm: Reduce SPL device tree sizeSimon Glass1-1/+1
2015-07-20armv8/fsl-lsch3: Fix TCR_EL3 for the final MMU setup.Zhichun Hua1-15/+8
2015-07-20armv8: Fix TCR macros for shareability attributeZhichun Hua1-2/+2
2015-07-20armv8/ls2085aqds: DSPI pin muxing configure through QIXISHaikun Wang1-0/+2
2015-07-20armv8/ls2085a: Enable DSPI get input clk form 'mxc_get_clock'Haikun Wang2-0/+3
2015-07-20arm/dts/ls2085a: Add dts files for LS2085AQDS and LS2085ARDBHaikun Wang3-0/+90
2015-07-20arm/dts/ls2085a: Add DSPI dts nodeHaikun Wang1-0/+9
2015-07-20arm/dts/ls2085a: Bring in ls2085a dts files from linux kernelHaikun Wang1-0/+120
2015-07-20arm/ls102xa: Add little-endian mode support for audio IPsAlison Wang1-1/+2
2015-07-20arm/ls102xa: Add PSCI support for ls102xaWang Dongsheng2-0/+130
2015-07-20ARMv7: Factor out reusable timer_wait from sunxi/psci_sun7i.SWang Dongsheng3-40/+54
2015-07-20arm: ls1021a: Remove the inappropriate use of the function 'sprintf'Alison Wang1-10/+11
2015-07-20armv8/fsl-lsch3: device tree fixups for PCI stream IDsStuart Yoder2-0/+120
2015-07-20armv8/fsl-lsch3: partition stream IDsStuart Yoder1-0/+64
2015-07-20arm/errata: Update required bits for A57 cores erratasBhupesh Sharma1-4/+4
2015-07-20armv8/ls2085a: Update SoC README for DDR layoutPrabhakar Kushwaha1-0/+25
2015-07-20armv8/fsl-ch3: Add support to print SoC personalityPrabhakar Kushwaha2-0/+57
2015-07-20armv8/fsl-lsch3: Fix DDR speed messageYork Sun1-2/+2
2015-07-20armv8/ls2085a: call ft_pcie_setup() to change dts statusPrabhakar Kushwaha1-0/+4
2015-07-15Merge git://git.denx.de/u-boot-x86Tom Rini44-616/+1639
2015-07-14dm: x86: baytrail: Correct PCI region 3 when driver model is usedSimon Glass1-0/+2
2015-07-14dm: x86: minnowmax: Move PCI to use driver modelSimon Glass3-47/+10
2015-07-14x86: pci: Tidy up the generic x86 PCI driverSimon Glass1-22/+0
2015-07-14x86: Configure VESA parameters before loading Linux kernelBin Meng2-0/+3
2015-07-14x86: Remove MARK_GRAPHICS_MEM_WRCOMBBin Meng1-8/+0
2015-07-14x86: Move VGA option rom macros to KconfigBin Meng1-0/+22
2015-07-14x86: cmd_mtrr: Improve MTRR list informationBin Meng1-1/+2
2015-07-14x86: queensbay: Change CPU_ADDR_BITS to 32Bin Meng1-0/+4
2015-07-14x86: Setup fixed range MTRRs for legacy regionsBin Meng2-11/+38
2015-07-14x86: bios: Allow pci config read/write to host bridge in int1a_handlerJian Luo1-9/+1
2015-07-14x86: bios: Synchronize stack between real and protected modeJian Luo1-0/+23
2015-07-14x86: queensbay: Change PCIe root ports' interrupt routingBin Meng2-10/+23
2015-07-14x86: Generate a valid MultiProcessor (MP) tableBin Meng4-0/+181
2015-07-14x86: Add MultiProcessor (MP) table APIsBin Meng5-0/+688
2015-07-14x86: Remove inline for lapic access routinesBin Meng3-151/+153
2015-07-14x86: Add I/O APIC register access routinesBin Meng3-1/+46
2015-07-14x86: Clean up ioapic header fileBin Meng1-23/+3
2015-07-14x86: Reduce PIRQ routing table sizeBin Meng1-9/+56
2015-07-14x86: Ignore function number when writing PIRQ routing tableBin Meng1-4/+3