Age | Commit message (Expand) | Author |
2023-08-06 | mainboard: Add SPDX license headers to Makefiles | Martin Roth |
2023-05-01 | mainboard/*: Drop USB power control bits in GNVS | Kyösti Mälkki |
2023-04-08 | sb/intel/i82801gx/chip.h: Use 'bool' instead of 'int' | Elyes Haouas |
2023-02-07 | tree: Drop repeated words | Alexander Goncharov |
2023-02-04 | mb/*: Replace SNB PCI devices with references from chipset.cb | Arthur Heymans |
2022-12-23 | mb,x86/smm: Disable unused IO traps | Kyösti Mälkki |
2022-12-07 | sb,soc/intel,mb: Drop leftover comments and TODOs in ASL | Kyösti Mälkki |
2022-12-07 | mb/*/smihandler.c: Drop unused <soc/nvs.h> | Kyösti Mälkki |
2022-12-05 | nb/intel/i945: Remove apic 0 from devicetree | Arthur Heymans |
2022-12-02 | nb/intel/i945: Use boolean for gpu_lvds_use_spread_spectrum_clock | Elyes Haouas |
2022-12-02 | sb/intel/i82801gx: Use boolean for ide_enable_{primary,secondary} | Elyes Haouas |
2022-12-01 | nb/intel/i945: Hook up PCI domain and CPU bus ops to devicetree | Arthur Heymans |
2022-11-30 | nb/intel/sandybridge: Add a chipset devicetree | Arthur Heymans |
2022-08-13 | src/mb: Update unlicensable files with the CC-PDDC SPDX ID | Martin Roth |
2022-01-04 | sb/intel: Use `bool` for PCIe coalescing option | Angel Pons |
2021-10-19 | cpu/intel/speedstep: Constify `get_cst_entries()` | Angel Pons |
2021-10-15 | mainboard: Drop invalid `VGA_BIOS_FILE` defaults | Angel Pons |
2021-07-26 | mb/*: Specify type of `MAINBOARD_PART_NUMBER` once | Angel Pons |
2021-07-26 | mb/*: Specify type of `MAINBOARD_DIR` once | Angel Pons |
2021-06-14 | mb/apple/macbookair4_2: Drop unnecessary select | Angel Pons |
2021-06-14 | mb/*/mptable.c: Replace magic constants | Kyösti Mälkki |
2021-06-11 | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki |
2021-06-07 | bd82x6x boards: Drop redundant `c2_latency` | Angel Pons |
2021-05-18 | mainboard: Use decimal for `device lapic 0x0 on` | Angel Pons |
2021-05-18 | mainboard: Use decimal for `device domain 0x0 on` | Angel Pons |
2021-05-18 | mainboard: Use decimal for `device cpu_cluster 0x0 on` | Angel Pons |
2021-05-04 | mb/*/Kconfig: Drop select USE_OPTION_TABLE | Patrick Rudolph |
2021-04-05 | sandybridge boards: Drop default `pci_mmio_size` | Angel Pons |
2021-02-15 | src/mb: Remove unused <console/console.h> | Elyes HAOUAS |
2021-02-09 | mb/apple/macbook21: Use common ACPI code | Evgeny Zinoviev |
2021-02-09 | mb/apple/macbookair4_2: Fix USB ports config | Evgeny Zinoviev |
2021-02-05 | mb/apple/macbookair4_2: Add ACPI support for EC | Evgeny Zinoviev |
2021-01-27 | ACPI: Add top-level ASL | Kyösti Mälkki |
2021-01-20 | mainboards: Drop GNVS cmap and cmbp | Kyösti Mälkki |
2021-01-18 | mb/apple,lenovo,roda: Drop reference to OSYS | Kyösti Mälkki |
2021-01-18 | mainboards: Move get_cst_entries() | Kyösti Mälkki |
2021-01-18 | ACPI: Select ACPI_SOC_NVS only where suitable | Kyösti Mälkki |
2021-01-10 | mb/x/acpi_tables: Rename to mainboard_fill_gnvs() | Kyösti Mälkki |
2021-01-06 | cpu/intel/model_206ax: Rename `cX_acpower` options | Angel Pons |
2021-01-06 | cpu/intel/model_206ax: Unify ACPI C-state options | Angel Pons |
2020-12-02 | cbfs: Simplify load/map API names, remove type arguments | Julius Werner |
2020-11-24 | mb/**/cmos.layout: Drop copy-pasted `volume` entries | Angel Pons |
2020-11-23 | mb/**/cmos.layout: Indent everything with tabs | Angel Pons |
2020-11-23 | mb/**/cmos.layout: Remove crusty comments | Angel Pons |
2020-10-13 | {src/mb,util/autoport}: Use macro for DSDT revision | Elyes HAOUAS |
2020-09-22 | mb/apple/macbook21/acpi: Convert *.asl to ASL 2.0 syntax | Elyes HAOUAS |
2020-09-08 | nb/intel/sandybridge: Use an enum for `gpu_panel_port_select` | Angel Pons |
2020-06-30 | ACPI: Drop typedef global_nvs_t | Kyösti Mälkki |
2020-06-30 | src/mb: Use macro for access_size | Elyes HAOUAS |
2020-06-22 | src/mainboard: Remove unused include 'sandybridge.h' | Elyes HAOUAS |
2020-06-15 | sandybridge boards: Factor out MAX_CPUS | Angel Pons |
2020-05-18 | mainboard/*/*/*.cb: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-18 | src: Remove leading blank lines from SPDX header | Elyes HAOUAS |
2020-05-13 | src: Remove unused '#include <stdint.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-05-09 | src/: Replace GPL boilerplate with SPDX headers | Patrick Georgi |
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-04 | mb/**/dsdt.asl: Drop unused BRIGHTNESS_{UP,DOWN} | Angel Pons |
2020-05-04 | mb/**/dsdt.asl: Drop unused ACPI_VIDEO_DEVICE | Angel Pons |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (3/5) | Furquan Shaikh |
2020-04-04 | mainboard/apple: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-29 | drivers/intel/gma/acpi: Provide default definition for displays | Nico Huber |
2020-03-24 | drivers/intel/gma: Ditch `link_frequency_270_mhz` setting | Nico Huber |
2020-03-20 | mb/**/gma-mainboard.ads: Use SPDX for GPL-2.0-or-later | Angel Pons |
2020-03-18 | mainboard/[a-f]*: Remove copyright notices | Patrick Georgi |
2020-03-09 | 3rdparty/libgfxinit: Update submodule pointer | Nico Huber |
2020-03-03 | mb/*/Kconfig: Factor out MAINBOARD_VENDOR | Angel Pons |
2020-02-17 | mb/apple/macbookair4_2: Add CMOS support | Evgeny Zinoviev |
2020-01-10 | src: Remove blank acpi_tables source files | Karthikeyan Ramasubramanian |
2020-01-02 | mb/*/*/acpi_tables: Remove unused includes | Elyes HAOUAS |
2020-01-02 | mb/**/hda_verb.{c,h}: use denary numerals for codec IDs | Angel Pons |
2019-12-31 | mb/**/dsdt.asl: Remove outdated sleepstates.asl comment | Angel Pons |
2019-12-21 | mb/**/dsdt.asl: Remove "Some generic macros" comment | Angel Pons |
2019-12-20 | src/mainboard: Remove unused '#include <device/pci.h>' | Elyes HAOUAS |
2019-12-19 | mb/*/{BiosCallOuts,mainboard,romstage}.c: Remove unused <device/pci_{def,ops}.h> | Elyes HAOUAS |
2019-12-19 | mb/*/*/early_init.c: Remove unused <device/pci_{def,ops}.h> | Elyes HAOUAS |
2019-12-16 | arch/x86: Make X86 stages select ARCH_X86 | Arthur Heymans |
2019-12-12 | mb/**/hda_verb.c: Clean up formatting | Angel Pons |
2019-12-11 | mb/**/hda_verb.c: use denary numerals for lengths | Angel Pons |
2019-11-23 | Kconfig: comply to Linux 5.3's Kconfig language rules | Patrick Georgi |
2019-11-18 | mb/apple/macbookair4_2: Drop unnecessary PCH config | Nico Huber |
2019-11-18 | nb/intel/sandybridge: Set up console in bootblock | Arthur Heymans |
2019-11-18 | nb/intel/sandybridge: Move to C_ENVIRONMENT_BOOTBLOCK | Arthur Heymans |
2019-11-18 | sb/intel/bd82x6x: Make the pch_enable_lpc hook optional | Arthur Heymans |
2019-11-18 | nb/intel/sandybridge: Make the mainboard_rcba_config hook optional | Arthur Heymans |
2019-11-18 | nb/intel/sandybridge: Make the mainboard_early_init hook optional | Arthur Heymans |
2019-11-17 | mb/{i945,ich7}: Remove redundant write on V0CTL | Elyes HAOUAS |
2019-11-15 | nb/intel/i945: Initialize console in bootblock | Arthur Heymans |
2019-11-15 | nb/intel/i945: Move boilerplate romstage to a common location | Arthur Heymans |
2019-11-14 | sb/intel/i82801gx: Add common early code | Arthur Heymans |
2019-11-12 | sb/intel/i82801gx: Add common LPC decode code | Arthur Heymans |
2019-11-04 | mb/*/*{bd82x6x/ibexpreak}: Use sb/intel/common/acpi/platform.asl | Arthur Heymans |
2019-11-01 | mb/apple/macbook21: Use DEBUG_RAM_SETUP | Elyes HAOUAS |
2019-11-01 | soc/intel/{IA-CPU/SOC}: Move sleepstates.asl into southbridge/intel/common/acpi | Subrata Banik |
2019-10-27 | mb/(ich7): Use macro instead of magic number | Elyes HAOUAS |
2019-10-25 | mb/*/*/smihandler: Remove bogus mainboard_io_trap_handler | Peter Lemenkov |
2019-10-25 | mb/*/*/smihandler: Remove bogus SMM init | Peter Lemenkov |
2019-10-11 | sb/intel/i82801gx: Move CIR init to a common place | Arthur Heymans |
2019-09-16 | src/mainboard: Remove unused include <device/pci_ops.h> | Elyes HAOUAS |