summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/include
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Add get_pmbaseEugene Myers2023-06-101-0/+3
* intel/quark: Drop xx_DEV_FUNCKyösti Mälkki2019-10-021-4/+0
* src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* soc/intel: Remove some __PRE_RAM__ useKyösti Mälkki2019-09-131-4/+0
* intel/quark: Remove extra steps on entry to romstageKyösti Mälkki2019-08-301-1/+0
* intel/quark/storage_test.h: Drop external variable declarationArthur Heymans2019-05-291-5/+0
* soc/intel/fsp1.1: Implement postcar stageArthur Heymans2019-05-211-1/+1
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-041-1/+0
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* mb/intel/galileo: Drop the FSP1.1 optionArthur Heymans2019-02-113-14/+0
* soc/intel: Get rid of device_tElyes HAOUAS2018-12-202-8/+9
* soc/intel/common: Bring DISPLAY_MTRRS into the lightNico Huber2018-11-231-0/+1
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* src: Add missing include <stdint.h>Elyes HAOUAS2018-11-011-0/+2
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* mainboard: Get rid of device_tElyes HAOUAS2018-06-091-1/+1
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-2/+4
* soc/intel/quark: We're not Broadwell anymoreStefan Reinauer2017-06-271-1/+1
* soc/intel/quark: Add legacy SPI flash controller driverLee Leahy2017-06-202-0/+97
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-121-1/+1
* soc/intel/quark: Add SD/MMC test supportLee Leahy2017-05-083-0/+58
* soc/intel/quark: Move include of reg_access.hLee Leahy2017-04-191-1/+0
* soc/intel/quark: Read the rmu.bin file from read-only regionLee Leahy2017-03-151-0/+1
* soc/intel/quark: Pass S3 wake status to fsp_silicon_initLee Leahy2017-03-141-1/+1
* soc/intel/quark: Fix errors detected by checkpatchLee Leahy2017-03-075-237/+278
* mainboard/intel/quark: Add FSP selection valuesLee Leahy2016-09-305-462/+0
* soc/intel/quark: Switch to using serial routines for FSPLee Leahy2016-08-101-1/+13
* soc/intel/quark: Add FSP 2.0 romstage supportLee Leahy2016-08-052-1/+6
* soc/intel/quark: Add FSP 2.0 boot block supportLee Leahy2016-08-053-0/+37
* soc/intel/quark: Support access to CPU CR registersLee Leahy2016-08-031-0/+23
* soc/intel/quark: Add header files for FSP 2.0Lee Leahy2016-08-035-0/+450
* soc/intel/quark: Prepare for FSP2.0 supportLee Leahy2016-08-033-0/+4
* soc/intel/quark: Initialize MTRRs in bootblockLee Leahy2016-08-031-0/+1
* soc/intel/quark: Fix car_stage_entry routine name.Lee Leahy2016-08-011-1/+1
* Remove extra newlines from the end of all coreboot files.Martin Roth2016-07-311-1/+0
* cpu/x86: Support CPUs without rdmsr/wrmsr instructionsLee Leahy2016-07-272-2/+3
* soc/intel/quark: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-5/+1
* soc/intel/quark: Add host bridge access supportLee Leahy2016-07-121-0/+23
* PCI: Use PCI_DEVFN macro instead of DEV_FUNCWerner Zeh2016-07-061-2/+3
* soc/intel/quark: Add C bootblockLee Leahy2016-06-122-0/+27
* quark: Enable HSUART0 as consoleLee Leahy2016-05-312-1/+3
* soc/intel/quark: Move UART init into romstage.cLee Leahy2016-05-311-0/+1
* soc/intel/quark: Set temporary I2C base addressLee Leahy2016-05-311-1/+2
* soc/intel/quark: Conditionally define BIT namesLee Leahy2016-05-311-0/+2
* soc/intel/quark: Clear SMI interrupts and wake eventsLee Leahy2016-05-312-3/+28
* soc/intel/quark: Add PCIe reset supportLee Leahy2016-05-313-2/+47
* soc/intel/quark: Add USB device port supportLee Leahy2016-05-251-0/+3
* soc/intel/quark: Add I2C supportLee Leahy2016-05-183-0/+134