aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu/tangier
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-205-5/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-195-0/+5
* global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2024-05-061-1/+0
* x86: Remove <common.h> and add needed includesTom Rini2024-05-065-5/+1
* acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt2024-01-071-6/+3
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-242-0/+2
* x86: Prevent from missing the FADT chainingAndy Shevchenko2023-09-221-5/+1
* Reland "x86: Move FACP table into separate functions""Simon Glass2023-09-221-8/+19
* common: return type board_get_usable_ram_topHeinrich Schuchardt2023-08-151-1/+1
* board_f: Fix types for board_get_usable_ram_top()Pali Rohár2022-09-231-1/+1
* Revert "x86: Move FACP table into separate functions"Andy Shevchenko2022-03-311-17/+8
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-091-4/+7
* x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass2022-01-251-3/+6
* x86: Move FACP table into separate functionsSimon Glass2022-01-251-8/+17
* x86: tangier: pinmux: Move error message to the callerAndy Shevchenko2021-11-011-7/+3
* x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko2021-11-011-2/+1
* x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko2021-11-011-5/+34
* x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko2021-08-021-2/+2
* Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-052-5/+46
|\
| * x86: edison: Switch to DM_USB_GADGETAndy Shevchenko2020-12-161-4/+0
| * x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko2020-12-161-0/+3
| * x86: edison: BINMAN selection is specific to the boardAndy Shevchenko2020-12-161-1/+0
| * x86: tangier: Find proper memory region for relocationAndy Shevchenko2020-12-161-0/+43
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
|/
* x86: edison: Generate an image suitable for xFSTKSimon Glass2020-09-251-0/+1
* acpi: Allow creating the GNVS to failSimon Glass2020-07-171-1/+3
* common: Drop log.h from common headerSimon Glass2020-05-182-0/+2
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* x86: Move acpi_table header to main include/ directorySimon Glass2020-04-161-2/+2
* common: Move RAM-sizing functions to init.hSimon Glass2020-01-171-0/+1
* common: Move checkcpu() out of common.hSimon Glass2019-12-021-0/+1
* x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko2019-09-101-1/+1
* x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko2019-09-101-1/+2
* x86: tangier: Populate CSRT for shared DMA controllerAndy Shevchenko2019-08-091-0/+38
* watchdog: tangier: Convert to use WDT classAndy Shevchenko2019-06-221-1/+0
* sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng2018-11-141-1/+0
* x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii2018-09-172-1/+195
* x86: Switch to use DM sysreset driverBin Meng2018-07-201-6/+0
* x86: tangier: Add a sysreset driverBin Meng2018-07-202-1/+49
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-14/+6
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* x86: Rename e820entry to e820_entryBin Meng2018-04-161-2/+2
* x86: Use 'unsigned int' in install_e820_map() functionsBin Meng2018-04-161-2/+4
* x86: tangier: Enable ACPI support for Intel TangierAndy Shevchenko2017-10-072-0/+88
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-3/+3
* x86: tangier: kconfig: Guard tangier-specific optionsBin Meng2017-08-241-0/+4
* x86: kconfig: Move USB to platform KconfigBin Meng2017-08-011-0/+1
* x86: tangier: kconfig: Imply platform specific driversBin Meng2017-08-011-0/+7
* x86: Add Intel Edison board filesAndy Shevchenko2017-07-301-0/+4
* x86: Add Intel Tangier supportFelipe Balbi2017-07-305-0/+280