summaryrefslogtreecommitdiff
path: root/arch/x86/lib/mpspec.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-05-19common: 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-15dm: 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-15x86: Generate a valid MultiProcessor (MP) tableBin Meng1-0/+157
2015-07-15x86: Add MultiProcessor (MP) table APIsBin Meng1-0/+225