summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark
Commit message (Expand)AuthorAgeFilesLines
* 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
* soc/intel/quark: Add I2C debuggingLee Leahy2017-07-032-7/+84
* soc/intel/quark/spi.c: Explain a read in order to flush buffersMartin Kepplinger2017-07-021-0/+3
* soc/intel/quark: We're not Broadwell anymoreStefan Reinauer2017-06-271-1/+1
* soc/intel/quark: Add legacy SPI flash controller driverLee Leahy2017-06-206-0/+514
* fsp1_1: Verify FSP_IMAGE_ID/_REV against headersNico Huber2017-06-061-8/+0
* commonlib: Move drivers/storage into commonlib/storageLee Leahy2017-05-124-8/+9
* soc/intel/quark: Add SD/MMC test supportLee Leahy2017-05-088-0/+403
* soc/intel/quark: Move include of reg_access.hLee Leahy2017-04-192-1/+1
* 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-154-16/+43
* soc/intel/quark: Pass S3 wake status to fsp_silicon_initLee Leahy2017-03-142-3/+3
* soc/intel/quark: Add ESRAM display to FSP 1.1Lee Leahy2017-03-142-1/+33
* soc/intel/quark: Return NULL for top_of_memoryLee Leahy2017-03-141-1/+2
* soc/intel/quark: Add the verstage filesLee Leahy2017-03-131-0/+5
* soc/intel/quark: Fix errors detected by checkpatchLee Leahy2017-03-0710-257/+299
* 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