aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/quark
AgeCommit message (Expand)AuthorFilesLines
2020-07-28x86: Change how selection of ROMs worksSimon Glass1-0/+1
2020-07-17x86: Rename board_final_cleanup() to board_final_init()Simon Glass1-1/+1
2020-07-17acpi: Allow creating the GNVS to failSimon Glass1-1/+3
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass2-0/+3
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-1/+1
2020-01-17common: Move hang() to the same header as panic()Simon Glass1-0/+1
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass1-3/+5
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-12-02common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-01-18x86: Kconfig: spelling fixesChris Packham1-1/+1
2018-10-22x86: quark: Specify X86_TSC_TIMER_EARLY_FREQBin Meng1-0/+4
2018-07-20x86: Switch to use DM sysreset driverBin Meng1-6/+0
2018-07-20x86: quark: acpi: Add full reset bit to the reset register value in FADTBin Meng1-1/+1
2018-06-13x86: irq: Remove chipset specific irq router driversBin Meng3-49/+27
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini15-32/+15
2018-01-30x86: quark: Fix unused warningsTom Rini1-9/+4
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass1-1/+0
2017-08-01x86: Convert MMC to driver modelSimon Glass1-10/+0
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng1-0/+2
2017-08-01x86: quark: kconfig: Imply platform specific driversBin Meng1-0/+9
2017-08-01x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Select ARCH_EARLY_INIT_R in the platform KconfigBin Meng1-0/+1
2017-08-01x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng1-0/+1
2017-07-30x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko1-29/+0
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng1-0/+10
2017-05-17x86: Convert MMC to driver modelSimon Glass1-10/+0
2017-04-05board_f: Drop setup_dram_config() wrapperSimon Glass1-1/+3
2017-04-05board_f: x86: Use checkcpu() for CPU initSimon Glass1-0/+5
2016-07-12x86: quark: Introduce ACPI global NVSBin Meng1-0/+7
2016-05-30x86: quark: Generate ACPI FADT/MADT tablesBin Meng2-0/+164
2016-05-23x86: quark: Assign a unique I/O APIC IDBin Meng1-0/+4
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng1-9/+0
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