aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-21x86: Emit post codes in startup code for ChromebooksSimon Glass1-0/+32
2014-11-21x86: Add chromebook_link boardSimon Glass1-0/+10
2014-11-21x86: Replace fill_processor_name() with cpu_get_name()Simon Glass2-3/+9
2014-11-21x86: Remove unnecessary find_fdt(), prepare_fdt() functionsSimon Glass1-2/+0
2014-11-21x86: Add processor functions to halt and get stack pointerSimon Glass1-0/+19
2014-11-21x86: Save TSC frequency in the global dataBin Meng1-0/+1
2014-11-21x86: Add quick TSC calibration via PITBin Meng1-0/+3
2014-11-21x86: Do CPU identification in the early phaseBin Meng2-4/+169
2014-11-21x86: Save the BIST value on resetSimon Glass1-0/+1
2014-11-21x86: Fix up some missing prototypesSimon Glass1-0/+9
2014-11-21x86: Use the standard arch_cpu_init() functionSimon Glass1-0/+1
2014-11-21x86: Use the standard dram_init() functionSimon Glass1-2/+2
2014-10-28x86: Move kernel boot function to arch/x86/lib/bootm.cSimon Glass2-3/+17
2014-10-28x86: Add support for starting 64-bit kernelSimon Glass1-0/+26
2014-10-28x86: Display basic CPU information on bootSimon Glass1-0/+7
2014-10-28x86: Bring in msr-index.h from linux 3.8Simon Glass1-2/+106
2014-10-28x86: Move paging functions into cpu.cSimon Glass1-0/+22
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 Glass1-10/+0
2014-10-23dm: x86: Add a gpio header for corebootSimon Glass2-0/+16
2014-10-23kconfig: move CONFIG_USE_PRIVATE_LIBGCC to KconfigMasahiro Yamada1-2/+0
2014-10-23x86: set CONFIG_USE_PRIVATE_LIBGCC to yMasahiro Yamada1-0/+2
2014-10-22x86: Rewrite bootm.c to make it similar to ARMSimon Glass1-0/+12
2014-10-22x86: Enable LMB and RAMDISK_HIGH by defaultSimon Glass1-0/+3
2014-01-24x86: delete unused header filesMasahiro Yamada1-193/+0
2013-11-08cosmetic: remove empty lines at the top of fileMasahiro Yamada1-1/+0
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2-44/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk21-337/+21
2013-06-26x86: Support tracing functionSimon Glass3-3/+4
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass1-0/+7
2013-05-13x86: Re-enable PCAT timer 2 for beepingSimon Glass1-0/+1
2013-05-13x86: Add TSC timerSimon Glass1-0/+2
2013-05-13x86: Implement panic output for corebootSimon Glass1-0/+1
2013-05-13x86: Remove legacy board init codeSimon Glass3-83/+0
2013-05-13x86: Remove unused bios/pci codeSimon Glass1-4/+0
2013-03-15x86: Enable generic boardSimon Glass1-0/+1
2013-03-15x86: Enable generic board supportSimon Glass1-0/+11
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass1-9/+0
2013-03-15Change stub example to use asm-generic/sections.hSimon Glass1-3/+3
2013-03-15Introduce generic link section.h symbol filesSimon Glass1-0/+27
2013-03-04x86: Support relocation of FDT on start-upSimon Glass3-0/+4
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass1-0/+1
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass1-0/+3
2013-02-14x86: Remove unused real mode codeSimon Glass1-36/+0
2013-02-14x86: Remove sc520 cpuSimon Glass3-485/+0
2013-02-08Clean up libfdt.h includesGerald Van Baren1-2/+1
2013-02-07treewide: include libfdt_env.h before fdt.hKim Phillips1-0/+1
2013-02-04x86: Use generic global_dataSimon Glass1-34/+3
2013-02-01x86: Remove reset_status, relocoff from global_dataSimon Glass1-2/+0
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass1-2/+1