summaryrefslogtreecommitdiffstats
path: root/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-142-2/+2
* SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk2013-08-191-22/+1
* config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren2013-08-021-7/+0
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2415-242/+15
* x86: Add coreboot timestampsSimon Glass2013-05-131-0/+3
* x86: Support adding coreboot timestanps to bootstageSimon Glass2013-05-131-0/+38
* x86: Remove old broken timer implementationSimon Glass2013-05-132-21/+1
* x86: Add TSC timerSimon Glass2013-05-132-1/+6
* x86: Rationalise kernel booting logic and bootstageSimon Glass2013-05-131-0/+5
* x86: Implement panic output for corebootSimon Glass2013-05-131-0/+10
* x86: Declare global_data pointer when it is usedSimon Glass2013-05-131-0/+2
* x86: Remove unused portion of link scriptSimon Glass2013-05-131-12/+0
* x86: Fix DRAM bank size init with generic boardSimon Glass2013-04-151-1/+6
* Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-181-1/+1
|\
| * Refactor linker-generated arraysAlbert ARIBAUD2013-03-121-1/+1
* | x86: Use sections header to obtain link symbolsSimon Glass2013-03-152-3/+2
|/
* x86: Rearrange the output input to remove BSSSimon Glass2013-03-041-7/+12
* x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass2013-03-041-0/+2
* x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2013-03-042-13/+9
* x86: Add basic cache operationsSimon Glass2013-03-041-0/+23
* x86: Add function to get top of usable ramSimon Glass2013-03-041-14/+4
* x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass2013-02-142-3/+3
* x86: Remove sc520 cpuSimon Glass2013-02-149-1106/+0
* x86: Move gd_addr into arch_global_dataSimon Glass2013-02-011-2/+2
* x86: Set up the global data pointer in C instead of asmSimon Glass2013-02-012-7/+3
* x86: drop unused code in coreboot.cStefan Reinauer2012-12-061-7/+0
* x86: Remove coreboot_ from file nameStefan Reinauer2012-12-062-2/+1
* x86: Provide a way to throttle port80 accessesVadim Bendebury2012-12-061-0/+21
* x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury2012-12-061-0/+31
* x86: Issue SMI to finalize Coreboot in final stageDuncan Laurie2012-12-061-0/+4
* x86: Fix MTRR clear to detect which MTRR to useDuncan Laurie2012-12-061-4/+15
* x86: Emit port 80 post codes in show_boot_progress()Stefan Reinauer2012-12-061-0/+2
* x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctlyGabe Black2012-12-061-0/+23
* x86: Add back cold- and warm-boot flagsGabe Black2012-12-062-1/+12
* x86: Override calculate_relocation_address to use the e820 mapGabe Black2012-12-061-6/+55
* x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie2012-12-061-0/+4
* x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer2012-12-061-0/+18
* x86: Add basic cache operationsStefan Reinauer2012-12-062-72/+34
* x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black2012-12-061-0/+15
* x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury2012-12-063-0/+66
* x86: Add a dummy implementation for timer_get_usGabe Black2012-11-302-1/+18
* x86: Add a default implementation for cleanup_before_linux()Gabe Black2012-11-301-0/+5
* x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass2012-11-301-22/+87
* x86: coreboot: Drop sysinfo.cStefan Reinauer2012-11-303-40/+8
* x86: coreboot: Implement recursively scanning PCI bussesGabe Black2012-11-281-3/+23
* x86: coreboot: Tell u-boot about PCI bus 0 when initializingGabe Black2012-11-281-0/+15
* x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer2012-11-283-0/+119
* x86: Allow excluding reset vector code from u-bootGabe Black2012-11-282-2/+6
* x86: Put global data on the stackGraeme Russ2012-11-282-13/+60
* x86: Forward declare gd_tGraeme Russ2012-11-281-1/+1
OpenPOWER on IntegriCloud