summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2020-01-07x86: apl: Avoid accessing the PCI bus before it is probedSimon Glass
2019-12-15x86: apl: Add FSP supportSimon Glass
2019-12-15x86: apl: Add Kconfig and MakefileSimon Glass
2019-12-15x86: apl: Add P2SB driverSimon Glass
2019-12-15x86: apl: Add SPL/TPL initSimon Glass
2019-12-15x86: apl: Add a CPU driverSimon Glass
2019-12-15x86: apl: Add SPL loadersSimon Glass
2019-12-15x86: apl: Add PUNIT driverSimon Glass
2019-12-15x86: apl: Add PCH driverSimon Glass
2019-12-15x86: apl: Add LPC driverSimon Glass
2019-12-15x86: apl: Add ITSS driverSimon Glass
2019-12-15x86: apl: Add hostbridge driverSimon Glass
2019-12-15x86: apl: Add systemagent driverSimon Glass
2019-12-15x86: apl: Add UART driverSimon Glass
2019-12-15x86: apl: Add PMC driverSimon Glass
2019-12-15x86: Move qemu CPU fixup function into its own fileSimon Glass
2019-12-15x86: Add low-power subsystem (lpss) supportSimon Glass
2019-12-15x86: Add support for newer CAR schemesSimon Glass
2019-12-15x86: Allow interrupt to happen onceSimon Glass
2019-12-15x86: Update mrccache to support multiple cachesSimon Glass
2019-12-15x86: Define the SPL image startSimon Glass
2019-12-15x86: Move UCLASS_IRQ into a separate fileSimon Glass
2019-12-15x86: Drop unnecessary interrupt code for TPLSimon Glass
2019-12-15x86: Drop unnecessary cpu code for TPLSimon Glass
2019-12-15x86: timer: use a timer base of 0Simon Glass
2019-12-15x86: spi: Add helper functions for Intel Fast SPISimon Glass
2019-12-08x86: simplify ljmp to 32-bit codeMasahiro Yamada
2019-12-08x86: use data32 directive instead of macro for operand-size prefixMasahiro Yamada
2019-12-02common: Move board_get_usable_ram_top() out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02common: Move checkcpu() out of common.hSimon Glass
2019-11-03x86: Move CPU init to before spl_init()Simon Glass
2019-11-03x86: Add a CPU init function for TPLSimon Glass
2019-10-11x86: Reduce resetvec sizeSimon Glass
2019-10-11x86: Drop RESET_SEG_SIZESimon Glass
2019-10-11x86: Drop RESET_BASESimon Glass
2019-10-08x86: cpu: Don't include the cpu driver in TPLSimon Glass
2019-10-08x86: Add a function to set variable MTRRsSimon Glass
2019-10-08x86: Refactor mtrr_commit() to allow for shared codeSimon Glass
2019-10-08x86: Add new common CPU functions for turbo/burst modeSimon Glass
2019-10-08x86: Tidy up some duplicate MSR definesSimon Glass
2019-10-08x86: Add common functions for TDP and perf controlSimon Glass
2019-10-08x86: Use a common bus clock for Intel CPUsSimon Glass
2019-10-08x86: Add a common function to set CPU thermal targetSimon Glass
2019-10-08x86: Use a common definition of MSR_IA32_PERF_CTLSimon Glass
2019-10-08x86: pci: Drop the first parameter in pci_x86_r/w_config()Simon Glass
2019-10-08x86: Move acpi_s3.h to a common locationSimon Glass
2019-10-08x86: Rename turbo ratio MSR to MSR_TURBO_RATIO_LIMITSimon Glass