aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2023-09-24common: Drop linux/printk.h from common headerSimon Glass2-0/+2
2023-09-22x86: coreboot: Drop USB init on startupSimon Glass2-4/+1
2023-09-22x86: Set the CPU vendor in SPLSimon Glass1-0/+7
2023-09-22x86: coreboot: Rearrange arch_cpu_init()Simon Glass1-3/+9
2023-09-22x86: broadwell: Avoid initing the CPU twiceSimon Glass1-5/+5
2023-09-22x86: Add some log categoriesSimon Glass1-0/+2
2023-09-22x86: broadwell: Show the memory delaySimon Glass1-1/+17
2023-09-22x86: Prevent from missing the FADT chainingAndy Shevchenko4-20/+4
2023-09-22Reland "x86: Move FACP table into separate functions""Simon Glass4-28/+70
2023-09-22x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky1-1/+1
2023-08-31event: Use an event to replace last_stage_init()WIP/2023-08-31-replace-more-init-hooks-with-eventsSimon Glass4-6/+19
2023-08-31event: Convert existing spy records to simpleSimon Glass4-22/+16
2023-08-15common: return type board_get_usable_ram_topHeinrich Schuchardt9-9/+9
2023-08-09x86: qemu: Add required linux/sizes.h includeSimon Glass2-0/+2
2023-08-09Revert "x86: Switch QEMU over to use the bochs driver"Simon Glass1-1/+1
2023-08-09x86: Run QEMU machine setup in SPLSimon Glass1-1/+1
2023-08-01x86: Return mtrr_add_request() to its old purposeSimon Glass1-1/+5
2023-07-17x86: Switch QEMU over to use the bochs driverSimon Glass1-1/+1
2023-07-17x86: Convert some debug statements to use loggingSimon Glass2-6/+8
2023-07-17x86: Improve the trampoline in 64-bit modeSimon Glass1-0/+19
2023-07-17x86: Tidy up EFI code in interrupt_init()Simon Glass1-12/+5
2023-07-17x86: Allow listing MTRRs in SPLSimon Glass1-0/+61
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini9-43/+29
2023-05-11x86: samus: Don't include audio and SATA in TPLSimon Glass1-2/+2
2023-05-11x86: Simplify cpu_jump_to_64bit_uboot()Simon Glass1-27/+5
2023-05-11x86: Support debug UART in 64-bit modeSimon Glass1-0/+7
2023-05-11x86: ivybridge: Ensure LPC is available for GPIO baseSimon Glass1-8/+9
2023-05-11dm: Emit the arch_cpu_init_dm() even only before relocationSimon Glass4-4/+4
2023-05-11x86: Adjust search range for sysinfo tableSimon Glass1-2/+2
2023-05-10x86: cpu: qemu: qemu: remove SPL use with CONFIG_IS_ENABLEDTroy Kisky1-1/+1
2023-02-14dm: dts: Convert driver model tags to use new schemaSimon Glass1-2/+2
2023-02-10Correct SPL uses of USB_KEYBOARDSimon Glass2-2/+2
2023-01-18event: Correct dependencies on the EVENT frameworkTom Rini4-0/+4
2022-12-23global: Migrate CONFIG_X86_REFCODE_RUN_ADDR to CFGTom Rini1-2/+2
2022-12-23global: Migrate CONFIG_X86_REFCODE_ADDR to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_X86_MRC_ADDR to CFGTom Rini1-1/+1
2022-12-14x86: cosmetic: Fix a typo in the reserve_arch() commentsBin Meng1-1/+1
2022-10-31Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASESimon Glass5-8/+8
2022-10-29x86: fix longjmp() implementationHeinrich Schuchardt1-0/+5
2022-10-17dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2-6/+2
2022-09-23board_f: Fix types for board_get_usable_ram_top()Pali Rohár10-11/+11
2022-08-10common: Drop display_options.h from common headerSimon Glass1-0/+1
2022-06-23linker_lists: Rename sections to remove . prefixAndrew Scull3-9/+9
2022-06-06serial: Replace CONFIG_DEBUG_UART_BASE by CONFIG_VAL(DEBUG_UART_BASE)Pali Rohár1-1/+1
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull1-1/+1
2022-05-03pci: Map bars with offset and lengthAndrew Scull1-1/+1
2022-04-04Merge branch 'next'Tom Rini4-4/+12
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko4-68/+28
2022-03-10event: Convert arch_cpu_init_dm() to use eventsSimon Glass4-4/+12
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer2-10/+16