summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/baytrail
AgeCommit message (Expand)Author
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2020-04-16x86: Move acpi_s3.h to include/acpi/Simon Glass
2020-01-17common: Move ll_boot_init() to init.hSimon Glass
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2018-11-14cpu: Add DM_FLAG_PRE_RELOC flag to various cpu driversBin Meng
2018-07-20x86: Switch to use DM sysreset driverBin Meng
2018-06-17x86: baytrail: Drop EFI-specific test logicsBin Meng
2018-06-13x86: Conditionally build the pinctrl_ich6 driverBin Meng
2018-06-13x86: baytrail: Correct the comment of IACORE_VIDS bit rangesBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-12-12ata: Migrate CONFIG_SCSI_AHCI to KconfigTuomas Tynkkynen
2017-10-19x86: baytrail: fsp: Move Azalia update codes to boardBin Meng
2017-10-19x86: baytrail: fsp: Use a function to update the Azalia config pointerBin Meng
2017-10-19x86: fsp: Consolidate Azalia header fileBin Meng
2017-10-19x86: baytrail: Fix unstable ACPI S3 resumeBin Meng
2017-09-02x86: baytrail: acpi: Add full reset bit to the reset register value in FADTBin Meng
2017-08-24x86: baytrail: Fix turbo enableBin Meng
2017-08-15env: Convert CONFIG_ENV_IS_IN... to a choiceSimon Glass
2017-08-01x86: Switch all boards to use DM SCSIBin Meng
2017-08-01x86: Convert MMC to driver modelSimon Glass
2017-08-01x86: Convert INTEL_ICH6_GPIO to KconfigBin Meng
2017-08-01x86: kconfig: Move USB to platform KconfigBin Meng
2017-08-01x86: baytrail: kconfig: Imply platform specific driversBin Meng
2017-08-01x86: kconfig: Imply ENABLE_MRC_CACHE in the platform KconfigBin Meng
2017-08-01x86: kconfig: Select ARCH_MISC_INIT in the platform KconfigBin Meng
2017-08-01x86: kconfig: Imply HAVE_INTEL_ME in the platform KconfigBin Meng
2017-07-30x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko
2017-07-25Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigSimon Glass
2017-06-27Revert "x86: Convert MMC to driver model"Bin Meng
2017-06-05x86: baytrail: Fix boot hang with a debug buildBin Meng
2017-06-05x86: baytrail: Change lpe/lpss-sio/scc FSP properties to integerBin Meng
2017-06-05x86: baytrail: Use macros instead of magic numbers for FSP settingsBin Meng
2017-06-05x86: baytrail: Remove "serial-debug-port-*" settingsBin Meng
2017-06-05x86: baytrail: Change "fsp, mrc-init-tseg-size" default value to 1Bin Meng
2017-05-17x86: Convert MMC to driver modelSimon Glass
2017-05-17x86: baytrail: acpi: Add APIs for determining/clearing sleep stateBin Meng
2016-10-19cpu: Add get_vendor callbackAlexander Graf
2016-10-11x86: baytrail: Add 2nd eMMC controller to the PCI probe listStefan Roese
2016-09-23x86: squash lines for immediate returnMasahiro Yamada
2016-08-16x86: baytrail: Add SIO HS-UART clock setupStefan Roese
2016-07-12x86: baytrail: Introduce ACPI global NVSBin Meng
2016-07-12x86: baytrail: Introduce a Kconfig option for the internal UARTBin Meng
2016-05-30x86: baytrail: acpi: Fix I/O APIC ID in the MADT tableBin Meng
2016-05-23x86: Unify reserve_arch() for all x86 boardsBin Meng
2016-05-23x86: baytrail: Generate ACPI FADT/MADT tablesBin Meng
2016-01-28x86: baytrail: Add option to disable the internal UART to setup_early_uart()Stefan Roese
2016-01-24dm: x86: Set up interrupt routing from interrupt_init()Simon Glass