| Commit message (Expand) | Author | Age | Files | Lines |
* | src/mb: Update unlicensable files with the CC-PDDC SPDX ID | Martin Roth | 2022-08-13 | 2 | -0/+8 |
* | src: Remove unused <cf9_reset.h> | Elyes Haouas | 2022-05-16 | 1 | -1/+0 |
* | arch/x86: consolidate HPET base address definitions | Felix Held | 2022-02-25 | 2 | -2/+4 |
* | src/mainboard/{amd,roda}: Remove unused <acpi/acpi.h> | Elyes HAOUAS | 2022-01-10 | 1 | -1/+0 |
* | sb/intel: Use `bool` for PCIe coalescing option | Angel Pons | 2022-01-04 | 2 | -2/+2 |
* | mb/roda/rk9/acpi: Replace Multiply(a,b) with ASL 2.0 syntax | Felix Singer | 2022-01-01 | 1 | -1/+1 |
* | mb/roda/rk9/acpi: Replace Add(a,b,c) with ASL 2.0 syntax | Felix Singer | 2021-12-31 | 1 | -1/+1 |
* | mb/roda/rk886ex/acpi: Use Printf() for debug prints | Felix Singer | 2021-12-29 | 1 | -12/+12 |
* | mb/roda/rk9/acpi: Use Printf() for debug prints | Felix Singer | 2021-12-29 | 1 | -16/+16 |
* | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen | 2021-11-10 | 2 | -2/+2 |
* | cpu/intel/speedstep: Constify `get_cst_entries()` | Angel Pons | 2021-10-19 | 2 | -3/+3 |
* | drivers/generic/ioapic: Drop enable_virtual_wire | Kyösti Mälkki | 2021-10-17 | 1 | -1/+0 |
* | src/mainboard to src/security: Fix spelling errors | Martin Roth | 2021-10-05 | 2 | -2/+2 |
* | ec/acpi: Remove empty "chip" driver | Nico Huber | 2021-09-08 | 1 | -3/+0 |
* | mb/roda/rv11/acpi: Use lower case format for hex values | Felix Singer | 2021-08-25 | 1 | -4/+4 |
* | mb/roda/rv11/acpi: Use Printf () | Felix Singer | 2021-08-25 | 2 | -17/+8 |
* | ec/roda/it8518/acpi: Don't hard-code GPE offset | Nico Huber | 2021-07-28 | 1 | -1/+1 |
* | mb/*: Specify type of `VARIANT_DIR` once | Angel Pons | 2021-07-26 | 1 | -1/+0 |
* | mb/*: Specify type of `DEVICETREE` once | Angel Pons | 2021-07-26 | 1 | -1/+0 |
* | mb/*: Specify type of `MAINBOARD_PART_NUMBER` once | Angel Pons | 2021-07-26 | 3 | -3/+0 |
* | mb/*: Specify type of `MAINBOARD_DIR` once | Angel Pons | 2021-07-26 | 3 | -3/+0 |
* | src/*: Specify type of `CBFS_SIZE` once | Angel Pons | 2021-07-26 | 1 | -1/+0 |
* | arch/x86/ioapic: Drop irq_on_fsb as a configurable item | Kyösti Mälkki | 2021-06-16 | 1 | -1/+0 |
* | mb/*/mptable.c: Use smp_write_pci_intsrc() | Kyösti Mälkki | 2021-06-14 | 1 | -14/+14 |
* | mb/*/mptable.c: Replace magic constants | Kyösti Mälkki | 2021-06-14 | 1 | -16/+16 |
* | cpu/x86/lapic: Replace LOCAL_APIC_ADDR references | Kyösti Mälkki | 2021-06-11 | 1 | -1/+1 |
* | mainboard: Use decimal for `device lapic 0x0 on` | Angel Pons | 2021-05-18 | 2 | -2/+2 |
* | src: Match array format in function declarations and definitions | Patrick Georgi | 2021-05-13 | 1 | -1/+1 |
* | src: Retype option API to use unsigned integers | Angel Pons | 2021-05-06 | 1 | -1/+1 |
* | mb/**/early_init.c: Use get_int_option() | Angel Pons | 2021-04-21 | 1 | -2/+1 |
* | mb: guard irq_tables for clang-format | Patrick Georgi | 2021-02-17 | 1 | -0/+2 |
* | sandybridge MRC boards: Drop channel disable masks | Angel Pons | 2021-02-12 | 2 | -12/+0 |
* | nb/intel/sandybridge: Use common {DMI,EP,MCH}BAR accessors | Angel Pons | 2021-02-10 | 2 | -6/+6 |
* | sb/intel/i82801ix: Factor out common `acpi_fill_madt` | Angel Pons | 2021-02-01 | 1 | -31/+0 |
* | ACPI: Add top-level ASL | Kyösti Mälkki | 2021-01-27 | 3 | -0/+3 |
* | mb/roda/rk9: Convert to ASL 2.0 syntax | Elyes HAOUAS | 2021-01-26 | 5 | -146/+146 |
* | mb/roda/rv11: Convert to ASL 2.0 syntax | Elyes HAOUAS | 2021-01-26 | 2 | -23/+23 |
* | ACPI GNVS: Drop APIC, factor out MPEN | Kyösti Mälkki | 2021-01-20 | 1 | -2/+0 |
* | mb/apple,lenovo,roda: Drop reference to OSYS | Kyösti Mälkki | 2021-01-18 | 2 | -16/+0 |
* | ACPI: Select ACPI_SOC_NVS only where suitable | Kyösti Mälkki | 2021-01-18 | 4 | -4/+4 |
* | mb/x/acpi_tables: Rename to mainboard_fill_gnvs() | Kyösti Mälkki | 2021-01-10 | 3 | -3/+3 |
* | cpu/intel/model_206ax: Rename `cX_acpower` options | Angel Pons | 2021-01-06 | 2 | -6/+6 |
* | cpu/intel/model_206ax: Unify ACPI C-state options | Angel Pons | 2021-01-06 | 2 | -8/+0 |
* | mb/**/cmos.layout: Indent everything with tabs | Angel Pons | 2020-11-23 | 3 | -134/+134 |
* | mb/**/cmos.layout: Remove crusty comments | Angel Pons | 2020-11-23 | 3 | -85/+0 |
* | mb/roda/rk886ex: Convert *.asl to ASL 2.0 syntax | Elyes HAOUAS | 2020-11-04 | 5 | -206/+206 |
* | {src/mb,util/autoport}: Use macro for DSDT revision | Elyes HAOUAS | 2020-10-13 | 3 | -3/+3 |
* | mb/roda/rk886ex: Drop unneeded empty lines | Elyes HAOUAS | 2020-09-21 | 1 | -3/+0 |
* | nb/intel/sandybridge: Drop casts from DEFAULT_{MCHBAR,DMIBAR} | Angel Pons | 2020-09-17 | 2 | -4/+4 |
* | nb/intel/sandybridge: Drop invalid `DEFAULT_RCBABASE` macro | Angel Pons | 2020-09-17 | 2 | -2/+2 |