aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/quark
AgeCommit message (Expand)Author
2018-11-23soc/intel/common: Bring DISPLAY_MTRRS into the lightNico Huber
2018-11-16src: Remove unneeded include <console/console.h>Elyes HAOUAS
2018-11-15oc/intel/quark/Kconfig: Remove unused MMCOMF_SUPPORT_DEFAULTElyes HAOUAS
2018-11-12src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS
2018-11-01src: Add missing include <stdint.h>Elyes HAOUAS
2018-10-22intel: Use CF9 reset (part 2)Patrick Rudolph
2018-10-08Move compiler.h to commonlibNico Huber
2018-09-21soc/intel/quark/uart.c: Don't use device_tElyes HAOUAS
2018-06-09mainboard: Get rid of device_tElyes HAOUAS
2018-06-06arch/x86: Make RELOCATABLE_RAMSTAGE the defaultKyösti Mälkki
2018-06-04soc/{amd,intel}: Use postcar_frame_add_romcache()Nico Huber
2018-05-31soc/{amd,intel}: Use CACHE_ROM_(BASE|SIZE)Nico Huber
2018-05-28soc/intel/quark: Get rid of device_tElyes HAOUAS
2018-05-22bootblock: Allow more timestamps in bootblock_main_with_timestamp()Julius Werner
2018-05-08{mb,nb,soc}: Remove references to pci_bus_default_ops()Nico Huber
2018-04-24compiler.h: add __weak macroAaron Durbin
2018-01-30drivers/spi: support cmd opcode deduction for spi_crop_chunk()Aaron Durbin
2017-11-03soc/intel/quark/spi: Correct conversion specifierPaul Menzel
2017-08-18include/device: Split i2c.h into threeNico Huber
2017-08-14i2c: Move to Linux like `struct i2c_msg`Nico Huber
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-07-03soc/intel/quark: Add I2C debuggingLee Leahy
2017-07-02soc/intel/quark/spi.c: Explain a read in order to flush buffersMartin Kepplinger
2017-06-27soc/intel/quark: We're not Broadwell anymoreStefan Reinauer
2017-06-20soc/intel/quark: Add legacy SPI flash controller driverLee Leahy
2017-06-06fsp1_1: Verify FSP_IMAGE_ID/_REV against headersNico Huber
2017-05-12commonlib: Move drivers/storage into commonlib/storageLee Leahy
2017-05-08soc/intel/quark: Add SD/MMC test supportLee Leahy
2017-04-19soc/intel/quark: Move include of reg_access.hLee Leahy
2017-03-28vboot: Move remaining features out of vendorcode/google/chromeosJulius Werner
2017-03-15soc/intel/quark: Read the rmu.bin file from read-only regionLee Leahy
2017-03-14soc/intel/quark: Pass S3 wake status to fsp_silicon_initLee Leahy
2017-03-14soc/intel/quark: Add ESRAM display to FSP 1.1Lee Leahy
2017-03-14soc/intel/quark: Return NULL for top_of_memoryLee Leahy
2017-03-13soc/intel/quark: Add the verstage filesLee Leahy
2017-03-07soc/intel/quark: Fix errors detected by checkpatchLee Leahy
2017-03-07soc/intel/quark: Fix I2C driverLee Leahy
2017-01-16intel: Fix copy/paste error in license textMarshall Dawson
2017-01-04soc/intel/quark: Add monotonic timer supportLee Leahy
2017-01-03soc/intel/quark: Add early debugging codeLee Leahy
2017-01-03soc/intel/quark: Fix serial port configurationLee Leahy
2016-12-01romstage_handoff: add helper to determine resume statusAaron Durbin
2016-11-30driver/intel/fsp2_0: Add version parameter to FSP platform callbackAndrey Petrov
2016-11-21fsp2_0: implement stage cache for silicon initBrandon Breitenstein
2016-09-30soc/intel/quark: Fix FSP 2.0 buildLee Leahy
2016-09-30soc/intel/quark: Support multiple version of FSPLee Leahy
2016-09-30mainboard/intel/quark: Add FSP selection valuesLee Leahy
2016-08-31src/soc: Add required space before opening parenthesis '('Elyes HAOUAS
2016-08-15intel/quark: Fix assert checkFurquan Shaikh
2016-08-10soc/intel/quark: Switch to using serial routines for FSPLee Leahy
2016-08-05soc/intel/quark: Add missing breaksLee Leahy
2016-08-05soc/intel/quark: Add bootblock_c_entryLee Leahy
2016-08-05soc/intel/quark: Clean up debug output levelsLee Leahy
2016-08-05soc/intel/quark: Disable FSP serial outputLee Leahy
2016-08-05soc/intel/quark: Add FSP 2.0 romstage supportLee Leahy
2016-08-05soc/intel/quark: Add FSP 2.0 boot block supportLee Leahy
2016-08-03soc/intel/quark: Support access to CPU CR registersLee Leahy
2016-08-03soc/intel/quark: Add header files for FSP 2.0Lee Leahy
2016-08-03soc/intel/quark: Prepare for FSP2.0 supportLee Leahy
2016-08-03soc/intel/quark: Initialize MTRRs in bootblockLee Leahy
2016-08-03soc/intel/quark: Remove use of EDK-II macros and data typesLee Leahy
2016-08-03soc/intel/quark: Make ramstage relocatableLee Leahy
2016-08-01soc/intel/quark: Enable use of hard resetLee Leahy
2016-08-01soc/intel/quark: Fix car_stage_entry routine name.Lee Leahy
2016-07-31src/soc: Capitalize CPU, ACPI, RAM and ROMElyes HAOUAS
2016-07-31Remove extra newlines from the end of all coreboot files.Martin Roth
2016-07-27cpu/x86: Support CPUs without rdmsr/wrmsr instructionsLee Leahy
2016-07-20soc/intel/quark: Fix legacy GPIO readsLee Leahy
2016-07-15soc/intel/quark: use common Intel ACPI hardware definitionsAaron Durbin
2016-07-14soc/intel/quark/bootblock: Remove clear_smi_and_wake_eventsJonathan Neuschäfer
2016-07-12soc/intel/quark: Set CBMEM top from HW registerLee Leahy
2016-07-12soc/intel/quark: Add host bridge access supportLee Leahy
2016-07-08soc/intel/quark: Pass in the memory initialization parametersLee Leahy
2016-07-08soc/intel/quark: Remove use of PDAT.bin fileLee Leahy
2016-07-06PCI: Use PCI_DEVFN macro instead of DEV_FUNCWerner Zeh
2016-06-12soc/intel/quark: Add C bootblockLee Leahy
2016-06-09soc/intel/quark: Pass serial port address to FSPLee Leahy
2016-05-31quark: Enable HSUART0 as consoleLee Leahy
2016-05-31soc/intel/quark: Move UART init into romstage.cLee Leahy
2016-05-31soc/intel/quark: Split I2C out from driverLee Leahy
2016-05-31soc/intel/quark: Set temporary I2C base addressLee Leahy
2016-05-31soc/intel/quark: Conditionally define BIT namesLee Leahy
2016-05-31soc/intel/quark: Fix reg_script displayLee Leahy
2016-05-31soc/intel/quark: Clear SMI interrupts and wake eventsLee Leahy
2016-05-31soc/intel/quark: Rename pmc.c to lpc.cLee Leahy
2016-05-31soc/intel/quark: Add PCIe reset supportLee Leahy
2016-05-25soc/intel/quark: Add USB device port supportLee Leahy
2016-05-23soc/intel/quark: Add EHCI errataLee Leahy
2016-05-23soc/intel/quark: Rename usb.c to ehci.cLee Leahy
2016-05-23soc/intel/quark: Switch reference from uart_dev to uart_bdfLee Leahy
2016-05-18soc/intel/quark: Add I2C supportLee Leahy
2016-05-17soc/intel/quark: Fix spelling errorLee Leahy
2016-05-17soc/intel/quark: Perform GPIO initializationLee Leahy
2016-05-17soc/intel/quark: Add GPIO register accessLee Leahy
2016-05-17soc/intel/quark: Add LPC symbolsLee Leahy
2016-05-17soc/intel/quark: Reformat include/soc/pci_devs.hLee Leahy
2016-05-17soc/intel/quark: Add Ioh.h from EDK-IILee Leahy
2016-05-11soc/intel/quark/include/soc: Update the Intel licenseLee Leahy
2016-05-09drivers/uart: Use uart_platform_refclk for all UART modelsLee Leahy
2016-05-09soc/intel/quark: Identify the console UARTLee Leahy