summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark
Commit message (Expand)AuthorAgeFilesLines
* device: Use scan_static_bus() over scan_lpc_bus()Nico Huber2019-10-081-1/+1
* intel/quark: Drop xx_DEV_FUNCKyösti Mälkki2019-10-021-4/+0
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-1/+1
* 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
* arch/x86: Restrict use of _car_global[start|end]Kyösti Mälkki2019-09-111-1/+1
* arch/x86: Drop _car_relocatable_data symbolsKyösti Mälkki2019-09-111-1/+1
* soc/intel/quark: Remove variable set but not usedElyes HAOUAS2019-09-021-2/+1
* intel/quark: Use common romstage entryKyösti Mälkki2019-08-302-7/+2
* intel/quark: Select NO_SMMKyösti Mälkki2019-08-301-0/+1
* intel/quark: Remove extra steps on entry to romstageKyösti Mälkki2019-08-304-75/+1
* soc/intel: Move fill_postcar_frame to memmap.cKyösti Mälkki2019-08-282-25/+27
* lib/bootblock: Add simplified entry with basetimeKyösti Mälkki2019-08-261-1/+1
* soc/intel: Use common romstage codeKyösti Mälkki2019-08-261-11/+15
* arch/x86: Add <arch/romstage.h>Kyösti Mälkki2019-08-221-0/+1
* devicetree: Remove duplicate chip_ops declarationsKyösti Mälkki2019-08-201-2/+0
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-5/+1
* src: Add missing include <device/pci_ops.h>Elyes HAOUAS2019-07-121-0/+1
* arch/x86: Flip HAVE_MONOTONIC_TIMER defaultKyösti Mälkki2019-07-091-1/+0
* 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