summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/i386
AgeCommit message (Expand)Author
2024-10-18x86: cpu: Mark a few functions staticAndy Shevchenko
2024-10-18x86: Ensure the CPU identity exists for timer initSimon Glass
2024-10-18x86: Show the CPU vendor in bdinfoSimon Glass
2024-10-11xpl: Rename spl_phase() to xpl_phase()Simon Glass
2024-08-26global_data: Remove pci_ram_topSimon Glass
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06x86: Remove <common.h> and add needed includesTom Rini
2023-09-22x86: cpu: i386: cpu: only set pci_ram_top if CONFIG_IS_ENABLED(PCI)Troy Kisky
2023-07-17x86: Tidy up EFI code in interrupt_init()Simon Glass
2023-05-11x86: Simplify cpu_jump_to_64bit_uboot()Simon Glass
2022-10-29x86: fix longjmp() implementationHeinrich Schuchardt
2021-07-15x86: Don't set up MTRRs if previously doneSimon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30x86: typo segementHeinrich Schuchardt
2021-01-05x86: Move call64 into its own sectionSimon Glass
2020-11-06x86: Show the interrupt pointer with 'irqinfo'Simon Glass
2020-09-25x86: cpu: Report address width from cpu_get_info()Simon Glass
2020-07-20x86: cpu: Remove unnecessary #ifdefsSimon Glass
2020-07-20x86: Move MP code into mp_initSimon Glass
2020-07-17x86: Store the coreboot table address in global_dataSimon Glass
2020-07-09x86: fsp: Reinit the FPU after FSP meminitSimon Glass
2020-05-18common: Drop asm/ptrace.h from common headerSimon Glass
2020-05-04x86: Move work-around out of cpu_jump_to_64bit_uboot()Simon Glass
2020-05-04x86: Move coreboot-table detection to common 32/64-bit codeSimon Glass
2020-04-30x86: Add a way to detect running from corebootSimon Glass
2020-04-30x86: Move coreboot-table detection into common codeSimon Glass
2020-04-30x86: cpu: Skip init code when chain loadingSimon Glass
2020-02-07x86: Give each driver an IRQ typeSimon Glass
2020-02-04x86: limit the fs segment to the pointer sizeMasahiro Yamada
2020-01-17common: Move hang() to the same header as panic()Simon Glass
2020-01-17common: Move ll_boot_init() to init.hSimon Glass
2019-12-15x86: Drop unnecessary interrupt code for TPLSimon Glass
2019-12-15x86: Drop unnecessary cpu code for TPLSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-11-03x86: Add a CPU init function for TPLSimon Glass
2019-09-10x86: show UEFI images involved in crashHeinrich Schuchardt
2019-05-09Fix spelling of available.Vagrant Cascadian
2019-05-08x86: Add a way to reinit the cpuSimon Glass
2019-02-12x86: Use the existing GDT in the ROM for 64-bit U-Boot properBin Meng
2019-02-12x86: Don't copy the cpu_call64() function to a hardcoded addressBin Meng
2019-02-12x86: Change 4-level page table base address to low memoryBin Meng
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-21x86: Force 32-bit jumps in interrupt handlersJ. Tang
2017-02-07x86: Move setjmp to the i386 directorySimon Glass
2017-02-07x86: Move call64 to the i386 directorySimon Glass
2017-02-06x86: Support jumping from SPL to U-BootSimon Glass
2017-02-06x86: Fix up CONFIG_X86_64 checkSimon Glass