index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
apollolake
/
chip.c
Age
Commit message (
Expand
)
Author
2024-01-31
device/device.h: Rename busses for clarity
Arthur Heymans
2024-01-31
include/device/device.h: Remove CHIP_NAME() macro
Nicholas Sudsgaard
2023-10-20
device/device.h: Rename pci_domain_scan_bus
Arthur Heymans
2023-08-25
soc/intel/apollolake: Correct the logic for the legacy 8254 timer
Sean Rhodes
2023-06-19
soc/intel/apollolake: Switch to snake case for SataPwrOptimizeDisable
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Switch to snake case for DisableSataSalpSupport
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Switch to snake case for PmicVdd2Voltage
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Switch to snake case for ModPhyVoltageBump
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Switch to snake case for ModPhyIfValue
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Switch to snake case for DisableComplianceMode
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Switch to snake case for PmicPmcIpcCtrl
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Switch to snake case for SataPortsHotPlug
Mario Scheithauer
2023-06-19
soc/intel/apollolake: Fix FSP SATA speed limit configuraion
Mario Scheithauer
2023-06-02
soc/intel/apollolake: Switch to snake case for SataPortsEnable
Mario Scheithauer
2023-06-01
soc/intel/apollolake: Make hard drive type for SATA ports configurable
Mario Scheithauer
2023-06-01
soc/intel/apollolake: Make SATA speed limit configurable
Mario Scheithauer
2023-02-23
soc/intel: Use common codeflow for MP init
Arthur Heymans
2023-02-06
soc/intel/apl: Hook up cpu ops in devicetree
Arthur Heymans
2023-01-18
soc/intel/apollolake: Use common gpio.h include
Dinesh Gehlot
2022-10-15
soc/intel/apollolake: Configure FSP UPDs to allow coreboot to lockdown
Sean Rhodes
2022-09-20
Revert "soc/intel/apollolake: Configure FSP UPDs to allow coreboot to lockdown"
Tim Wawrzynczak
2022-09-19
soc/intel/apollolake: Configure FSP UPDs to allow coreboot to lockdown
Sean Rhodes
2022-09-14
timer: Change timer util functions to 64-bit
Rob Barnes
2022-06-23
soc/intel/apollolake: Enable SATA Power Optimisation
Sean Rhodes
2022-06-20
soc/intel/apollolake: Hook Up SataPortEnable to devicetree
Sean Rhodes
2022-06-20
soc/intel/apollolake: Hook up C1e to enhanced_cstates
Sean Rhodes
2022-06-20
soc/intel/apollolake: Hook up UfsEnabled to devicetree
Sean Rhodes
2022-06-10
soc/intel/apollolake: Let coreboot set the VendorID and Subsystem ID
Sean Rhodes
2022-06-03
intel/common/block: move RAPL disabling to common code
Uwe Poeche
2022-05-21
soc/intel/apollolake: Hook up Sata Hot Plug to device tree
Sean Rhodes
2022-05-21
soc/intel/apollolake: Hook up Legacy 8254 Timer
Sean Rhodes
2022-05-18
intel/common/block: Provide RAPL and min clock ratio switches in common
Uwe Poeche
2022-05-16
soc/intel/*: Use SSDT to pass A4GB and A4GS
Arthur Heymans
2022-04-22
soc/intel: Remove unused <cbmem.h>
Elyes HAOUAS
2022-03-10
soc/apollolake: Hook up VTD to CMOS
Sean Rhodes
2022-03-09
soc/apollolake: Hook up CnviMode to devicetree
Sean Rhodes
2022-02-24
soc/apollolake: Allow configuring individual USB ports on GLK
Sean Rhodes
2022-02-01
soc/intel/appololake: Allow to configure SATA ALPM via devicetree
Mario Scheithauer
2022-01-11
soc/intel/apl: Rework on CPU privilege level implementation
Subrata Banik
2021-10-29
soc/intel/apollolake: Fix BUG-message when checking for XDCI device
Werner Zeh
2021-10-22
cpu/x86/mp_init: use cb_err as status return type in remaining functions
Felix Held
2021-07-01
soc/intel: Refactor `xdci_can_enable()` function
Angel Pons
2021-06-21
soc/intel/apollolake: Use devfn_disable() function
Subrata Banik
2021-06-16
soc/intel/apollolake: Make use of is_devfn_enabled() function
Subrata Banik
2021-02-09
soc/amd,intel: Drop s3_resume parameter on FSP-S functions
Kyösti Mälkki
2021-02-09
drivers/intel/fsp1_1,fsp2_0: Refactor logo display
Kyösti Mälkki
2021-01-10
ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations
Kyösti Mälkki
2020-12-30
soc/intel: hook up new gpio device in the soc chips
Michael Niewöhner
2020-10-12
soc/intel: Configure PAVP at compile-time
Benjamin Doron
2020-09-28
soc/intel/common/block/lpc: add acpi name
Jonathan Zhang
2020-09-09
soc/intel/apollolake: Rename `SOC_INTEL_GLK` symbol
Angel Pons
2020-09-08
soc/intel/apollolake: Hook up ENABLE_VMX
Angel Pons
2020-07-28
soc/intel/apollolake: Simplify is-device-enabled checks
Felix Singer
2020-07-26
src: Update bare access to BOOL CONFIG_ vals to CONFIG()
Martin Roth
2020-07-14
src: Remove unused 'include <cpu/x86/msr.h>'
Elyes HAOUAS
2020-06-30
ACPI: Drop typedef global_nvs_t
Kyösti Mälkki
2020-06-03
soc/intel/apollolake: Reinstate APL_SKIP_SET_POWER_LIMITS
Tim Wawrzynczak
2020-05-26
apollolake: update processor power limits configuration
Sumeet R Pawnikar
2020-05-12
device/pci_device: Extract pci_domain_set_resources from SOC
Raul E Rangel
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-04-14
soc/intel/apollolake: Disable XHCI LFPS power management
Marx Wang
2020-04-10
Replace DEVICE_NOOP with noop_(set|read)_resources
Nico Huber
2020-04-10
Drop unnecessary DEVICE_NOOP entries
Nico Huber
2020-04-05
Drop explicit NULL initializations from `device_operations`
Elyes HAOUAS
2020-04-02
Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator`
Nico Huber
2020-03-18
soc/intel/apollolake: Allow toggling of GMM in devicetree in Gemini Lake
Franklin He
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-03-06
soc/apl: add options to override USB port config
Maxim Polyakov
2020-03-03
soc/intel/apl: disable NPK device in devicetree.cb
Maxim Polyakov
2020-02-26
treewide: capitalize 'USB'
Elyes HAOUAS
2020-02-17
treewide: capitalize 'BIOS'
Elyes HAOUAS
2020-01-10
{Documentation,soc/intel}: Fix typo
Elyes HAOUAS
2019-12-19
{drivers,soc}/intel/fsp2_0: Move chipset specific logo handling to SoC
Wim Vervoorn
2019-11-20
soc/intel/common: pmclib: make use of the new ETR address API
Michael Niewöhner
2019-10-30
soc/intel/apollolake: set FSP param to enable or skip GOP
Michael Niewöhner
2019-10-02
soc/intel: Replace config_of_path() with config_of_soc()
Kyösti Mälkki
2019-09-29
soc/intel: Rename <intelblocks/chip.h>
Kyösti Mälkki
2019-08-15
soc/*: mp_run_on_all_cpus: Remove configurable timeout
Patrick Rudolph
2019-07-18
soc/intel: Fix invalid use of 'static'
Kyösti Mälkki
2019-07-18
soc/intel: Use config_of_path(SA_DEVFN_ROOT)
Kyösti Mälkki
2019-07-04
soc/intel: Replace uses of dev_find_slot()
Kyösti Mälkki
2019-05-29
soc/intel/apollolake: Fix value stored to gnvs is never read
John Zhao
2019-05-06
soc/intel/apollolake: Reset GPI IS & IE registers at ramstage
Karthikeyan Ramasubramanian
2019-05-06
soc/apollolake: Add ramstage hook
Felix Singer
2019-03-24
intel/apollolake: Add HDA to disable_dev function
Nico Huber
2019-03-24
soc/intel/common: Remove common chip config use_fsp_mp_init
Subrata Banik
2019-03-08
coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)
Julius Werner
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-03-01
device/pci: Fix PCI accessor headers
Kyösti Mälkki
2019-02-05
intel/apollolake: Add parameter to enable VTD in devicetree
Werner Zeh
2019-02-05
soc/intel/apollolake: Update XHCI ports for GLK in ACPI tables
Furquan Shaikh
2019-01-30
soc/intel/apollolake: Sync fsp upd structure update
John Zhao
2019-01-29
soc/intel/apollolake: Add GLK usb2eye configuration override
Seunghwan Kim
2019-01-28
intel/apollolake: Add IPU to disable_dev function
Werner Zeh
2019-01-25
soc/intel/apollolake: Override GLK usb clock gating register
John Zhao
2019-01-23
soc/{amd,intel}: Remove needless '&' on function pointers
Elyes HAOUAS
2019-01-14
soc/intel/apollolake: Add option to disable xHCI Link Compliance Mode
John Zhao
[next]