summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/chip.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi2020-05-061-12/+1
* treewide: Move "is part of the coreboot project" line in its own commentPatrick Georgi2020-05-061-2/+1
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-1/+1
* soc/intel/apollolake: Disable XHCI LFPS power managementMarx Wang2020-04-141-0/+31
* Replace DEVICE_NOOP with noop_(set|read)_resourcesNico Huber2020-04-101-2/+2
* Drop unnecessary DEVICE_NOOP entriesNico Huber2020-04-101-1/+0
* Drop explicit NULL initializations from `device_operations`Elyes HAOUAS2020-04-051-3/+0
* Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`Nico Huber2020-04-021-1/+1
* soc/intel/apollolake: Allow toggling of GMM in devicetree in Gemini LakeFranklin He2020-03-181-1/+3
* soc: Remove copyright noticesPatrick Georgi2020-03-181-4/+0
* soc/apl: add options to override USB port configMaxim Polyakov2020-03-061-2/+19
* soc/intel/apl: disable NPK device in devicetree.cbMaxim Polyakov2020-03-031-0/+6
* treewide: capitalize 'USB'Elyes HAOUAS2020-02-261-1/+1
* treewide: capitalize 'BIOS'Elyes HAOUAS2020-02-171-1/+1
* {Documentation,soc/intel}: Fix typoElyes HAOUAS2020-01-101-1/+1
* {drivers,soc}/intel/fsp2_0: Move chipset specific logo handling to SoCWim Vervoorn2019-12-191-0/+6
* soc/intel/common: pmclib: make use of the new ETR address APIMichael Niewöhner2019-11-201-3/+1
* soc/intel/apollolake: set FSP param to enable or skip GOPMichael Niewöhner2019-10-301-0/+6
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-2/+2
* soc/intel: Rename <intelblocks/chip.h>Kyösti Mälkki2019-09-291-1/+1
* soc/*: mp_run_on_all_cpus: Remove configurable timeoutPatrick Rudolph2019-08-151-1/+1
* soc/intel: Fix invalid use of 'static'Kyösti Mälkki2019-07-181-3/+3
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-24/+7
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-3/+3
* soc/intel/apollolake: Fix value stored to gnvs is never readJohn Zhao2019-05-291-3/+1
* soc/intel/apollolake: Reset GPI IS & IE registers at ramstageKarthikeyan Ramasubramanian2019-05-061-0/+6
* soc/apollolake: Add ramstage hookFelix Singer2019-05-061-0/+9
* intel/apollolake: Add HDA to disable_dev functionNico Huber2019-03-241-0/+3
* soc/intel/common: Remove common chip config use_fsp_mp_initSubrata Banik2019-03-241-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-8/+8
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* intel/apollolake: Add parameter to enable VTD in devicetreeWerner Zeh2019-02-051-0/+3
* soc/intel/apollolake: Update XHCI ports for GLK in ACPI tablesFurquan Shaikh2019-02-051-0/+3
* soc/intel/apollolake: Sync fsp upd structure updateJohn Zhao2019-01-301-0/+15
* soc/intel/apollolake: Add GLK usb2eye configuration overrideSeunghwan Kim2019-01-291-0/+16
* intel/apollolake: Add IPU to disable_dev functionWerner Zeh2019-01-281-1/+6
* soc/intel/apollolake: Override GLK usb clock gating registerJohn Zhao2019-01-251-3/+63
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-3/+3
* soc/intel/apollolake: Add option to disable xHCI Link Compliance ModeJohn Zhao2019-01-141-1/+6
* soc/intel/apl: Configure LPC serial IRQ modeNico Huber2018-12-031-0/+15
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* soc/intel/apollolake: Disable HECI1 before jumping to OSFurquan Shaikh2018-11-091-3/+12
* soc/intel/apollolake: Improve cold boot and S3 resumeJohn Zhao2018-11-081-0/+7
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-081-1/+1
* soc/intel/apollolake: Make eMMC max speed configurableMario Scheithauer2018-08-241-1/+3
* soc/intel/apollolake: Fix logical vs. bitwise operatorJohn Zhao2018-08-221-1/+1