summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/tangier
AgeCommit message (Expand)AuthorFilesLines
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár1-1/+1
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko1-17/+8
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer1-4/+7
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass1-3/+6
2022-01-25x86: Move FACP table into separate functionsSimon Glass1-8/+17
2021-11-01x86: tangier: pinmux: Move error message to the callerAndy Shevchenko1-7/+3
2021-11-01x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko1-2/+1
2021-11-01x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko1-5/+34
2021-08-02x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko1-2/+2
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini2-5/+46
2020-12-16x86: edison: Switch to DM_USB_GADGETAndy Shevchenko1-4/+0
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko1-0/+3
2020-12-16x86: edison: BINMAN selection is specific to the boardAndy Shevchenko1-1/+0
2020-12-16x86: tangier: Find proper memory region for relocationAndy Shevchenko1-0/+43
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-25x86: edison: Generate an image suitable for xFSTKSimon Glass1-0/+1
2020-07-17acpi: Allow creating the GNVS to failSimon Glass1-1/+3
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-2/+2
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass1-0/+1
2019-12-03common: Move checkcpu() out of common.hSimon Glass1-0/+1
2019-09-10x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko1-1/+1
2019-09-10x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko1-1/+2
2019-08-09x86: tangier: Populate CSRT for shared DMA controllerAndy Shevchenko1-0/+38
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko1-1/+0
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng1-1/+0
2018-09-17x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii2-1/+195
2018-07-20x86: Switch to use DM sysreset driverBin Meng1-6/+0
2018-07-20x86: tangier: Add a sysreset driverBin Meng2-1/+49
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-14/+6
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-04-16x86: Rename e820entry to e820_entryBin Meng1-2/+2
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng1-2/+4
2017-10-07x86: tangier: Enable ACPI support for Intel TangierAndy Shevchenko2-0/+88
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-3/+3
2017-08-24x86: tangier: kconfig: Guard tangier-specific optionsBin Meng1-0/+4
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng1-0/+1
2017-08-01x86: tangier: kconfig: Imply platform specific driversBin Meng1-0/+7
2017-07-30x86: Add Intel Edison board filesAndy Shevchenko1-0/+4
2017-07-30x86: Add Intel Tangier supportFelipe Balbi5-0/+280