aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/quark
AgeCommit message (Expand)AuthorFilesLines
2016-02-05x86: quark: Use Quark's own PCI config APIsBin Meng1-2/+3
2016-02-05x86: quark: Drop unprotect_spi_flash()Bin Meng1-17/+0
2016-01-24dm: x86: quark: Add an interrupt driverSimon Glass3-26/+50
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass1-1/+1
2016-01-19x86: quark: Fix boot breakageBin Meng1-11/+16
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass1-2/+2
2015-12-01x86: tsc: Remove legacy timer codesBin Meng1-5/+0
2015-12-01x86: Convert to use driver model timerBin Meng1-3/+0
2015-10-21x86: quark: Implement mrc cacheBin Meng2-7/+64
2015-09-16x86: quark: Configure MTRR to enable cacheBin Meng2-0/+67
2015-09-16x86: quark: Initialize thermal sensor properlyBin Meng1-0/+40
2015-09-16x86: quark: Lock HMBOUND register before jumping to kernelBin Meng1-0/+3
2015-09-16x86: quark: Convert to use clrbits, setbits, clrsetbits macrosBin Meng1-51/+21
2015-09-16x86: quark: Add PCIe/USB static register programming after memory initBin Meng1-0/+64
2015-09-16x86: Convert to use driver model eth on quark/galileoBin Meng1-19/+0
2015-09-09x86: quark: Add USB PHY initialization supportBin Meng1-0/+41
2015-09-09x86: Convert to use driver model pci on quark/galileoBin Meng3-76/+0
2015-09-09x86: Enable PCIe controller on quark/galileoBin Meng1-0/+63
2015-09-09x86: quark: Avoid chicken and egg problemBin Meng1-15/+15
2015-09-09x86: quark: Optimize MRC execution timeBin Meng1-22/+22
2015-08-14x86: Allow pirq_init() to return an errorSimon Glass1-3/+1
2015-06-04x86: quark: Implement PIRQ routingBin Meng1-0/+31
2015-04-29x86: quark: Use reset_cpu()Simon Glass1-1/+1
2015-04-29x86: quark: Turn on legacy segments decodeBin Meng1-0/+12
2015-04-16x86: Add a x86_ prefix to the x86-specific PCI functionsSimon Glass1-2/+2
2015-03-24x86: quark: Enable on-chip ethernet controllersBin Meng1-0/+19
2015-03-24arch/x86/cpu/quark/mrc.c: Switch to U_BOOT_DATE / U_BOOT_TIMETom Rini1-1/+2
2015-03-24x86: quark: MRC codes clean upBin Meng7-1049/+955
2015-02-06x86: Add SD/MMC support to quark/galileoBin Meng1-0/+11
2015-02-06x86: Add SPI support to quark/galileoBin Meng1-0/+17
2015-02-06x86: quark: Initialize non-standard BARsBin Meng1-0/+46
2015-02-06x86: quark: Call MRC in dram_init()Bin Meng1-2/+97
2015-02-06x86: quark: Enable the Memory Reference Code buildBin Meng1-0/+1
2015-02-06x86: quark: Add System Memory Controller supportBin Meng2-0/+3210
2015-02-06x86: quark: Add utility codes needed for MRCBin Meng4-0/+2068
2015-02-06x86: quark: Add Memory Reference Code (MRC) main routinesBin Meng1-0/+204
2015-02-06x86: quark: Bypass TSC calibrationBin Meng1-0/+5
2015-02-06x86: Add basic Intel Quark processor supportBin Meng5-0/+282
2015-02-06x86: quark: Add Cache-As-RAM initializationBin Meng1-0/+105
2015-02-06x86: quark: Add routines to access message bus registersBin Meng1-0/+77