summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/quark
Commit message (Expand)AuthorAgeFilesLines
* common: Move hang() to the same header as panic()Simon Glass2020-01-171-0/+1
* x86: Update mrccache to support multiple cachesSimon Glass2019-12-151-3/+5
* common: Move board_get_usable_ram_top() out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: Kconfig: spelling fixesChris Packham2019-01-181-1/+1
* x86: quark: Specify X86_TSC_TIMER_EARLY_FREQBin Meng2018-10-221-0/+4
* x86: Switch to use DM sysreset driverBin Meng2018-07-201-6/+0
* x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng2018-07-201-1/+1
* x86: irq: Remove chipset specific irq router driversBin Meng2018-06-133-49/+27
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0715-32/+15
* x86: quark: Fix unused warningsTom Rini2018-01-301-9/+4
* env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass2017-08-151-1/+0
* x86: Convert MMC to driver modelSimon Glass2017-08-011-10/+0
* x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng2017-08-011-0/+1
* x86: kconfig: Move USB to platform KconfigBin Meng2017-08-011-0/+2
* x86: quark: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+9
* x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng2017-08-011-0/+1
* x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng2017-08-011-0/+1
* x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng2017-08-011-0/+1
* x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko2017-07-301-29/+0
* Revert "x86: Convert MMC to driver model"Bin Meng2017-06-271-0/+10
* x86: Convert MMC to driver modelSimon Glass2017-05-171-10/+0
* board_f: Drop setup_dram_config() wrapperSimon Glass2017-04-051-1/+3
* board_f: x86: Use checkcpu() for CPU initSimon Glass2017-04-051-0/+5
* x86: quark: Introduce ACPI global NVSBin Meng2016-07-121-0/+7
* x86: quark: Generate ACPI FADT/MADT tablesBin Meng2016-05-302-0/+164
* x86: quark: Assign a unique I/O APIC IDBin Meng2016-05-231-0/+4
* x86: Unify reserve_arch() for all x86 boardsBin Meng2016-05-231-9/+0
* x86: quark: Use Quark's own PCI config APIsBin Meng2016-02-051-2/+3
* x86: quark: Drop unprotect_spi_flash()Bin Meng2016-02-051-17/+0
* dm: x86: quark: Add an interrupt driverSimon Glass2016-01-243-26/+50
* dm: x86: Set up interrupt routing from interrupt_init()Simon Glass2016-01-241-1/+1
* x86: quark: Fix boot breakageBin Meng2016-01-191-11/+16
* dm: Convert PCI MMC over to use DM PCI APISimon Glass2016-01-121-2/+2
* x86: tsc: Remove legacy timer codesBin Meng2015-12-011-5/+0
* x86: Convert to use driver model timerBin Meng2015-12-011-3/+0
* x86: quark: Implement mrc cacheBin Meng2015-10-212-7/+64
* x86: quark: Configure MTRR to enable cacheBin Meng2015-09-162-0/+67
* x86: quark: Initialize thermal sensor properlyBin Meng2015-09-161-0/+40
* x86: quark: Lock HMBOUND register before jumping to kernelBin Meng2015-09-161-0/+3
* x86: quark: Convert to use clrbits, setbits, clrsetbits macrosBin Meng2015-09-161-51/+21
* x86: quark: Add PCIe/USB static register programming after memory initBin Meng2015-09-161-0/+64
* x86: Convert to use driver model eth on quark/galileoBin Meng2015-09-161-19/+0
* x86: quark: Add USB PHY initialization supportBin Meng2015-09-091-0/+41
* x86: Convert to use driver model pci on quark/galileoBin Meng2015-09-093-76/+0
* x86: Enable PCIe controller on quark/galileoBin Meng2015-09-091-0/+63
* x86: quark: Avoid chicken and egg problemBin Meng2015-09-091-15/+15
* x86: quark: Optimize MRC execution timeBin Meng2015-09-091-22/+22
* x86: Allow pirq_init() to return an errorSimon Glass2015-08-141-3/+1