Age | Commit message (Expand) | Author |
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 |
2019-02-12 | postcar: Make more use of postcar_frame_add_romcache() | Nico Huber |
2019-02-11 | soc/intel/baytrail: Use non-evict CAR setup | Arthur Heymans |
2019-01-23 | soc/intel/baytrail/romstage: Remove unneeded white space | Elyes HAOUAS |
2019-01-08 | cpu/intel/car: Prepare for C_ENVIRONMENT_BOOTBLOCK | Kyösti Mälkki |
2019-01-08 | arch/x86: Unify bootblock MMX register usage | Kyösti Mälkki |
2019-01-06 | device: Use pcidev_on_root() | Kyösti Mälkki |
2018-12-30 | arch/x86: Use a common timestamp.inc with romcc bootblocks | Kyösti Mälkki |
2018-12-30 | cpu/intel/car: Drop remains of setup_stack_and_mtrrs() | Kyösti Mälkki |
2018-12-28 | soc/intel: Drop romstage_after_car() | Kyösti Mälkki |
2018-12-24 | soc/intel/*: Select SUPPORT_CPU_UCODE_IN_CBFS only once | Arthur Heymans |
2018-12-20 | cpu/intel/common: decouple IA32_FEATURE_CONTROL lock from set_vmx() | Matt DeVillier |
2018-12-19 | soc: Remove useless include <device/pci_ids.h> | Elyes HAOUAS |
2018-12-18 | soc/baytrail: add vmx support via CPU_INTEL_COMMON | Matt DeVillier |
2018-12-05 | soc/intel/baytrail: Implement POSTCAR stage | Arthur Heymans |
2018-12-05 | soc/intel/baytrail: Use postcar_frame functions to set up frame | Arthur Heymans |
2018-12-05 | soc/intel/baytrail: Improve CAR setup | Arthur Heymans |
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/baytrail: Rework acpi/cpu.asl | Arthur Heymans |
2018-11-28 | soc/intel/{baytrail,broadwell}: Correct Chromeos RAM reservation | Frans Hendriks |
2018-11-23 | src/soc/intel/baytrail/southcluster.c: Replace fixed values by defines | Frans Hendriks |
2018-11-16 | src: Remove unneeded include <cbfs.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-09-11 | soc/intel/baytrail: Remove trailing space in log message | Paul Menzel |
2018-09-06 | chromeos/gnvs: remove function and naming cleanup | Joel Kitching |
2018-08-27 | intel: Use common HPET table revision 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-29 | soc/intel: Remove legacy static TPM asl code | Philipp Deppenwiese |
2018-07-25 | drivers/tpm: Add TPM ramstage driver for devices without vboot. | 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-29 | soc/intel/baytrail: Fix Kconfig for mrc.bin inclusion | Arthur Heymans |
2018-06-14 | src: Use of device_t is deprecated | Elyes HAOUAS |
2018-06-06 | arch/x86: Make RELOCATABLE_RAMSTAGE the default | Kyösti Mälkki |
2018-06-04 | security/tpm: Unify the coreboot TPM software stack | Philipp Deppenwiese |
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 |
2018-05-24 | soc/intel/baytrail: Get rid of device_t | Elyes HAOUAS |
2018-05-08 | {mb,nb,soc}: Remove references to pci_bus_default_ops() | Nico Huber |
2018-05-01 | chromeec platforms: Update ACPI thermal event handler call | Martin Roth |