summaryrefslogtreecommitdiffstats
path: root/src/southbridge/intel
Commit message (Expand)AuthorAgeFilesLines
* sb/intel/bd82x6x/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-07-292-5/+5
* sb/intel/i82801ix/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-07-292-4/+4
* sb/intel/i82801jx/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-07-292-4/+4
* sb/intel/ibexpeak: Perform const correctnessBill XIE2022-07-141-1/+1
* commonlib: Substitude macro "__unused" in compiler.hBill XIE2022-07-141-1/+1
* intel/broadwell,lynxpoint: Change formula around 4 GiBKyösti Mälkki2022-06-221-1/+1
* sb/intel/i82801ix/smihandler.c: Remove dead incrementElyes Haouas2022-06-181-4/+0
* Replace some ENV_ROMSTAGE with ENV_RAMINITKyösti Mälkki2022-06-074-4/+4
* arch/x86/acpi: Consolidate POST code handlingAngel Pons2022-05-041-7/+1
* sb/intel/i82801dx/pci.c: Use pci_or_config16() and macrosElyes Haouas2022-04-291-6/+1
* sb/intel/{i82371eb/i82801dx}: select BOOT_DEVICE_NOT_SPI_FLASHArthur Heymans2022-04-272-0/+2
* southbridge/intel: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-04-242-2/+0
* sb/intel/i82801i/jx/chip.h: Use unsigned ints for bitfieldsArthur Heymans2022-03-252-13/+13
* timestamps: Rename timestamps to make names more consistentJakub Czapiga2022-03-081-2/+2
* sb/intel/common/firmware: Hook up adding 10GbE LAN firmwareJeff Daly2022-03-082-1/+51
* src: Make PCI ID define names shorterFelix Singer2022-03-0768-205/+205
* sb/intel/lynxpoint: Fix up commentAngel Pons2022-02-281-2/+2
* sb/intel/ibexpeak/early_pch.c: Use PCI_BASE_ADDRESS_0 macroElyes Haouas2022-02-251-1/+2
* nb/intel/ironlake: Fix sending HECI messagesArthur Heymans2022-02-251-9/+14
* arch/x86: consolidate HPET base address definitionsFelix Held2022-02-256-23/+34
* sb/intel/common/hpet: use HPET_BASE_ADDRESS definitionFelix Held2022-02-251-2/+2
* arch/x86/Kconfig: add HPET_MIN_TICKSFelix Held2022-02-256-6/+0
* nb/intel/ironlake: Move out HECI remainders into southbridgeAngel Pons2022-02-243-0/+7
* sb/intel/i82371eb: Constify pci_devfn_t devicesElyes Haouas2022-02-223-6/+3
* sb/intel/ibexpeak: Constify struct southbridge_intel_ibexpeak_configElyes Haouas2022-02-222-11/+7
* treewide: Get rid of CONFIG_AZALIA_MAX_CODECSElyes Haouas2022-02-226-18/+0
* nb/intel/ironlake/raminit_heci.c: Move to southbridge scopeAngel Pons2022-02-153-0/+226
* sb/intel/ibexpeak/azalia.c: Use 'pci_{and,or}_config'Elyes HAOUAS2022-02-121-31/+11
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-074-11/+11
* cpu/x86/smm: Add SMM_LEGACY_ASEGKyösti Mälkki2022-02-015-11/+7
* sb/intel/i82801dx: Add call i8259_setup()Kyösti Mälkki2022-01-311-2/+5
* sb/intel/common/firmware: Reword me_cleaner warningAngel Pons2022-01-171-1/+1
* src/{northbridge,southbridge}: Remove unused <console/console.h>Elyes HAOUAS2022-01-101-1/+0
* src/southbridge: Remove unused <delay.h>Elyes HAOUAS2022-01-056-6/+0
* src/southbridge: Remove unused <string.h>Elyes HAOUAS2022-01-056-6/+2
* sb/intel: Use `bool` for PCIe coalescing optionAngel Pons2022-01-046-10/+10
* src: Use 'stdint.h' when appropriateElyes HAOUAS2022-01-011-1/+0
* sb/intel/i82371eb/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-012-2/+2
* sb/intel/i82801ix/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-3/+3
* sb/intel/i82801jx/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-3/+3
* sb/intel/bd82x6x/acpi: Replace Add(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-311-3/+3
* southbridge/intel/bd82x6x/acpi: Use Printf() for debug printsFelix Singer2021-12-301-1/+1
* sb/intel/common/rcba_pirq: Use correct size_t length modifierPaul Menzel2021-12-231-1/+1
* sb/intel/lynxpoint: Update `intel_me_status()` signatureAngel Pons2021-12-184-29/+29
* sb/intel/lynxpoint/me.c: Refactor MEI CSR functionsAngel Pons2021-12-181-30/+31
* sb/intel/lynxpoint: Use unions for MEI registersAngel Pons2021-12-182-76/+69
* sb/intel/lynxpoint: Use unions for ME PCI registersAngel Pons2021-12-184-103/+87
* sb/intel/lynxpoint: Drop typedefs of enum typeAngel Pons2021-12-182-5/+5
* sb/intel/lynxpoint: Drop typedefs of struct typesAngel Pons2021-12-182-64/+64
* lynxpoint/broadwell: Use `azalia_codecs_init()`Angel Pons2021-11-112-15/+4