summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeLines
...
| * x86: Support use of PCI before relocationSimon Glass2014-11-21-0/+31
| * x86: Refactor PCI to permit alternate initSimon Glass2014-11-21-15/+46
| * x86: chromebook_link: Implement CAR support (cache as RAM)Simon Glass2014-11-21-3/+311
| * x86: Emit post codes in startup code for ChromebooksSimon Glass2014-11-21-1/+38
| * x86: Build a .rom file which can be flashed to an x86 machineSimon Glass2014-11-21-0/+13
| * x86: Add chromebook_link boardSimon Glass2014-11-21-0/+298
| * x86: Allow timer calibration to work on ivybridgeSimon Glass2014-11-21-11/+21
| * x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-21-6/+6
| * x86: Replace fill_processor_name() with cpu_get_name()Simon Glass2014-11-21-15/+24
| * x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass2014-11-21-29/+0
| * x86: Add processor functions to halt and get stack pointerSimon Glass2014-11-21-0/+19
| * x86: Fix a warning with gcc 4.4.4Simon Glass2014-11-21-0/+1
| * x86: Save TSC frequency in the global dataBin Meng2014-11-21-0/+5
| * x86: Add quick TSC calibration via PITBin Meng2014-11-21-0/+159
| * x86: Do TSC MSR calibration only for known/supported CPUsBin Meng2014-11-21-7/+108
| * x86: Do CPU identification in the early phaseBin Meng2014-11-21-47/+398
| * x86: Save the BIST value on resetSimon Glass2014-11-21-4/+13
| * x86: Fix up some missing prototypesSimon Glass2014-11-21-8/+14
| * x86: Use the standard arch_cpu_init() functionSimon Glass2014-11-21-7/+6
| * x86: Use the standard dram_init() functionSimon Glass2014-11-21-9/+6
| * x86: Tidy up global descriptor table setupSimon Glass2014-11-21-3/+16
| * x86: Invalidate TLB as early as possibleSimon Glass2014-11-21-0/+3
| * x86: Remove board_init16() call which is not usedSimon Glass2014-11-21-9/+1
| * x86: Remove REALMODE_BASE which is no longer usedSimon Glass2014-11-21-1/+0
* | x86: use CONFIG_SYS_COREBOOT to descend into coreboot/ directoryMasahiro Yamada2014-11-23-7/+7
* | kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada2014-11-23-0/+2
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-2/+2
|/
* x86: Correct a few progress message nitsSimon Glass2014-10-28-3/+3
* x86: bootm: Support booting a 64-bit raw kernelSimon Glass2014-10-28-2/+8
* x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2014-10-28-48/+63
* x86: Add support for starting 64-bit kernelSimon Glass2014-10-28-1/+165
* x86: Display basic CPU information on bootSimon Glass2014-10-28-0/+71
* x86: Bring in msr-index.h from linux 3.8Simon Glass2014-10-28-2/+106
* x86: Move paging functions into cpu.cSimon Glass2014-10-28-30/+60
* x86: Use correct printf() format string for uintptr_tSimon Glass2014-10-27-1/+2
* Provide option to avoid defining a custom version of uintptr_t.Gabe Black2014-10-27-0/+5
* dm: x86: Convert coreboot serial to use driver modelSimon Glass2014-10-23-12/+2
* dm: x86: dts: Add additional info to the serial port nodeSimon Glass2014-10-23-3/+20
* dm: x86: Add a gpio header for corebootSimon Glass2014-10-23-0/+16
* dm: x86: Support pre-reloc malloc()Simon Glass2014-10-23-0/+7
* dm: x86: Zero global data before board_init_f()Simon Glass2014-10-23-0/+6
* dm: x86: Remove ebp assembler warning in zimage.cSimon Glass2014-10-23-1/+0
* kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada2014-10-23-2/+3
* x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada2014-10-23-6/+5
* x86: Add device tree information for Chrome OS ECSimon Glass2014-10-22-0/+18
* x86: Fix GDT limit in start16.SBin Meng2014-10-22-1/+1
* x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng2014-10-22-2/+2
* x86: Allow cmdline setup in setup_zimage() to be optionalSimon Glass2014-10-22-9/+12
* x86: Rewrite bootm.c to make it similar to ARMSimon Glass2014-10-22-53/+130
* x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass2014-10-22-0/+3