| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl' | Elyes Haouas | 2022-10-12 | 1 | -1/+1 |
* | acpi/acpi_pm.c: refactor acpi_pm_state_for_* functions | Fabio Aiuto | 2022-09-27 | 2 | -2/+2 |
* | nb,soc/intel: Handle upper RAM boundary | Kyösti Mälkki | 2022-07-05 | 1 | -2/+1 |
* | soc/intel/baytrail,braswell,quark: Drop RES_IN_KIB | Kyösti Mälkki | 2022-07-05 | 1 | -22/+15 |
* | soc/intel/baytrail,braswell: Do resource transition | Kyösti Mälkki | 2022-06-26 | 2 | -15/+9 |
* | device/resource: Add _kb postfix for resource allocators | Kyösti Mälkki | 2022-06-22 | 3 | -10/+10 |
* | CBMEM: Change declarations for initialization hooks | Kyösti Mälkki | 2022-05-20 | 1 | -1/+1 |
* | soc/intel: Remove unused <cpu/x86/tsc.h> | Elyes HAOUAS | 2022-05-16 | 1 | -1/+0 |
* | soc/intel: Remove unused <acpi/acpi.h> | Elyes HAOUAS | 2022-04-24 | 2 | -2/+0 |
* | timestamps: Rename timestamps to make names more consistent | Jakub Czapiga | 2022-03-08 | 1 | -2/+2 |
* | src: Make PCI ID define names shorter | Felix Singer | 2022-03-07 | 12 | -12/+12 |
* | arch/x86: consolidate HPET base address definitions | Felix Held | 2022-02-25 | 1 | -1/+3 |
* | arch/x86: factor out and commonize HPET_BASE_ADDRESS definition | Felix Held | 2022-02-25 | 1 | -3/+0 |
* | soc/intel/baytrail,braswell/include/iomap: drop unused HPET_BASE_SIZE | Felix Held | 2022-02-25 | 1 | -1/+0 |
* | cpu/x86/lapic: Move LAPIC configuration to MP init | Kyösti Mälkki | 2022-02-05 | 1 | -3/+0 |
* | src/{drivers,soc}: Fix some code indents | Elyes HAOUAS | 2022-01-28 | 1 | -1/+1 |
* | src: Use 'stdint.h' when appropriate | Elyes HAOUAS | 2022-01-01 | 2 | -1/+2 |
* | soc/intel/baytrail,denverton_ns: Call setup_lapic() | Dmitry Ponamorev | 2021-12-15 | 1 | -0/+3 |
* | Rename ECAM-specific MMCONF Kconfigs | Shelley Chen | 2021-11-10 | 3 | -7/+7 |
* | soc/intel/baytrail: Make `num_cpus` unsigned | Angel Pons | 2021-11-05 | 1 | -1/+1 |
* | soc/intel: Replace bad uses of `find_resource` | Angel Pons | 2021-11-04 | 5 | -8/+8 |
* | cpu/x86/Kconfig: Remove unused CPU_ADDR_BITS | Arthur Heymans | 2021-11-03 | 1 | -4/+0 |
* | cpu/x86: Introduce and use `CPU_X86_LAPIC` | Felix Held | 2021-10-26 | 1 | -1/+0 |
* | cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCs | Felix Held | 2021-10-25 | 1 | -1/+0 |
* | soc/intel/baytrail: use mp_cpu_bus_init | Felix Held | 2021-10-22 | 3 | -5/+3 |
* | cpu/x86/mp_init: move printing of failure message into mp_init_with_smm | Felix Held | 2021-10-22 | 1 | -2/+2 |
* | cpu/x86/mp_init: use cb_err as mp_init_with_smm return type | Felix Held | 2021-10-21 | 1 | -1/+2 |
* | acpi/acpigen: Constify CST functions' pointers | Angel Pons | 2021-10-19 | 1 | -1/+1 |
* | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki | 2021-10-18 | 1 | -7/+0 |
* | soc/intel: drop P_BLK support | Michael Niewöhner | 2021-10-13 | 2 | -12/+2 |
* | src/soc to src/superio: Fix spelling errors | Martin Roth | 2021-10-05 | 1 | -1/+1 |
* | {sb,soc}/intel: Drop unused globalnvs.asl methods | Angel Pons | 2021-09-29 | 1 | -28/+0 |
* | {sb,soc}/intel: Drop PRMx from GNVS | Angel Pons | 2021-09-29 | 2 | -12/+12 |
* | {sb,soc}/intel: Drop LCKF from GNVS | Angel Pons | 2021-09-29 | 2 | -2/+2 |
* | soc/intel/baytrail: Always handle MRC as ELF file | Angel Pons | 2021-09-28 | 1 | -3/+6 |
* | soc/intel/baytrail: Drop invalid `VGA_BIOS_FILE` default | Angel Pons | 2021-09-27 | 1 | -5/+0 |
* | cpu/x86/tsc: Deduplicate Makefile logic | Angel Pons | 2021-09-08 | 1 | -1/+0 |
* | acpi: Fill fadt->century based on Kconfig | Nico Huber | 2021-08-19 | 1 | -1/+0 |
* | src: Introduce `ARCH_ALL_STAGES_X86` | Angel Pons | 2021-07-02 | 1 | -1/+0 |
* | src: Move `select ARCH_X86` to platforms | Angel Pons | 2021-06-30 | 1 | -0/+1 |
* | ACPI: Refactor use of global and device NVS | Kyösti Mälkki | 2021-06-14 | 3 | -4/+7 |
* | cpu/x86: Default to PARALLEL_MP selected | Kyösti Mälkki | 2021-06-07 | 1 | -1/+0 |
* | baytrail: Factor out INT15 handler | Angel Pons | 2021-05-20 | 3 | -0/+104 |
* | cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=y | Arthur Heymans | 2021-05-18 | 1 | -1/+0 |
* | soc/intel/baytrail/pmutil.c: Define __SIMPLE_DEVICE__ | Angel Pons | 2021-04-19 | 1 | -21/+3 |
* | device/dram/ddr3: Get rid of useless typedefs | Angel Pons | 2021-04-05 | 1 | -1/+1 |
* | cbfs: Remove prog_locate() for stages and rmodules | Julius Werner | 2021-03-16 | 1 | -5/+0 |
* | soc/intel/baytrail: Use cbmem_recovery() | Kyösti Mälkki | 2021-02-23 | 1 | -5/+6 |