summaryrefslogtreecommitdiff
path: root/src/soc/intel/quark
Commit message (Expand)AuthorAgeFilesLines
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-1/+2
* src: Use CRx_TYPE type for CRxElyes HAOUAS2019-07-021-0/+1
* soc/intel/quark: Don't use CAR_GLOBALArthur Heymans2019-05-293-17/+14
* intel/quark/storage_test.h: Drop external variable declarationArthur Heymans2019-05-291-5/+0
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-1/+2
* post_code: add post code for critical CBFS failuresKeith Short2019-05-221-1/+2
* soc/intel/fsp1.1: Implement postcar stageArthur Heymans2019-05-213-9/+2
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* src: include <assert.h> when appropriateElyes HAOUAS2019-04-231-1/+0
* src: Add missing include 'console.h'Elyes HAOUAS2019-04-231-0/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-064-3/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-0/+1
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-0/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-088-35/+35
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* arch/io.h: Drop unnecessary includeKyösti Mälkki2019-03-044-4/+0
* arch/io.h: Add missing includesKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-015-0/+5
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-271-1/+1
* mb/intel/galileo: Drop the FSP1.1 optionArthur Heymans2019-02-118-347/+0
* intel/quark: Fix COMMONLIB_STORAGE in CARKyösti Mälkki2019-02-051-12/+7
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-233-10/+10
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-062-2/+2
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-3/+2
* soc/intel/quark: Drop BOOTBLOCK_SAVE_BIST_AND_TIMESTAMPKyösti Mälkki2018-12-242-19/+3
* soc/intel: Get rid of device_tElyes HAOUAS2018-12-204-11/+22
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-192-2/+0
* cpuid: Add helper function for cpuid(1) functionsSubrata Banik2018-12-131-5/+4
* {mb/cubieboard,soc/intel/quark}: Remove define __SIMPLE_DEVICE__Elyes HAOUAS2018-11-293-3/+0
* soc/intel/common: Bring DISPLAY_MTRRS into the lightNico Huber2018-11-234-4/+4
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-167-7/+2
* oc/intel/quark/Kconfig: Remove unused MMCOMF_SUPPORT_DEFAULTElyes HAOUAS2018-11-151-4/+0
* 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
* intel: Use CF9 reset (part 2)Patrick Rudolph2018-10-222-3/+2
* Move compiler.h to commonlibNico Huber2018-10-083-3/+0
* soc/intel/quark/uart.c: Don't use device_tElyes HAOUAS2018-09-211-1/+1
* mainboard: Get rid of device_tElyes HAOUAS2018-06-091-1/+1
* arch/x86: Make RELOCATABLE_RAMSTAGE the defaultKyösti Mälkki2018-06-061-1/+0
* soc/{amd,intel}: Use postcar_frame_add_romcache()Nico Huber2018-06-041-2/+1
* soc/{amd,intel}: Use CACHE_ROM_(BASE|SIZE)Nico Huber2018-05-311-2/+2
* soc/intel/quark: Get rid of device_tElyes HAOUAS2018-05-286-7/+7
* bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner2018-05-221-1/+1
* {mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber2018-05-081-1/+0
* compiler.h: add __weak macroAaron Durbin2018-04-241-1/+2
* drivers/spi: support cmd opcode deduction for spi_crop_chunk()Aaron Durbin2018-01-301-1/+0
* soc/intel/quark/spi: Correct conversion specifierPaul Menzel2017-11-031-1/+1
* include/device: Split i2c.h into threeNico Huber2017-08-182-2/+2
* i2c: Move to Linux like `struct i2c_msg`Nico Huber2017-08-141-8/+8
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-132-2/+4