Age | Commit message (Expand) | Author |
2021-06-15 | cpu/intel/msr.h: Add license header | Angel Pons |
2021-06-14 | ACPI: Refactor use of global and device NVS | Kyösti Mälkki |
2021-06-14 | ChromeOS: Separate NVS from global GNVS | Kyösti Mälkki |
2021-06-14 | lib/hardwaremain.c: Hide preprocessor guards in header | Angel Pons |
2021-06-11 | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Drop read/write_around aliases | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Separate stop_this_cpu() | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_busy() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Add lapic_send_ipi() helper | Arthur Heymans |
2021-06-10 | cpu/x86/lapic: Do not inline some utility functions | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Add lapic_update32() helper | Kyösti Mälkki |
2021-06-10 | cpu/x86/lapic: Regroup LAPIC accessors | Kyösti Mälkki |
2021-06-10 | include/limits.h: Add file (read: borrow from Linux) | Angel Pons |
2021-06-10 | device/pnp: Always provide `pnp_unset_and_set_config` | Angel Pons |
2021-06-10 | stddef.h: Use compiler macros for built-in integer types | Jacob Garber |
2021-06-09 | device/dram: Add LPDDR4 utilities | Rob Barnes |
2021-06-09 | device: Add helper function is_devfn_enabled() | Subrata Banik |
2021-06-09 | cpu/x86/lapic: Add Kconfig choice LAPIC_ACCESS_MODE | Kyösti Mälkki |
2021-06-08 | acpi: drop weak implementation of acpi_soc_get_bert_region | Felix Held |
2021-06-08 | acpi: rework BERT ACPI table generation logic | Felix Held |
2021-06-08 | soc/intel: Add Alder Lake's GT device ID | Sridhar Siricilla |
2021-06-07 | cpu/x86/lapic: Declare start_cpu() static | Kyösti Mälkki |
2021-06-07 | acpi: rename acpi_soc_fill_bert and add return value | Felix Held |
2021-06-07 | acpi/device: Add ability to generate proper _STA for PowerResource | Raul E Rangel |
2021-06-01 | acpi: drop unused parameter from acpi_soc_fill_bert | Felix Held |
2021-05-30 | lib/rtc: Add sanity check for time and date | Werner Zeh |
2021-05-28 | option: Turn CMOS option backend into choice | Angel Pons |
2021-05-28 | cpu/x86/entry16.S: Make Intel CBnT TOCTOU safe | Arthur Heymans |
2021-05-27 | cbmem: Introduce "early" init hooks for console | Julius Werner |
2021-05-27 | lib/hexdump: remove hexdump32 and use hexdump instead | Felix Held |
2021-05-27 | acpi: add SRAT Generic Initiator Affinity structure | Jonathan Zhang |
2021-05-26 | soc/intel/elkhartlake: Update SA & IGD DIDs Table | Tan, Lean Sheng |
2021-05-26 | option: Decouple API from CMOS backend | Angel Pons |
2021-05-26 | option.h: Correct `get_uint_option` return type | Angel Pons |
2021-05-24 | device: Consider fw_config probing in `is_dev_enabled()` | Furquan Shaikh |
2021-05-24 | fw_config: Add helper function `fw_config_probe_dev` | Furquan Shaikh |
2021-05-21 | soc/intel/common: Add Alder Lake device IDs | Sumeet R Pawnikar |
2021-05-14 | soc/intel/alderlake: Update CPU and IGD Device IDs | Maulik V Vaghela |
2021-05-14 | src/acpi: Add initial support for HMAT | Jonathan Zhang |
2021-05-14 | acpi: Add acpigen_write_thermal_zone | Raul E Rangel |
2021-05-12 | include/console: Fix FSP Notify phase postcodes discrepancy | Subrata Banik |
2021-05-12 | include/console: Rename and update POST_ENTRY_RAMSTAGE postcode | Subrata Banik |
2021-05-12 | include/console: Fix duplicate entry of postcode 0x79 | Subrata Banik |
2021-05-10 | *x86: fix x2apic mode boot issue | Wonkyu Kim |
2021-05-10 | device: Drop unused `uma_memory_{base,size}` globals | Angel Pons |
2021-05-10 | src: Drop "This file is part of the coreboot project" lines | Angel Pons |
2021-05-06 | drivers/pc80/rtc/option.c: Constrain API to integer values | Angel Pons |
2021-05-06 | src: Retype option API to use unsigned integers | Angel Pons |
2021-05-06 | include/console: Align ramstage Boot State Machine postcodes | Subrata Banik |
2021-05-03 | device: Switch pci_dev_is_wake_source to take pci_devfn_t | Tim Wawrzynczak |
2021-04-30 | mb/google: Move ECFW_RW setting for non-ChromeEC boards | Kyösti Mälkki |
2021-04-30 | vc/google/chromeos: Refactor GNVS init | Kyösti Mälkki |
2021-04-30 | cpu/x86/msr: introduce helpers msr_read, msr_write | Michael Niewöhner |
2021-04-30 | src/acpi: Add APEI EINJ support | Rocky Phagura |
2021-04-28 | soc/intel: Add Z370, H310C and B365 device IDs | Angel Pons |
2021-04-28 | soc/intel: Add Kaby Lake PCH-U base device ID | Angel Pons |
2021-04-28 | soc/intel: Rename 200-series PCH device IDs | Angel Pons |
2021-04-23 | lib/espi_debug: Add espi_show_slave_peripheral_channel_configuration | Raul E Rangel |
2021-04-23 | option.h: Drop type-unsafe {get,set}_option() API | Angel Pons |
2021-04-22 | arch/x86/smbios: Let SMBIOS type 9 be able to write slot ID | JingleHsuWiwynn |
2021-04-22 | ACPI: Fix the devices scope in the SATC structure | John Zhao |
2021-04-21 | acpi: Add acpigen_write_LPI_package | Raul E Rangel |
2021-04-21 | acpi: Add acpi_osc.h | Raul E Rangel |
2021-04-21 | option.h: Introduce {get,set}_int_option() functions | Angel Pons |
2021-04-21 | commonlib/region: Turn addrspace_32bit into a more official API | Julius Werner |
2021-04-19 | cpu/x86/smm_loaderv2: Use the permanent stack top during relocation | Arthur Heymans |
2021-04-15 | *x86: Support x2apic mode | Wonkyu Kim |
2021-04-14 | Rename do_printk() to printk() | Nico Huber |
2021-04-14 | console: Always add printf-format attribute to printk() | Nico Huber |
2021-04-11 | spd.h: Move `DIMMx` macros to i440bx/raminit.h | Angel Pons |
2021-04-09 | include/assert.h: Use mock_assert() for ENV_TEST targets | Jakub Czapiga |
2021-04-06 | soc/intel/alderlake: Add LPC and IGD device Ids for Alderlake M | Maulik V Vaghela |
2021-04-06 | decompressor: Add CBFS_VERIFICATION support | Julius Werner |
2021-04-06 | cbfs: Simplify cbfs_load_and_decompress() and stop exporting it | Julius Werner |
2021-04-06 | include/rules.h: Add ENV_TEST definition | Jakub Czapiga |
2021-04-06 | include/cbfsglue.h: Use BIOS_INFO for LOG macro | Wim Vervoorn |
2021-04-06 | lib: Add obvious definition for `calloc` | Tim Wawrzynczak |
2021-04-05 | cbfs: Make `mdata` argument to cbfs_allocator_t const | Julius Werner |
2021-04-05 | device/dram/ddr3: Drop unused MRS helpers | Angel Pons |
2021-04-05 | spd.h: Remove unused definitions | Angel Pons |
2021-04-05 | device/dram/ddr4.h: Align with DDR3 and DDR2 | Angel Pons |
2021-04-05 | include/spd_ddr2.h: Remove unused and redundant file | Angel Pons |
2021-04-05 | device/dram/ddr3: Rename DDR3 SPD memory types | Angel Pons |
2021-04-05 | device/dram/ddr3: Get rid of useless typedefs | Angel Pons |
2021-03-28 | ACPI: Add SATC structure for DMAR table | John Zhao |
2021-03-24 | acpi: Add acpigen_write_PRT* helpers for generating _PRT entries | Tim Wawrzynczak |
2021-03-22 | acpi/acpigen.h: Add more intuitive AML package closing functions | Jakub Czapiga |
2021-03-19 | cpu/x86/mp_init.c: Drop unnecessary preprocessor usage | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init: Allow stub sizes larger than the save state size | Arthur Heymans |
2021-03-19 | cpu/x86/smm_loaderv2: Remove unused variables | Arthur Heymans |
2021-03-19 | cpu/x86/smm_module_hander: Set up a save state map | Arthur Heymans |
2021-03-19 | cpu/x86/smm_stub.S: Drop smm_runtime from the stub | Arthur Heymans |
2021-03-19 | cpu/x86/smm.h: Remove smm runtime pointer from smm_loader_params | Arthur Heymans |
2021-03-19 | cpu/x86/mp_init.c: Copy the stub parameter start32_offset into ramstage | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move apic_id_to_cpu map to smm_stub params | Arthur Heymans |
2021-03-18 | cpu/x86/smm_stub.S: Drop unused module_handler parameter | Arthur Heymans |
2021-03-18 | cpu/x86/smm: Move relocatable stub params | Arthur Heymans |
2021-03-17 | spd_bin: Replace get_spd_cbfs_rdev() with spd_cbfs_map() | Julius Werner |
2021-03-17 | program_loading: Replace prog_rdev() with raw start pointer and size | Julius Werner |
2021-03-17 | sar: Fix semantics of `get_wifi_sar_cbfs_filename()` | Furquan Shaikh |