summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/romstage
Commit message (Expand)AuthorAgeFilesLines
* 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
* soc/intel: Use config_of()Kyösti Mälkki2019-07-181-5/+1
* arch/x86: Adjust size of postcar stackKyösti Mälkki2019-07-041-1/+2
* soc/intel/quark: Don't use CAR_GLOBALArthur Heymans2019-05-292-9/+7
* post_code: add post code for critical CBFS failuresKeith Short2019-05-221-1/+2
* soc/intel/fsp1.1: Implement postcar stageArthur Heymans2019-05-212-8/+1
* src: Use include <delay.h> when appropriateElyes HAOUAS2019-04-061-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-083-8/+8
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* console: Split loglevel for fast and slowKyösti Mälkki2019-02-271-1/+1
* mb/intel/galileo: Drop the FSP1.1 optionArthur Heymans2019-02-112-248/+0
* device: Use pcidev_path_on_root()Kyösti Mälkki2019-01-062-2/+2
* soc/intel: Get rid of device_tElyes HAOUAS2018-12-201-1/+1
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+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-231-1/+0
* src: Remove unneeded include <console/console.h>Elyes HAOUAS2018-11-162-2/+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: Add SD/MMC test supportLee Leahy2017-05-081-0/+17
* vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner2017-03-281-1/+1
* soc/intel/quark: Read the rmu.bin file from read-only regionLee Leahy2017-03-153-16/+42
* soc/intel/quark: Add ESRAM display to FSP 1.1Lee Leahy2017-03-141-0/+33
* soc/intel/quark: Fix errors detected by checkpatchLee Leahy2017-03-071-3/+2
* soc/intel/quark: Add early debugging codeLee Leahy2017-01-031-0/+4
* driver/intel/fsp2_0: Add version parameter to FSP platform callbackAndrey Petrov2016-11-301-1/+1
* soc/intel/quark: Fix FSP 2.0 buildLee Leahy2016-09-302-10/+16
* soc/intel/quark: Switch to using serial routines for FSPLee Leahy2016-08-102-9/+13
* soc/intel/quark: Clean up debug output levelsLee Leahy2016-08-052-8/+0
* soc/intel/quark: Disable FSP serial outputLee Leahy2016-08-052-2/+4
* soc/intel/quark: Add FSP 2.0 romstage supportLee Leahy2016-08-053-1/+241
* soc/intel/quark: Add FSP 2.0 boot block supportLee Leahy2016-08-054-0/+38
* soc/intel/quark: Prepare for FSP2.0 supportLee Leahy2016-08-035-220/+277
* soc/intel/quark: Fix car_stage_entry routine name.Lee Leahy2016-08-012-2/+2
* cpu/x86: Support CPUs without rdmsr/wrmsr instructionsLee Leahy2016-07-271-92/+5
* soc/intel/quark: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-2/+2
* soc/intel/quark: Pass in the memory initialization parametersLee Leahy2016-07-081-8/+93
* soc/intel/quark: Remove use of PDAT.bin fileLee Leahy2016-07-081-11/+0
* soc/intel/quark: Add C bootblockLee Leahy2016-06-125-771/+105
* soc/intel/quark: Pass serial port address to FSPLee Leahy2016-06-091-5/+18
* quark: Enable HSUART0 as consoleLee Leahy2016-05-311-5/+7
* soc/intel/quark: Move UART init into romstage.cLee Leahy2016-05-313-45/+8
* soc/intel/quark: Set temporary I2C base addressLee Leahy2016-05-311-1/+2
* soc/intel/quark: Clear SMI interrupts and wake eventsLee Leahy2016-05-311-0/+19
* soc/intel/quark: Add PCIe reset supportLee Leahy2016-05-313-0/+113
* soc/intel/quark: Switch reference from uart_dev to uart_bdfLee Leahy2016-05-231-4/+4
* soc/intel/quark: Perform GPIO initializationLee Leahy2016-05-171-0/+21
* soc/intel/quark: Add USB PHY initializationLee Leahy2016-05-041-25/+0