Age | Commit message (Expand) | Author |
2020-05-01 | soc/intel/baytrail: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS |
2020-05-01 | soc/intel/baytrail: Fix 16-bit read/write PCI_COMMAND register | Elyes HAOUAS |
2020-05-01 | src: Remove unused 'include <cpu/x86/cache.h>' | Elyes HAOUAS |
2020-04-28 | device: Constify struct device * parameter to acpi_inject_dsdt | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to acpi_fill_ssdt() | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-28 | soc/baytrail/raminit: Populate SMBIOS type 17 tables | Matt DeVillier |
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/baytrail: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-04-05 | Drop explicit NULL initializations from `device_operations` | Elyes HAOUAS |
2020-04-02 | soc/intel/baytrail: add ACPI backlight support | Matt DeVillier |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-31 | security/vboot: relocate and rename vboot_platform_is_resuming() | Bill XIE |
2020-03-23 | acpi: Change Processor ACPI Name (Intel only) | Christian Walter |
2020-03-23 | src: capitalize 'APIC' | Elyes HAOUAS |
2020-03-18 | soc: Remove copyright notices | Patrick Georgi |
2020-03-04 | src: capitalize 'PCIe' | Elyes HAOUAS |
2020-03-03 | soc/baytrail: hook up smmstore | Matt DeVillier |
2020-02-24 | treewide: Capitalize 'CMOS' | Elyes HAOUAS |
2020-01-14 | sb/intel/common: Declare common smbus_base() and enable_smbus() | Kyösti Mälkki |
2020-01-14 | soc/intel/baytrail: Add SOUTHBRIDGE_INTEL_COMMON_SMBUS | Kyösti Mälkki |
2019-12-26 | src: Remove unused include <string.h> | Elyes HAOUAS |
2019-12-19 | arch/x86,soc/intel: Drop RESET_ON_INVALID_RAMSTAGE_CACHE | Kyösti Mälkki |
2019-12-19 | src: Remove unused 'include <arch/cpu.h>' | Elyes HAOUAS |
2019-12-19 | src/soc/intel: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-12-17 | src: Conditionally include TEVT | Frans Hendriks |
2019-12-14 | bootblock: Provide some common prototypes | Kyösti Mälkki |
2019-11-29 | soc/intel/baytrail: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-11-27 | soc/intel/baytrail: Don't reinitialize SPI after lockdown | Arthur Heymans |
2019-11-27 | soc/intel/baytrail: Use sb/intel/common/spi.c | Arthur Heymans |
2019-11-25 | Kconfig: Drop the C_ENVIRONMENT_BOOTBLOCK symbol | Arthur Heymans |
2019-11-22 | intel/smm: Provide common smm_relocation_params | Kyösti Mälkki |
2019-11-09 | arch/x86: Replace some __SMM__ guards | Kyösti Mälkki |
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-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-08 | device: Use scan_static_bus() over scan_lpc_bus() | Nico Huber |
2019-10-02 | intel/pci_devs: Regroup PCI xx_DEVID entries | Kyösti Mälkki |
2019-10-02 | intel/baytrail: Replace config_of(dev) with config_of_soc() | Kyösti Mälkki |
2019-09-15 | src/soc: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |
2019-09-13 | soc/intel: Remove some __PRE_RAM__ use | Kyösti Mälkki |
2019-09-13 | drivers/elog: Add elog_boot_notify() | Kyösti Mälkki |
2019-08-28 | google/rambi,intel/baytrail: Simplified romstage flow | Kyösti Mälkki |
2019-08-28 | soc/intel: Move fill_postcar_frame to memmap.c | Kyösti Mälkki |
2019-08-27 | intel/baytrail: Use smm_subregion() | Kyösti Mälkki |
2019-08-27 | intel/baytrail: Reorganize romstage.c | Kyösti Mälkki |
2019-08-26 | soc/intel: Use common romstage code | Kyösti Mälkki |
2019-08-26 | Split MAYBE_STATIC to _BSS and _NONZERO variants | Kyösti Mälkki |
2019-08-22 | arch/x86: Add <arch/romstage.h> | Kyösti Mälkki |
2019-08-21 | arch/x86: Rename some mainboard_romstage_entry() | 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-18 | cpu/intel: Enter romstage without BIST | 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-15 | arch/x86: Add postcar_frame_common_mtrrs() | Kyösti Mälkki |
2019-08-15 | cpu/intel: Refactor platform_enter_postcar() | Kyösti Mälkki |
2019-08-13 | cpu/x86: Separate save_state struct headers | Kyösti Mälkki |
2019-08-11 | arch/x86: Flip option NO_CAR_GLOBAL_MIGRATION | Kyösti Mälkki |
2019-08-11 | arch/x86: Enable POSTCAR_CONSOLE by default | Kyösti Mälkki |
2019-08-03 | intel/baytrail,broadwell: Move stage cache support function | Kyösti Mälkki |
2019-07-29 | soc/intel/baytrail: Prevent unintended sign extensions | Jacob Garber |
2019-07-26 | soc/intel/baytrail/Makefile.inc: Sort entries | Angel Pons |
2019-07-18 | soc/intel: Use config_of() | Kyösti Mälkki |
2019-07-09 | cpu/x86: Flip SMM_TSEG default | Kyösti Mälkki |
2019-07-04 | arch/x86: Adjust size of postcar stack | Kyösti Mälkki |
2019-06-02 | soc/intel/baytrail: set default VBIOS filename and PCI ID | Matt DeVillier |
2019-05-29 | src/soc: Add missing 'include <types.h>' | Elyes HAOUAS |
2019-05-29 | sb/intel/*: Delete early_spi | Patrick Rudolph |
2019-05-22 | soc/{baytrail/braswell/broadwell}: fix flashconsole on platform | Matt DeVillier |
2019-04-30 | vboot: refactor OPROM code | Joel Kitching |
2019-04-08 | soc/intel/baytrail: Correct array bounds check | Jacob Garber |
2019-04-06 | src: Use include <delay.h> when appropriate | Elyes HAOUAS |
2019-04-01 | vboot: Select CONFIG_VBOOT_OPROM_MATTERS in more cases | Julius Werner |
2019-03-22 | soc/intel/{baytrail,braswell}: Make use of generic set_subsystem() | 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 | src: Drop unused '#include <halt.h>' | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-06 | src: Drop unused include <arch/acpi.h> | Elyes HAOUAS |
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-04 | arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv field | Elyes HAOUAS |
2019-03-01 | device/pci: Fix PCI accessor headers | Kyösti Mälkki |
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-13 | soc/intel/baytrail: Don't use CAR_GLOBAL | Arthur Heymans |