aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu/tangier
AgeCommit message (Expand)AuthorFilesLines
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-18common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-18common: 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-02common: 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