Age | Commit message (Expand) | Author |
2019-11-09 | ELOG: Introduce elog_gsmi variants | Kyösti Mälkki |
2019-11-08 | ELOG, soc/intel: Avoid some preprocessor use | Kyösti Mälkki |
2019-11-08 | arch/x86: Drop some __SMM__ guards | Kyösti Mälkki |
2019-11-04 | sb/intel: Use defined CONFIG_HPET_ADDRESS | Elyes HAOUAS |
2019-11-04 | soc/intel: Remove unused code | Patrick Rudolph |
2019-11-04 | soc/intel/{braswell,baytrail}: Use sb/common/intel/platform.asl | Arthur Heymans |
2019-11-03 | cpu/x86/tsc: Flip and rename TSC_CONSTANT_RATE to UNKNOWN_TSC_RATE | Kyösti Mälkki |
2019-11-01 | soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi | Subrata Banik |
2019-11-01 | lib/cbmem_top: Add a common cbmem_top implementation | Arthur Heymans |
2019-11-01 | soc/intel/fsp_baytrail: Remove unused 'barrier()' | Elyes HAOUAS |
2019-10-27 | src/soc: change "unsigned" to "unsigned int" | Martin Roth |
2019-10-24 | acpi: Drop wrong _ADR objects for PCI host bridges | Elyes HAOUAS |
2019-10-24 | soc/intel/fsp_baytrail: use designware I2C driver | Uwe Poeche |
2019-10-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-10-05 | intel/fsp_baytrail: Define PCH_DEV_SLOT_I2C1 | Kyösti Mälkki |
2019-10-05 | intel/fsp_baytrail: Rename from xx_DEV_FUNC | Kyösti Mälkki |
2019-10-03 | intel/fsp_baytrail: Drop some PCI scratchpad register definitions | Kyösti Mälkki |
2019-10-02 | intel/pci_devs: Regroup PCI xx_DEVID entries | Kyösti Mälkki |
2019-09-30 | soc/intel/fsp_baytrail: Drop some __BOOTBLOCK__ guards | Kyösti Mälkki |
2019-09-29 | intel/fsp_baytrail: Drop unnecessary lookup for PCI 0:0.0 | Kyösti Mälkki |
2019-09-15 | src/soc: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-08-28 | intel/fsp_baytrail: Use smm_subregion() | Kyösti Mälkki |
2019-08-21 | intel/fsp1_0,baytrail,rangeley: Tidy up use of preprocessor | Kyösti Mälkki |
2019-08-20 | src: Remove variable length arrays | Jacob Garber |
2019-08-20 | devicetree: Remove duplicate chip_ops declarations | Kyösti Mälkki |
2019-08-15 | soc/intel: Rename some SMM support functions | Kyösti Mälkki |
2019-08-15 | cpu/x86/smm: Promote smm_memory_map() | Kyösti Mälkki |
2019-08-13 | cpu/x86: Separate save_state struct headers | Kyösti Mälkki |
2019-08-08 | fsp_baytrail/fsp_broadwell_de: Sort entries in Makefile.inc | hcl-coreboot |
2019-07-18 | soc/intel: Use config_of() | Kyösti Mälkki |
2019-07-17 | intel/fsp_baytrail: Avoid preprocessor with HAVE_SMI_HANDLER | Kyösti Mälkki |
2019-07-10 | soc/intel: Drop some HAVE_SMI_HANDLER guards | Kyösti Mälkki |
2019-07-09 | cpu/x86: Flip SMM_TSEG default | Kyösti Mälkki |
2019-07-09 | arch/x86: Avoid HAVE_SMI_HANDLER conditional with smm-class | Kyösti Mälkki |
2019-07-08 | intel/fsp_baytrail: Move TSC_MONOTONIC_TIMER | Kyösti Mälkki |
2019-05-23 | soc/intel/fsp_baytrail/romstage: Remove variable set but not used | Elyes HAOUAS |
2019-05-22 | post_code: add post code for hardware initialization failure | Keith Short |
2019-05-22 | post_code: add post code for invalid vendor binary | Keith Short |
2019-05-22 | soc/fsp_baytrail: fix flashconsole on platform | Matt DeVillier |
2019-05-13 | {bd82x6x,i82801gx,ibexpeak,lynxpoint}: Remove dead code and use macro | Elyes HAOUAS |
2019-04-23 | src: Use include <console/console.h> when appropriate | Elyes HAOUAS |
2019-04-23 | src: Add missing include 'console.h' | Elyes HAOUAS |
2019-04-08 | src/soc/intel/fsp_baytrail/smm.c: add bootstate entry for locking SMI | Michał Żygowski |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-03-29 | src: Use include <reset.h> when appropriate | Elyes HAOUAS |
2019-03-27 | Move calls to quick_ram_check() before CBMEM init | Kyösti Mälkki |
2019-03-21 | {northbridge, soc, southbridge}/intel: Make use of pci_dev_set_subsystem() | Subrata Banik |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-16 | drivers/intel/fsp1_0: Deduplicate code | Patrick Rudolph |
2019-03-12 | src: Drop unused 'include <arch/acpigen.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | soc/intel: Use simple PCI config access | Kyösti Mälkki |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-03-04 | arch/io.h: Drop unnecessary include | Kyösti Mälkki |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
2019-03-01 | ACPI: Rename FADT model and set it to zero | Elyes HAOUAS |
2019-02-28 | intel/spi: Switch to native PCI config accessors | Kyösti Mälkki |
2019-02-28 | intel/spi: Fix use of __SIMPLE_DEVICE__ | Kyösti Mälkki |
2019-02-25 | security/vboot: Add measured boot mode | Philipp Deppenwiese |
2019-02-21 | ACPI: Correct asl_compiler_revision value | Elyes HAOUAS |
2019-01-23 | Drop leftover debug function declarations | Kyösti Mälkki |
2019-01-13 | {mb,nb,soc/fsp_baytrail}: Get rid of dump_mem() | Elyes HAOUAS |
2019-01-10 | Untangle CBFS microcode updates | Nico Huber |
2019-01-06 | usbdebug: Make the EHCI debug console work in the bootblock | Arthur Heymans |
2019-01-06 | usbdebug: Refactor init calls | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_path_on_root() | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-30 | soc/intel: Fix ugly preprocessor macro | Kyösti Mälkki |
2018-12-19 | soc: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | soc: Remove unneeded include <pc80/mc146818rtc.h> | Elyes HAOUAS |
2018-12-05 | elog: make elog's SMM handler code follow everything else | Patrick Georgi |
2018-11-30 | cpu/intel/common: Use a common acpi/cpu.asl file | Arthur Heymans |
2018-11-30 | soc/intel/fsp_baytrail: Rework acpi/cpu.asl | Arthur Heymans |
2018-11-29 | arch/acpi.h: Add some update to version 6.2a | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <cbmem.h> | Elyes HAOUAS |
2018-11-16 | src: Remove unneeded include <console/console.h> | Elyes HAOUAS |
2018-11-16 | src: Get rid of duplicated includes | Elyes HAOUAS |
2018-11-12 | src: Remove unneeded include "{arch,cpu}/cpu.h" | Elyes HAOUAS |
2018-10-30 | src: Add missing include <stdint.h> | Elyes HAOUAS |
2018-10-24 | vboot: fix CONFIG_RESUME_PATH_SAME_AS_BOOT S3 resume logic | Joel Kitching |
2018-10-23 | src: Remove unneeded whitespace | Elyes HAOUAS |
2018-10-22 | intel: Use CF9 reset (part 1) | Patrick Rudolph |
2018-10-11 | src: Move common IA-32 MSRs to <cpu/x86/msr.h> | Elyes HAOUAS |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-10-08 | src: Use tabs for indentation | Elyes HAOUAS |
2018-10-05 | src: Fix MSR_PKG_CST_CONFIG_CONTROL register name | Elyes HAOUAS |
2018-09-13 | src/*/intel/: clarify Kconfig options regarding IFD | Stefan Tauner |
2018-08-27 | intel: Use common HPET table revision function | Marc Jones |
2018-08-27 | update all FADT version 3.0 to use the get tables function | Marc Jones |
2018-08-22 | cbtable: remove chromeos_acpi from cbtable | Joel Kitching |
2018-08-22 | acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry | Joel Kitching |
2018-07-30 | soc/intel/fsp_baytrail: Add VBOOT support | Philipp Deppenwiese |
2018-07-29 | soc/intel: Remove legacy static TPM asl code | Philipp Deppenwiese |
2018-07-24 | cpu/x86/mtrr.h: Rename MSR SMRR_PHYS_x to IA32_SMRR_PHYSx | Arthur Heymans |
2018-07-09 | src/soc: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |
2018-06-14 | src: Use of device_t is deprecated | Elyes HAOUAS |
2018-06-06 | arch/x86: Always select RELOCATABLE_MODULES | Kyösti Mälkki |
2018-06-06 | arch/x86: Flag platforms without RELOCATABLE_RAMSTAGE | Kyösti Mälkki |
2018-06-04 | src/soc: Get rid of whitespace before tab | Elyes HAOUAS |
2018-06-04 | src: Use "foo *bar" instead of "foo* bar" | Elyes HAOUAS |