aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada2-53/+10
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk2-2/+2
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk1-22/+1
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren1-7/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk15-242/+15
2013-05-13x86: Add coreboot timestampsSimon Glass1-0/+3
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass1-0/+38
2013-05-13x86: Remove old broken timer implementationSimon Glass2-21/+1
2013-05-13x86: Add TSC timerSimon Glass2-1/+6
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass1-0/+5
2013-05-13x86: Implement panic output for corebootSimon Glass1-0/+10
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass1-0/+2
2013-05-13x86: Remove unused portion of link scriptSimon Glass1-12/+0
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass1-1/+6
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass2-3/+2
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-03-04x86: Rearrange the output input to remove BSSSimon Glass1-7/+12
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass1-0/+2
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass2-13/+9
2013-03-04x86: Add basic cache operationsSimon Glass1-0/+23
2013-03-04x86: Add function to get top of usable ramSimon Glass1-14/+4
2013-02-14x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass2-3/+3
2013-02-14x86: Remove sc520 cpuSimon Glass9-1106/+0
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass1-2/+2
2013-02-01x86: Set up the global data pointer in C instead of asmSimon Glass2-7/+3
2012-12-06x86: drop unused code in coreboot.cStefan Reinauer1-7/+0
2012-12-06x86: Remove coreboot_ from file nameStefan Reinauer2-2/+1
2012-12-06x86: Provide a way to throttle port80 accessesVadim Bendebury1-0/+21
2012-12-06x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury1-0/+31
2012-12-06x86: Issue SMI to finalize Coreboot in final stageDuncan Laurie1-0/+4
2012-12-06x86: Fix MTRR clear to detect which MTRR to useDuncan Laurie1-4/+15
2012-12-06x86: Emit port 80 post codes in show_boot_progress()Stefan Reinauer1-0/+2
2012-12-06x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctlyGabe Black1-0/+23
2012-12-06x86: Add back cold- and warm-boot flagsGabe Black2-1/+12
2012-12-06x86: Override calculate_relocation_address to use the e820 mapGabe Black1-6/+55
2012-12-06x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie1-0/+4
2012-12-06x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer1-0/+18
2012-12-06x86: Add basic cache operationsStefan Reinauer2-72/+34
2012-12-06x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black1-0/+15
2012-12-06x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury3-0/+66
2012-11-30x86: Add a dummy implementation for timer_get_usGabe Black2-1/+18
2012-11-30x86: Add a default implementation for cleanup_before_linux()Gabe Black1-0/+5
2012-11-30x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass1-22/+87
2012-11-30x86: coreboot: Drop sysinfo.cStefan Reinauer3-40/+8
2012-11-28x86: coreboot: Implement recursively scanning PCI bussesGabe Black1-3/+23
2012-11-28x86: coreboot: Tell u-boot about PCI bus 0 when initializingGabe Black1-0/+15
2012-11-28x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer3-0/+119
2012-11-28x86: Allow excluding reset vector code from u-bootGabe Black2-2/+6
2012-11-28x86: Put global data on the stackGraeme Russ2-13/+60