summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/tangier
AgeCommit message (Expand)Author
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27acpi: acpi_table: Bump revisionsPatrick Rudolph
2024-10-27acpi: x86: Move MADT to common codePatrick Rudolph
2024-10-27acpi: x86: Write FADT in common codeMaximilian Brune
2024-10-18x86: Make default_print_cpuinfo be a weak alias for print_cpuinfoTom Rini
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2024-01-07acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-22x86: Prevent from missing the FADT chainingAndy Shevchenko
2023-09-22Reland "x86: Move FACP table into separate functions""Simon Glass
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass
2022-01-25x86: Move FACP table into separate functionsSimon Glass
2021-11-01x86: tangier: pinmux: Move error message to the callerAndy Shevchenko
2021-11-01x86: tangier: pinmux: Move is_protected assignment closer to its userAndy Shevchenko
2021-11-01x86: tangier: Enable support for SD/SDIO family in the pinmux driverAndy Shevchenko
2021-08-02x86: tangier: Fix DMA controller IRQ polarity in CSRTAndy Shevchenko
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-16x86: edison: Switch to DM_USB_GADGETAndy Shevchenko
2020-12-16x86: edison: Use dwc3-generic driver for Intel EdisonAndy Shevchenko
2020-12-16x86: edison: BINMAN selection is specific to the boardAndy Shevchenko
2020-12-16x86: tangier: Find proper memory region for relocationAndy Shevchenko
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-25x86: edison: Generate an image suitable for xFSTKSimon Glass
2020-07-17acpi: Allow creating the GNVS to failSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-01-17common: Move RAM-sizing functions to init.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-09-10x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko
2019-09-10x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko
2019-08-09x86: tangier: Populate CSRT for shared DMA controllerAndy Shevchenko
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko
2018-11-14sysreset: Remove DM_FLAG_PRE_RELOC flag in various driversBin Meng
2018-09-17x86: tangier: pinmux: add API to configure protected pinsGeorgii Staroselskii
2018-07-20x86: Switch to use DM sysreset driverBin Meng
2018-07-20x86: tangier: Add a sysreset driverBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-04-16x86: Rename e820entry to e820_entryBin Meng
2018-04-16x86: Use 'unsigned int' in install_e820_map() functionsBin Meng
2017-10-07x86: tangier: Enable ACPI support for Intel TangierAndy Shevchenko
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada