aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2019-10-08x86: Rename some FSP functions to have an fsp_ prefixSimon Glass
2019-10-08x86: Rename existing FSP code to fsp1Simon Glass
2019-09-10x86: tangier: Fix off-by-one error when preparing CSRTAndy Shevchenko
2019-09-10x86: tangier: Reserve PCI ECAM in motherboard resourcesAndy Shevchenko
2019-09-10x86: show UEFI images involved in crashHeinrich Schuchardt
2019-09-10x86: qemu: Report high memory in the E820 tableBin Meng
2019-09-10x86: qemu: Support getting high memory sizeBin Meng
2019-09-10x86: qemu: Extract getting memory size to a separate routineBin Meng
2019-08-18x86: Remove x86 specific GD flags as they are not referenced at allStefan Roese
2019-08-11env: Rename environment.h to env_internal.hSimon Glass
2019-08-11env: Move TOTAL_MALLOC_LEN to environment.hSimon Glass
2019-08-09x86: slimbootloader: Set TSC information for tsc_timerPark, Aiden
2019-08-09x86: slimbootloader: Add serial driverPark, Aiden
2019-08-09x86: slimbootloader: Add memory configurationPark, Aiden
2019-08-09x86: Add new slimbootloader CPU typePark, Aiden
2019-08-09x86: tangier: Populate CSRT for shared DMA controllerAndy Shevchenko
2019-06-22watchdog: tangier: Convert to use WDT classAndy Shevchenko
2019-05-19x86: coreboot: make it possible to process unhandled tagsChristian Gmeiner
2019-05-09Fix spelling of available.Vagrant Cascadian
2019-05-08x86: Add a way to jump from TPL to SPLSimon Glass
2019-05-08x86: broadwell: Update PCH to work in TPLSimon Glass
2019-05-08x86: Support TPL in Intel common codeSimon Glass
2019-05-08x86: broadwell: Implement PCH_REQ_PMBASE_INFOSimon Glass
2019-05-08x86: ivybridge: Implement PCH_REQ_PMBASE_INFOSimon Glass
2019-05-08x86: Add common Intel code for SPLSimon Glass
2019-05-08x86: broadwell: Select refcode and CPU code for SPLSimon Glass
2019-05-08x86: broadwell: Allow booting from SPLSimon Glass
2019-05-08x86: Allow 16-bit init to be in TPLSimon Glass
2019-05-08x86: Add support for starting from SPL/TPLSimon Glass
2019-05-08x86: broadwell: Split CPU initSimon Glass
2019-05-08x86: broadwell: Move init of debug UART to cpu.cSimon Glass
2019-05-08x86: broadwell: Allow SDRAM init from SPLSimon Glass
2019-05-08x86: broadwell: Improve SDRAM debugging outputSimon Glass
2019-05-08x86: Add a way to reinit the cpuSimon Glass
2019-05-08x86: mp_init: Use proper error numbersSimon Glass
2019-05-08x86: Update a stale comment about ifdtoolSimon Glass
2019-05-08x86: start64: Fix copyright messageSimon Glass
2019-02-20x86: broadwell: Add support for serial I/O devicesSimon Glass
2019-02-20x86: broadwell: Don't bother probing the PCH for pinctrlSimon Glass
2019-02-20x86: broadwell: Add support for the ADSPSimon Glass
2019-02-20sound: x86: link: Add sound supportSimon Glass
2019-02-20x86: ivybridge: Add a way to get the HDA config settingSimon 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
2019-01-26linker: Modify linker scripts to be more genericTom Rini
2019-01-18x86: Kconfig: spelling fixesChris Packham
2018-12-10efi: payload: only init usb if necessaryBin Meng
2018-12-10coreboot: only init usb if necessaryThomas RIENOESSL
2018-12-10x86: make the LAPIC / IOAPIC construct switchable with KconfigHannes Schmelzer