aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-20109-110/+22
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-19109-22/+110
* global: Make <asm/global_data.h> include <asm/u-boot.h>Tom Rini2024-05-067-7/+0
* x86: Remove <common.h> and add needed includesTom Rini2024-05-06109-110/+29
* Merge patch series "Resolve issues with booting distros on x86"WIP/10Apr2024Tom Rini2024-04-101-0/+12
|\
| * x86: Enable SSE in 64-bit modeSimon Glass2024-04-101-0/+12
* | acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt2024-01-073-18/+9
|/
* Merge patch series "bootm: Refactoring to reduce reliance on CMDLINE (part A)"Tom Rini2023-12-133-12/+0
|\
| * arm: x86: Drop discarding of command linker-listsSimon Glass2023-12-133-12/+0
* | x86: coreboot: Add a sysinfo driverSimon Glass2023-11-281-0/+2
|/
* common: Drop linux/printk.h from common headerWIP/23Sep2023Simon Glass2023-09-242-0/+2
* x86: coreboot: Drop USB init on startupSimon Glass2023-09-222-4/+1
* x86: Set the CPU vendor in SPLSimon Glass2023-09-221-0/+7
* x86: coreboot: Rearrange arch_cpu_init()Simon Glass2023-09-221-3/+9
* x86: broadwell: Avoid initing the CPU twiceSimon Glass2023-09-221-5/+5
* x86: Add some log categoriesSimon Glass2023-09-221-0/+2
* x86: broadwell: Show the memory delaySimon Glass2023-09-221-1/+17
* x86: Prevent from missing the FADT chainingAndy Shevchenko2023-09-224-20/+4
* Reland "x86: Move FACP table into separate functions""Simon Glass2023-09-224-28/+70
* x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky2023-09-221-1/+1
* event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass2023-08-314-6/+19
* event: Convert existing spy records to simpleSimon Glass2023-08-314-22/+16
* common: return type board_get_usable_ram_topHeinrich Schuchardt2023-08-159-9/+9
* x86: qemu: Add required linux/sizes.h includeSimon Glass2023-08-092-0/+2
* Revert "x86: Switch QEMU over to use the bochs driver"Simon Glass2023-08-091-1/+1
* x86: Run QEMU machine setup in SPLSimon Glass2023-08-091-1/+1
* x86: Return mtrr_add_request() to its old purposeSimon Glass2023-08-011-1/+5
* x86: Switch QEMU over to use the bochs driverSimon Glass2023-07-171-1/+1
* x86: Convert some debug statements to use loggingSimon Glass2023-07-172-6/+8
* x86: Improve the trampoline in 64-bit modeSimon Glass2023-07-171-0/+19
* x86: Tidy up EFI code in interrupt_init()Simon Glass2023-07-171-12/+5
* x86: Allow listing MTRRs in SPLSimon Glass2023-07-171-0/+61
* Merge tag v2023.07-rc4 into nextTom Rini2023-06-129-43/+29
|\
| * x86: samus: Don't include audio and SATA in TPLSimon Glass2023-05-111-2/+2
| * x86: Simplify cpu_jump_to_64bit_uboot()Simon Glass2023-05-111-27/+5
| * x86: Support debug UART in 64-bit modeSimon Glass2023-05-111-0/+7
| * x86: ivybridge: Ensure LPC is available for GPIO baseSimon Glass2023-05-111-8/+9
| * dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass2023-05-114-4/+4
| * x86: Adjust search range for sysinfo tableSimon Glass2023-05-111-2/+2
* | x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLEDTroy Kisky2023-05-101-1/+1
|/
* dm: dts: Convert driver model tags to use new schemaSimon Glass2023-02-141-2/+2
* Correct SPL uses of USB_KEYBOARDSimon Glass2023-02-102-2/+2
* event: Correct dependencies on the EVENT frameworkTom Rini2023-01-184-0/+4
* global: Migrate CONFIG_X86_REFCODE_RUN_ADDR to CFGTom Rini2022-12-231-2/+2
* global: Migrate CONFIG_X86_REFCODE_ADDR to CFGTom Rini2022-12-231-1/+1
* global: Migrate CONFIG_X86_MRC_ADDR to CFGTom Rini2022-12-231-1/+1
* x86: cosmetic: Fix a typo in the reserve_arch() commentsBin Meng2022-12-141-1/+1
* Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass2022-10-315-8/+8
* x86: fix longjmp() implementationHeinrich Schuchardt2022-10-291-0/+5
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-172-6/+2