summaryrefslogtreecommitdiffstats
path: root/src/mainboard/aopen
Commit message (Expand)AuthorAgeFilesLines
* mb/51nb to mb/bytedance: Add SPDX license headers to Kconfig filesMartin Roth2024-02-184-0/+8
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-2/+2
* mb/51nb to mb/gigabyte: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* aopen/dxplplusu: Use ACPI_COMMON_MADT_IOAPICKyösti Mälkki2023-04-262-9/+1
* sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPICKyösti Mälkki2023-04-151-2/+0
* tree: Replace And(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-234-10/+10
* tree: Replace Or(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-232-13/+13
* tree: Replace ShiftLeft(a,b) with ASL 2.0 syntaxFelix Singer2022-12-231-1/+1
* tree: Replace ShiftLeft(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-233-3/+3
* tree: Replace ShiftRight(a,b,c) with ASL 2.0 syntaxFelix Singer2022-12-232-2/+2
* mb/aopen/dxplplusu/acpi: Replace Store(a,b) with ASL 2.0 syntaxFelix Singer2022-12-143-49/+49
* mb/aopen/dxplplusu/acpi: Replace LEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-12-121-4/+4
* nb/intel/e7505: Hook up PCI domain and CPU ops to devicetreeKyösti Mälkki2022-11-301-0/+2
* ACPI MADT: Add LINT1 as NMI sourceKyösti Mälkki2022-11-251-1/+1
* mb/aopen/dxplplusu: Iterate CPUs for ACPI MADTKyösti Mälkki2022-11-161-10/+1
* aopen/dxplplusu: Add early GPIO settingsKyösti Mälkki2022-11-112-1/+109
* sb,soc/intel: Use acpi_create_madt_ioapic_from_hw()Kyösti Mälkki2022-11-101-16/+3
* Revert "mb/aopen/dxplplusu: Remove board"Kyösti Mälkki2022-11-0917-0/+920
* mb/aopen/dxplplusu: Remove boardArthur Heymans2022-11-0717-924/+0
* mb/aopen/dxplplusu/acpi: Replace LNotEqual(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-1/+1
* mb/aopen/dxplplusu/acpi: Replace LGreater(a,b) with ASL 2.0 syntaxFelix Singer2022-06-091-2/+2
* mb/aopen/dxplplusu/acpi: Replace Decrement() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* mb/aopen/dxplplusu/acpi: Replace Increment() with ASL 2.0 syntaxFelix Singer2022-01-011-1/+1
* mb/aopen/dxplplusu/acpi: Replace LOr() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* mb/aopen/dxplplusu/acpi: Replace LAnd() with ASL 2.0 syntaxFelix Singer2022-01-011-2/+2
* mb/aopen/dxplplusu/acpi: Replace Subtract(a,b,c) with ASL 2.0 syntaxFelix Singer2021-12-312-3/+3
* mb/*: Specify type of `MAINBOARD_PART_NUMBER` onceAngel Pons2021-07-261-1/+0
* mb/*: Specify type of `MAINBOARD_DIR` onceAngel Pons2021-07-261-1/+0
* aopen/dxplplusu: Fix IOAPIC in ASLKyösti Mälkki2021-05-071-1/+1
* arch/x86: Remove most C_ENV_BOOTBLOCK_SIZE limitsKyösti Mälkki2021-01-281-4/+0
* ACPI: Add top-level ASLKyösti Mälkki2021-01-271-0/+1
* {src/mb,util/autoport}: Use macro for DSDT revisionElyes HAOUAS2020-10-131-1/+1
* mb/aopen/dxplplusu: Drop dead codeAngel Pons2020-07-093-26/+0
* aopen/dxplplusu,intel/i82801dx: Select COMMON_FADTKyösti Mälkki2020-06-101-150/+0
* arch/x86: Declare permanent_smi_handler()Kyösti Mälkki2020-06-061-1/+1
* mb/aopen/dxplplusu: Control SMI related FADT entriesKyösti Mälkki2020-06-031-6/+7
* mainboard/*/*/*.cb: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-3/+0
* src: Remove leading blank lines from SPDX headerElyes HAOUAS2020-05-181-2/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-1113-13/+0
* src/: Replace GPL boilerplate with SPDX headersPatrick Georgi2020-05-092-19/+2
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-023-3/+3
* mainboard/aopen: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-0611-142/+23
* mainboard/[a-f]*: Remove copyright noticesPatrick Georgi2020-03-1812-14/+0
* mb/*/Kconfig: Factor out MAINBOARD_VENDORAngel Pons2020-03-031-1/+0
* aopen/dxplplusu,intel/e7505: Move mainboard_romstage_entry()Kyösti Mälkki2020-01-121-49/+0
* intel/e7505,i82801dx: Remove wrapper spd_read_byte()Kyösti Mälkki2020-01-121-5/+0
* src/mainboard/*.asl: Remove _HID / _ADR objects overlappingJonas Moehle2020-01-111-2/+0
* src/mainboard: Remove unused '#include <device/pci.h>'Elyes HAOUAS2019-12-202-2/+0
* mainboard: Add missing include <device/pci_def.h>Elyes HAOUAS2019-12-201-0/+1
* Kconfig: comply to Linux 5.3's Kconfig language rulesPatrick Georgi2019-11-231-1/+1