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
Age
Commit message (
Expand
)
Author
2021-01-12
soc/intel: rename uart_max_index
Michael Niewöhner
2021-01-11
soc/intel/uart: Drop SoC callback `soc_uart_console_to_device`
Furquan Shaikh
2021-01-10
ACPI: Add missing include in nvs.h
Kyösti Mälkki
2021-01-10
soc/intel: Rename to soc_fill_gnvs()
Kyösti Mälkki
2021-01-10
ACPI: Drop redundant ChromeOS setup for GNVS
Kyösti Mälkki
2021-01-10
ACPI: Drop redundant CONSOLE_CBMEM setup in GNVS
Kyösti Mälkki
2021-01-10
ACPI: Drop redundant CBMEM_ID_ACPI_GNVS allocations
Kyösti Mälkki
2021-01-04
soc/intel/apollolake: Hook up GMA ACPI brightness controls
Matt DeVillier
2021-01-01
nb/intel/hsw,soc/intel/{bdw,skl,apl},mb/*: unify dt panel settings
Michael Niewöhner
2020-12-30
soc/intel/common: Move gfx.asl to drivers/intel/gma
Matt DeVillier
2020-12-30
soc/intel: hook up new gpio device in the soc chips
Michael Niewöhner
2020-12-28
soc/intel/apl: Fix indents
Felix Singer
2020-12-25
soc/intel/common/gfx: rename and guard graphics_soc_init()
Matt DeVillier
2020-12-22
soc/intel/apl/graphics: add missing left-shift
Michael Niewöhner
2020-12-10
soc/intel/common: Adapt XHCI elog driver for reuse
Tim Wawrzynczak
2020-12-08
coreboot tables: Add SPI flash memory map windows to coreboot tables
Furquan Shaikh
2020-12-08
commonlib/region: Allow multiple windows for xlate_region_dev
Furquan Shaikh
2020-12-03
src: Remove redundant use of ACPI offset(0)
Elyes HAOUAS
2020-11-22
soc/intel/block/pmc: Only include the PCI driver when it is not hidden
Arthur Heymans
2020-11-20
soc/intel/apollolake: use P2SB function to generate DMAR IOAPIC
Arthur Heymans
2020-11-20
soc/intel/apollolake: use P2SB function to generate DMAR HPET
Arthur Heymans
2020-11-02
soc/intel: Use of common reset code block
Subrata Banik
2020-11-02
soc/intel: Add a driver for CNVi WiFi/BT controllers
Furquan Shaikh
2020-10-28
soc/intel: deduplicate ACPI timer emulation
Michael Niewöhner
2020-10-21
{cpu,soc}/intel: replace AES-NI locking by common implemenation call
Michael Niewöhner
2020-10-21
soc/intel: convert XTAL frequency constant to Kconfig
Michael Niewöhner
2020-10-21
soc/intel/common: add Kconfig for PM Timer emulation support
Michael Niewöhner
2020-10-12
soc/intel: Configure PAVP at compile-time
Benjamin Doron
2020-10-08
soc/intel: Make use of common gfx.asl
Subrata Banik
2020-10-02
drivers/spi: Add BOOT_DEVICE_SPI_FLASH_NO_EARLY_WRITES config
Shelley Chen
2020-09-30
soc/intel/apollolake: Add PCH_IRQx into irq.h
Subrata Banik
2020-09-28
soc/intel/common/block/lpc: add acpi name
Jonathan Zhang
2020-09-27
soc/intel/*/chip.h: Use `uint32_t` for `tcc_offset`
Angel Pons
2020-09-26
soc/intel/apollolake: Drop select SMP
Kyösti Mälkki
2020-09-26
arch/x86: Introduce `ARCH_ALL_STAGES_X86_32`
Angel Pons
2020-09-24
soc/intel/common/smbus: Add support for Apollo Lake SoC
Maxim Polyakov
2020-09-22
Revert "soc/intel: Refactor do_global_reset() function"
Furquan Shaikh
2020-09-21
src/soc/intel: Drop unneeded empty lines
Elyes HAOUAS
2020-09-21
soc/intel: Refactor do_global_reset() function
Subrata Banik
2020-09-21
soc/intel: rename get_prmrr_size
Michael Niewöhner
2020-09-09
apollolake: Define MAX_CPUS at SoC scope
Angel Pons
2020-09-09
geminilake: Factor out MAX_CPUS value
Angel Pons
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-09-08
soc/intel/apollolake: Select CPU_INTEL_COMMON
Angel Pons
2020-09-06
soc/intel/apl: Add panel power and backlight configuration
Nico Huber
2020-08-24
mrc_cache: Add mrc_cache fetch functions to support non-x86 platforms
Shelley Chen
2020-08-21
soc/intel/apollolake: Select HAVE_ASAN_IN_ROMSTAGE
Harshit Sharma
2020-08-18
elog: rename ELOG_WAKE_SOURCE_GPIO to ELOG_WAKE_SOURCE_GPE
Aaron Durbin
2020-08-10
soc/intel/apollolake: Rename UART irqs
Patrick Rudolph
2020-08-10
soc/intel/apollolake: Add irq.h
Patrick Rudolph
2020-08-05
{nb,soc}/intel: Use get_current_microcode_rev() for ucode version
Subrata Banik
2020-08-04
soc/intel/apollolake/acpi.c: Add RMRRs after all DRHDs
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-26
src: Remove unused 'include <cbmem.h>'
Elyes HAOUAS
2020-07-21
src: Use ACPI macros
Elyes HAOUAS
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-28
soc/intel/common: add TCC activation functionality
Sumeet R Pawnikar
2020-06-19
Kconfig: Escape variable to accommodate new Kconfig versions
Patrick Georgi
2020-06-18
soc/intel: remove unused dptf.asl file and other defines
Sumeet R Pawnikar
2020-06-16
soc/intel/common: Replace smm_soutbridge_enable(SMI_FLAGS)
Kyösti Mälkki
2020-06-10
ACPI: Remove Kconfig COMMON_FADT
Kyösti Mälkki
2020-06-06
src: Remove unused '#include <cpu/x86/smm.h>'
Elyes HAOUAS
2020-06-03
soc/intel/apollolake: Reinstate APL_SKIP_SET_POWER_LIMITS
Tim Wawrzynczak
2020-06-02
src: Remove unused '#include <cbfs.h>'
Elyes HAOUAS
2020-06-02
src: Remove unused 'include <bootstate.h>'
Elyes HAOUAS
2020-06-02
src: Remove unused 'include <bootmode.h>'
Elyes HAOUAS
2020-05-28
soc/intel/common: Improve Type16 SMBIOS tables
Patrick Rudolph
2020-05-27
soc/intel/gma: Implement fsp_soc_get_igd_bar() in common code
Nico Huber
2020-05-27
soc/intel/gma: Move display and opregion init to common code
Nico Huber
2020-05-27
drivers/intel/gma: Move IGD OpRegion to CBMEM
Nico Huber
2020-05-26
apollolake: update processor power limits configuration
Sumeet R Pawnikar
2020-05-14
soc/intel: Drop ABOVE_4GB_MEM_BASE_SIZE and use cpu_phys_address_size()
Furquan Shaikh
2020-05-14
soc/intel: Always advertise MMIO window above 4G in ACPI tables
Furquan Shaikh
2020-05-14
soc/intel/common/block/systemagent: Use TOUUD as base for MMIO above 4G
Furquan Shaikh
2020-05-12
device/pci_device: Extract pci_domain_set_resources from SOC
Raul E Rangel
2020-05-11
treewide: Replace BSD-3-Clause and ISC headers with SPDX headers
Patrick Georgi
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-08
soc/intel: Replace GPLv2 long form headers with SPDX header
Elyes HAOUAS
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-05-01
src: Remove unused 'include <cpu/x86/cache.h>'
Elyes HAOUAS
2020-04-28
soc/intel: Constify struct device *param to sd_fill_soc_gpio_info
Furquan Shaikh
2020-04-28
device: Constify struct device * parameter to write_acpi_tables
Furquan Shaikh
2020-04-26
soc/intel/apollolake: Avoid CONFIG_PCIEX_LENGTH_256MB selection
Subrata Banik
2020-04-15
soc/intel/apl/report_platform.c: Fix typo
Angel Pons
2020-04-14
soc/intel/apollolake: Disable XHCI LFPS power management
Marx Wang
2020-04-13
acpi: Bump FADT to revision 6
Patrick Rudolph
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-06
soc/intel/apollolake: Use SPDX for GPL-2.0-only files
Angel Pons
2020-04-05
fsp2_0: Gather Kconfig declarations
Nico Huber
2020-04-05
soc/intel/apollolake: Don't select repo option for Gemini Lake
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-30
intel/fsp2_0: Make FSP_USE_REPO a SoC opt-in
Johanna Schander
2020-03-18
soc/intel/apollolake: Allow toggling of GMM in devicetree in Gemini Lake
Franklin He
[next]