summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86: Add initial video device init for Intel GMASimon Glass2014-11-251-0/+2
* x86: Add GDT descriptors for option ROMsSimon Glass2014-11-251-19/+12
* x86: ivybridge: Add northbridge init functionsSimon Glass2014-11-252-1/+16
* x86: Drop some msr functions that we don't supportSimon Glass2014-11-251-11/+0
* x86: Add init for model 206AX CPUSimon Glass2014-11-252-0/+5
* x86: Add LAPIC setup codeSimon Glass2014-11-252-2/+123
* x86: Refactor interrupt_init()Bin Meng2014-11-251-0/+2
* x86: Remove cpu_init_r() for x86Bin Meng2014-11-251-2/+0
* x86: Add Intel speedstep and turbo mode codeSimon Glass2014-11-252-0/+120
* x86: ivybridge: Set up XHCI USBSimon Glass2014-11-251-0/+1
* x86: ivybridge: Set up EHCI USBSimon Glass2014-11-251-0/+1
* x86: ivybridge: Add SATA initSimon Glass2014-11-252-0/+60
* x86: ivybridge: Add PCH initSimon Glass2014-11-251-0/+49
* x86: Add a simple header file for ACPISimon Glass2014-11-251-0/+24
* x86: ivybridge: Add support for BD82x6x PCHSimon Glass2014-11-252-0/+27
* x86: Set up edge triggering on interrupt 9Simon Glass2014-11-251-0/+11
* x86: pci: Add handlers before and after a PCI hose scanSimon Glass2014-11-251-0/+3
* x86: Add ioapic.h headerSimon Glass2014-11-251-0/+38
* x86: ivybridge: Implement SDRAM initSimon Glass2014-11-218-0/+613
* x86: ivybridge: Add LAPIC supportSimon Glass2014-11-212-0/+160
* x86: ivybridge: Add support for early GPIO initSimon Glass2014-11-214-6/+158
* x86: ivybridge: Add early init for PCH devicesSimon Glass2014-11-214-1/+237
* x86: ivybridge: Perform Intel microcode update on bootSimon Glass2014-11-211-0/+20
* x86: ivybridge: Perform initial CPU setupSimon Glass2014-11-213-0/+144
* x86: Add msr read/write functions that use a structureSimon Glass2014-11-211-0/+19
* x86: Add clr/setbits functionsSimon Glass2014-11-211-0/+49
* x86: ivybridge: Add early LPC init so that serial worksSimon Glass2014-11-211-0/+48
* x86: pci: Allow configuration before relocationSimon Glass2014-11-211-0/+13
* x86: Support use of PCI before relocationSimon Glass2014-11-212-0/+10
* x86: Refactor PCI to permit alternate initSimon Glass2014-11-211-0/+11
* x86: chromebook_link: Implement CAR support (cache as RAM)Simon Glass2014-11-212-1/+133
* x86: Emit post codes in startup code for ChromebooksSimon Glass2014-11-211-0/+32
* x86: Add chromebook_link boardSimon Glass2014-11-211-0/+10
* x86: Replace fill_processor_name() with cpu_get_name()Simon Glass2014-11-212-3/+9
* x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-211-2/+0
* x86: Add processor functions to halt and get stack pointerSimon Glass2014-11-211-0/+19
* x86: Save TSC frequency in the global dataBin Meng2014-11-211-0/+1
* x86: Add quick TSC calibration via PITBin Meng2014-11-211-0/+3
* x86: Do CPU identification in the early phaseBin Meng2014-11-212-4/+169
* x86: Save the BIST value on resetSimon Glass2014-11-211-0/+1
* x86: Fix up some missing prototypesSimon Glass2014-11-211-0/+9
* x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-211-0/+1
* x86: Use the standard dram_init() functionSimon Glass2014-11-211-2/+2
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-282-3/+17
* x86: Add support for starting 64-bit kernelSimon Glass2014-10-281-0/+26
* x86: Display basic CPU information on bootSimon Glass2014-10-281-0/+7
* x86: Bring in msr-index.h from linux 3.8Simon Glass2014-10-281-2/+106
* x86: Move paging functions into cpu.cSimon Glass2014-10-281-0/+22
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-271-0/+5
* dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-231-10/+0
OpenPOWER on IntegriCloud