aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass
2023-02-10Correct SPL uses of USB_KEYBOARDSimon Glass
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini
2022-12-23global: Migrate CONFIG_X86_REFCODE_RUN_ADDR to CFGTom Rini
2022-12-23global: Migrate CONFIG_X86_REFCODE_ADDR to CFGTom Rini
2022-12-23global: Migrate CONFIG_X86_MRC_ADDR to CFGTom Rini
2022-12-14x86: cosmetic: Fix a typo in the reserve_arch() commentsBin Meng
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass
2022-10-29x86: fix longjmp() implementationHeinrich Schuchardt
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár
2022-08-10common: Drop display_options.h from common headerSimon Glass
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull
2022-06-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull
2022-05-03pci: Map bars with offset and lengthAndrew Scull
2022-04-04Merge branch 'next'Tom Rini
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass
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
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2022-01-15x86: efi: Don't use the 64-bit link script for the EFI appSimon Glass
2022-01-15x86: efi: Tweak the code used for the 64-bit EFI appSimon Glass
2022-01-15x86: efi: Update efi_get_next_mem_desc() to avoid needing a mapSimon Glass
2022-01-13bloblist: Rename the SPL tagSimon Glass
2022-01-12x86: pci: Use PCI_CONF1_ADDRESS() macroPali Rohár
2021-12-31x86: efi: Show the system-table revisionSimon Glass
2021-11-07x86: Don't duplicate global_ptr in 64-bit EFI appSimon Glass
2021-11-07efi: Create a 64-bit appSimon Glass
2021-11-07x86: Create a 32/64-bit selection for the appSimon 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-10-31bootstage: Add SPL supportMarek Vasut
2021-10-21x86: Show some EFI info with the bdinfo commandSimon Glass
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-25treewide: Try to avoid the preprocessor with OF_REALSimon Glass
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-09-25treewide: fdt: Move fdt_get_config_... to ofnode_conf_read...Simon Glass
2021-09-17x86: quark: MRC: Remove U_BOOT_DATE and U_BOOT_TIME from debug logPali Rohár
2021-09-04spi: Rename SPI_SUPPORT to SPISimon Glass
2021-09-04pch: Rename PCH_SUPPORT to PCHSimon Glass
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-08-03x86: queensbay: Return directly if IGD / SDVO were already disabledBin Meng
2021-08-02x86: mtrr: Abort if requested size is not power of 2Bin Meng
2021-08-02x86: mtrr: Skip MSRs that were already programmed in mtrr_commit()Bin Meng
2021-08-02x86: mtrr: Do not clear the unused ones in mtrr_commit()Bin Meng
2021-08-02x86: tsc: Rename X86_TSC_TIMER_EARLY_FREQ to X86_TSC_TIMER_FREQBin Meng