aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail
AgeCommit message (Expand)Author
2023-02-09arch/x86/include/cpu: introduce CPU_TABLE_END CPU table terminatorFelix Held
2023-02-08arch/x86/cpu: introduce and use device_match_maskFelix Held
2023-02-01treewide: Remove duplicated include <device/pci.h>Elyes Haouas
2023-01-21soc/intel/baytrail: Fix indentation for the PMC (pm.h) macrosElyes Haouas
2023-01-12treewide: Remove unused <cpu/x86/smm.h>Elyes Haouas
2023-01-03soc/intel/baytrail: add _HRV to GPIO ACPI devicesMatt DeVillier
2023-01-03soc/intel/baytrail: add _HRV to I2C ACPI devicesMatt DeVillier
2022-12-27tree/acpi: Replace constant "Zero" with actual numberFelix Singer
2022-12-27{acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer
2022-12-26soc/intel/baytrail/acpi: Replace Index(a, b) with ASL 2.0 syntaxElyes Haouas
2022-12-23tree: Replace And(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-23tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-23tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-23tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-19tree: Replace LAnd(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-14soc/intel/baytrail/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-13soc/intel/baytrail/pmutil.c: Use {read,write}32p()Elyes Haouas
2022-12-12soc/intel/acpi: Replace Multiply(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Subtract(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12{soc,superio}/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Add(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/baytrail/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer
2022-12-12soc/intel/acpi: Replace Decrement(a) with ASL 2.0 syntaxFelix Singer
2022-12-07sb,soc/intel,mb: Drop leftover comments and TODOs in ASLKyösti Mälkki
2022-12-07mb,sb,soc/intel: Drop useless IO trap handlersKyösti Mälkki
2022-11-28sb,soc/intel: Drop spurious SMI entry messageKyösti Mälkki
2022-11-28sb,soc/intel: Address TCO SECOND_TO_STS name collisionKyösti Mälkki
2022-11-28sb,soc/intel: Apply transitional flag TCO_SPACE_NOT_YET_SPLITKyösti Mälkki
2022-11-26src/soc/intel: Remove unnecessary space after castsElyes Haouas
2022-11-25ACPI MADT: Add LINT1 as NMI sourceKyösti Mälkki
2022-11-18cbmem_top_chipset: Change the return value to uintptr_tElyes Haouas
2022-11-10sb,soc/intel: Use acpi_create_madt_ioapic_from_hw()Kyösti Mälkki
2022-11-04soc/intel: Include <cpu/cpu.h> instead of <arch/cpu.h>Elyes Haouas
2022-10-31soc: Add SPDX license headers to MakefilesMartin Roth
2022-10-15treewide: Use 'fadt->x_pm2_cnt_blk.addrl = fadt->pm2_cnt_blk'Felix Held
2022-10-15treewide: Use 'fadt->x_pm1a_evt_blk.addrl = fadt->pm1a_evt_blk'Felix Held
2022-10-12treewide: Use 'fadt->x_pm1a_cnt_blk.addrl = fadt->pm1a_cnt_blk'Elyes Haouas
2022-10-12treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas
2022-10-12treewide: Use 'gpe0_blk' for 'x_gpe0_blk.addrl'Elyes Haouas
2022-09-27acpi/acpi_pm.c: refactor acpi_pm_state_for_* functionsFabio Aiuto
2022-07-05nb,soc/intel: Handle upper RAM boundaryKyösti Mälkki
2022-07-05soc/intel/baytrail,braswell,quark: Drop RES_IN_KIBKyösti Mälkki
2022-06-26soc/intel/baytrail,braswell: Do resource transitionKyösti Mälkki
2022-06-22device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki
2022-05-20CBMEM: Change declarations for initialization hooksKyösti Mälkki
2022-05-16soc/intel: Remove unused <cpu/x86/tsc.h>Elyes HAOUAS
2022-04-24soc/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS
2022-03-08timestamps: Rename timestamps to make names more consistentJakub Czapiga
2022-03-07src: Make PCI ID define names shorterFelix Singer
2022-02-25arch/x86: consolidate HPET base address definitionsFelix Held
2022-02-25arch/x86: factor out and commonize HPET_BASE_ADDRESS definitionFelix Held
2022-02-25soc/intel/baytrail,braswell/include/iomap: drop unused HPET_BASE_SIZEFelix Held
2022-02-05cpu/x86/lapic: Move LAPIC configuration to MP initKyösti Mälkki
2022-01-28src/{drivers,soc}: Fix some code indentsElyes HAOUAS
2022-01-01src: Use 'stdint.h' when appropriateElyes HAOUAS
2021-12-15soc/intel/baytrail,denverton_ns: Call setup_lapic()Dmitry Ponamorev
2021-11-10Rename ECAM-specific MMCONF KconfigsShelley Chen
2021-11-05soc/intel/baytrail: Make `num_cpus` unsignedAngel Pons
2021-11-04soc/intel: Replace bad uses of `find_resource`Angel Pons
2021-11-03cpu/x86/Kconfig: Remove unused CPU_ADDR_BITSArthur Heymans
2021-10-26cpu/x86: Introduce and use `CPU_X86_LAPIC`Felix Held
2021-10-25cpu,soc/x86: always include cpu/x86/mtrr on x86 CPUs/SoCsFelix Held
2021-10-22soc/intel/baytrail: use mp_cpu_bus_initFelix Held
2021-10-22cpu/x86/mp_init: move printing of failure message into mp_init_with_smmFelix Held
2021-10-21cpu/x86/mp_init: use cb_err as mp_init_with_smm return typeFelix Held
2021-10-19acpi/acpigen: Constify CST functions' pointersAngel Pons
2021-10-18ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki
2021-10-13soc/intel: drop P_BLK supportMichael Niewöhner
2021-10-05src/soc to src/superio: Fix spelling errorsMartin Roth
2021-09-29{sb,soc}/intel: Drop unused globalnvs.asl methodsAngel Pons
2021-09-29{sb,soc}/intel: Drop PRMx from GNVSAngel Pons
2021-09-29{sb,soc}/intel: Drop LCKF from GNVSAngel Pons
2021-09-28soc/intel/baytrail: Always handle MRC as ELF fileAngel Pons
2021-09-27soc/intel/baytrail: Drop invalid `VGA_BIOS_FILE` defaultAngel Pons
2021-09-08cpu/x86/tsc: Deduplicate Makefile logicAngel Pons
2021-08-19acpi: Fill fadt->century based on KconfigNico Huber
2021-07-02src: Introduce `ARCH_ALL_STAGES_X86`Angel Pons
2021-06-30src: Move `select ARCH_X86` to platformsAngel Pons
2021-06-14ACPI: Refactor use of global and device NVSKyösti Mälkki
2021-06-07cpu/x86: Default to PARALLEL_MP selectedKyösti Mälkki
2021-05-20baytrail: Factor out INT15 handlerAngel Pons
2021-05-18cpu/x86: Only include smm code if CONFIG_HAVE_SMI_HANDLER=yArthur Heymans
2021-04-19soc/intel/baytrail/pmutil.c: Define __SIMPLE_DEVICE__Angel Pons
2021-04-05device/dram/ddr3: Get rid of useless typedefsAngel Pons
2021-03-16cbfs: Remove prog_locate() for stages and rmodulesJulius Werner
2021-02-23soc/intel/baytrail: Use cbmem_recovery()Kyösti Mälkki
2021-02-23soc/intel/baytrail: Use a variable for s3resumeKyösti Mälkki
2021-02-16soc/intel/{baytrail,braswell,broadwell}: Remove unused <string.h>Elyes HAOUAS
2021-02-16vc/google/chromeos: Always use CHROMEOS_RAMOOPS_DYNAMICKyösti Mälkki
2021-02-16nb,soc/intel: Switch to CHROMEOS_RAMOOPS_DYNAMICKyösti Mälkki
2021-02-16soc/intel: Switch guard to CHROMEOS_RAMOOPSKyösti Mälkki
2021-02-16ACPI: Add acpi_reset_gnvs_for_wake()Kyösti Mälkki
2021-02-16soc/intel/baytrail,braswell: Drop aliases on MMCONF_BASE_ADDRESSKyösti Mälkki
2021-02-15soc/intel: Remove unused <console/console.h>Elyes HAOUAS
2021-02-11ACPI: Move PICM declarationKyösti Mälkki
2021-02-11sb,soc/intel: Drop OSYS from GNVSKyösti Mälkki
2021-02-11mainboards: Drop PWRS from GNVSKyösti Mälkki
2021-02-08soc/intel/{baytrail,broadwell}: Add missing <cbmem.h>Angel Pons