aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/mpspec.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-06x86: Remove <common.h> and add needed includesTom Rini1-1/+0
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+2
2017-02-06x86: Update mpspec to build on 64-bit machinesSimon Glass1-6/+6
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-1/+1
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass1-1/+1
2016-01-24x86: Use the IRQ device when setting up the mptableSimon Glass1-7/+7
2015-07-28x86: mpspec: Move writing ISA interrupt entry after PCIBin Meng1-5/+21
2015-07-28x86: mpspec: Allow platform to determine how PIRQ is connected to I/O APICBin Meng1-7/+17
2015-07-14x86: Generate a valid MultiProcessor (MP) tableBin Meng1-0/+157
2015-07-14x86: Add MultiProcessor (MP) table APIsBin Meng1-0/+225