aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2014-11-21x86: ivybridge: Implement SDRAM initSimon Glass19-5/+1861
2014-11-21x86: ivybridge: Add LAPIC supportSimon Glass3-0/+163
2014-11-21x86: Make show_boot_progress() commonSimon Glass2-24/+24
2014-11-21x86: chromebook_link: Enable GPIO supportSimon Glass1-0/+3
2014-11-21x86: ivybridge: Add support for early GPIO initSimon Glass4-6/+158
2014-11-21x86: ivybridge: Add early init for PCH devicesSimon Glass7-1/+524
2014-11-21x86: dts: Add microcode updates for ivybridge CPUSimon Glass3-0/+1382
2014-11-21x86: ivybridge: Perform Intel microcode update on bootSimon Glass4-0/+177
2014-11-21x86: ivybridge: Check BIST value on bootSimon Glass1-0/+16
2014-11-21x86: ivybridge: Perform initial CPU setupSimon Glass4-0/+274
2014-11-21x86: Add msr read/write functions that use a structureSimon Glass1-0/+19
2014-11-21x86: Add clr/setbits functionsSimon Glass1-0/+49
2014-11-21x86: Tidy up coreboot header usageSimon Glass3-6/+6
2014-11-21x86: ivybridge: Add early LPC init so that serial worksSimon Glass5-0/+110
2014-11-21x86: pci: Allow configuration before relocationSimon Glass2-0/+63
2014-11-21x86: ivybridge: Enable PCI in early initSimon Glass3-0/+67
2014-11-21x86: Support use of PCI before relocationSimon Glass3-0/+31
2014-11-21x86: Refactor PCI to permit alternate initSimon Glass4-15/+46
2014-11-21x86: chromebook_link: Implement CAR support (cache as RAM)Simon Glass5-3/+311
2014-11-21x86: Emit post codes in startup code for ChromebooksSimon Glass3-1/+38
2014-11-21x86: Build a .rom file which can be flashed to an x86 machineSimon Glass1-0/+13
2014-11-21x86: Add chromebook_link boardSimon Glass10-0/+298
2014-11-21x86: Allow timer calibration to work on ivybridgeSimon Glass1-11/+21
2014-11-21x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada1-6/+6
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass4-15/+24
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2-29/+0
2014-11-21x86: Add processor functions to halt and get stack pointerSimon Glass1-0/+19
2014-11-21x86: Fix a warning with gcc 4.4.4Simon Glass1-0/+1
2014-11-21x86: Save TSC frequency in the global dataBin Meng2-0/+5
2014-11-21x86: Add quick TSC calibration via PITBin Meng2-0/+159
2014-11-21x86: Do TSC MSR calibration only for known/supported CPUsBin Meng1-7/+108
2014-11-21x86: Do CPU identification in the early phaseBin Meng3-47/+398
2014-11-21x86: Save the BIST value on resetSimon Glass3-4/+13
2014-11-21x86: Fix up some missing prototypesSimon Glass5-8/+14
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass3-7/+6
2014-11-21x86: Use the standard dram_init() functionSimon Glass2-9/+6
2014-11-21x86: Tidy up global descriptor table setupSimon Glass1-3/+16
2014-11-21x86: Invalidate TLB as early as possibleSimon Glass1-0/+3
2014-11-21x86: Remove board_init16() call which is not usedSimon Glass1-9/+1
2014-11-21x86: Remove REALMODE_BASE which is no longer usedSimon Glass1-1/+0
2014-10-28x86: Correct a few progress message nitsSimon Glass2-3/+3
2014-10-28x86: bootm: Support booting a 64-bit raw kernelSimon Glass1-2/+8
2014-10-28x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass4-48/+63
2014-10-28x86: Add support for starting 64-bit kernelSimon Glass4-1/+165
2014-10-28x86: Display basic CPU information on bootSimon Glass2-0/+71
2014-10-28x86: Bring in msr-index.h from linux 3.8Simon Glass1-2/+106
2014-10-28x86: Move paging functions into cpu.cSimon Glass3-30/+60
2014-10-27x86: Use correct printf() format string for uintptr_tSimon Glass1-1/+2
2014-10-27Provide option to avoid defining a custom version of uintptr_t.Gabe Black1-0/+5
2014-10-23dm: x86: Convert coreboot serial to use driver modelSimon Glass2-12/+2