summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/quark: Fix I2C driverLee Leahy2017-03-071-78/+204
* intel: Fix copy/paste error in license textMarshall Dawson2017-01-161-1/+1
* soc/intel/quark: Add monotonic timer supportLee Leahy2017-01-042-9/+8
* soc/intel/quark: Add early debugging codeLee Leahy2017-01-034-13/+71
* soc/intel/quark: Fix serial port configurationLee Leahy2017-01-031-0/+5
* romstage_handoff: add helper to determine resume statusAaron Durbin2016-12-011-4/+1
* driver/intel/fsp2_0: Add version parameter to FSP platform callbackAndrey Petrov2016-11-301-1/+1
* fsp2_0: implement stage cache for silicon initBrandon Breitenstein2016-11-211-1/+5
* soc/intel/quark: Fix FSP 2.0 buildLee Leahy2016-09-304-12/+18
* soc/intel/quark: Support multiple version of FSPLee Leahy2016-09-301-3/+3
* mainboard/intel/quark: Add FSP selection valuesLee Leahy2016-09-305-462/+0
* src/soc: Add required space before opening parenthesis '('Elyes HAOUAS2016-08-311-1/+1
* intel/quark: Fix assert checkFurquan Shaikh2016-08-151-1/+1
* soc/intel/quark: Switch to using serial routines for FSPLee Leahy2016-08-103-10/+26
* soc/intel/quark: Add missing breaksLee Leahy2016-08-051-0/+2
* soc/intel/quark: Add bootblock_c_entryLee Leahy2016-08-052-1/+6
* soc/intel/quark: Clean up debug output levelsLee Leahy2016-08-055-15/+5
* soc/intel/quark: Disable FSP serial outputLee Leahy2016-08-052-2/+4
* soc/intel/quark: Add FSP 2.0 romstage supportLee Leahy2016-08-058-4/+281
* soc/intel/quark: Add FSP 2.0 boot block supportLee Leahy2016-08-0512-10/+128
* soc/intel/quark: Support access to CPU CR registersLee Leahy2016-08-032-0/+61
* 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-0311-233/+318
* soc/intel/quark: Initialize MTRRs in bootblockLee Leahy2016-08-032-0/+38
* soc/intel/quark: Remove use of EDK-II macros and data typesLee Leahy2016-08-035-28/+31
* soc/intel/quark: Make ramstage relocatableLee Leahy2016-08-031-0/+1
* soc/intel/quark: Enable use of hard resetLee Leahy2016-08-011-0/+2
* soc/intel/quark: Fix car_stage_entry routine name.Lee Leahy2016-08-013-3/+3
* src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS2016-07-311-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-275-95/+97
* soc/intel/quark: Fix legacy GPIO readsLee Leahy2016-07-201-0/+1
* soc/intel/quark: use common Intel ACPI hardware definitionsAaron Durbin2016-07-152-7/+3
* soc/intel/quark/bootblock: Remove clear_smi_and_wake_eventsJonathan Neuschäfer2016-07-141-9/+0
* soc/intel/quark: Set CBMEM top from HW registerLee Leahy2016-07-121-2/+14
* soc/intel/quark: Add host bridge access supportLee Leahy2016-07-122-0/+51
* soc/intel/quark: Pass in the memory initialization parametersLee Leahy2016-07-082-9/+171
* soc/intel/quark: Remove use of PDAT.bin fileLee Leahy2016-07-083-49/+0
* PCI: Use PCI_DEVFN macro instead of DEV_FUNCWerner Zeh2016-07-061-2/+3
* soc/intel/quark: Add C bootblockLee Leahy2016-06-1210-284/+283
* soc/intel/quark: Pass serial port address to FSPLee Leahy2016-06-091-5/+18
* quark: Enable HSUART0 as consoleLee Leahy2016-05-314-14/+29
* soc/intel/quark: Move UART init into romstage.cLee Leahy2016-05-314-45/+9
* soc/intel/quark: Split I2C out from driverLee Leahy2016-05-313-152/+178
* soc/intel/quark: Set temporary I2C base addressLee Leahy2016-05-312-2/+4
* soc/intel/quark: Conditionally define BIT namesLee Leahy2016-05-311-0/+2
* soc/intel/quark: Fix reg_script displayLee Leahy2016-05-311-9/+9
* soc/intel/quark: Clear SMI interrupts and wake eventsLee Leahy2016-05-315-6/+97
* soc/intel/quark: Rename pmc.c to lpc.cLee Leahy2016-05-312-1/+1
* soc/intel/quark: Add PCIe reset supportLee Leahy2016-05-317-4/+196