summaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)Author
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-10-29x86: Add support for starting 64-bit kernelSimon Glass
2014-10-29x86: Display basic CPU information on bootSimon Glass
2014-10-29x86: Move paging functions into cpu.cSimon Glass
2014-10-24dm: x86: Support pre-reloc malloc()Simon Glass
2014-10-24dm: x86: Zero global data before board_init_f()Simon Glass
2014-10-22x86: Fix GDT limit in start16.SBin Meng
2014-10-22x86: Fix rom version build with CONFIG_X86_RESET_VECTORBin Meng
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada
2014-06-23x86: Enable 32-bit build using x86_64 multilib toolchainVasili Galka
2014-03-28kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/libMasahiro Yamada
2013-11-01x86: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-08-19SPDX-License-Identifier: convert BSD-3-Clause filesWolfgang Denk
2013-08-02config: don't define CONFIG_ARCH_DEVICE_TREEStephen Warren
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-05-13x86: Add coreboot timestampsSimon Glass
2013-05-13x86: Support adding coreboot timestanps to bootstageSimon Glass
2013-05-13x86: Remove old broken timer implementationSimon Glass
2013-05-13x86: Add TSC timerSimon Glass
2013-05-13x86: Rationalise kernel booting logic and bootstageSimon Glass
2013-05-13x86: Implement panic output for corebootSimon Glass
2013-05-13x86: Declare global_data pointer when it is usedSimon Glass
2013-05-13x86: Remove unused portion of link scriptSimon Glass
2013-04-15x86: Fix DRAM bank size init with generic boardSimon Glass
2013-03-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini
2013-03-15x86: Use sections header to obtain link symbolsSimon Glass
2013-03-12Refactor linker-generated arraysAlbert ARIBAUD
2013-03-04x86: Rearrange the output input to remove BSSSimon Glass
2013-03-04x86: Add an __end symbol to signal the end of the U-Boot binarySimon Glass
2013-03-04x86: Permit bootstage and timer data to be used prior to relocationSimon Glass
2013-03-04x86: Add basic cache operationsSimon Glass
2013-03-04x86: Add function to get top of usable ramSimon Glass
2013-02-15x86: Rename CONFIG_NO_X86_RESET_VECTOR to CONFIG_X86_RESET_VECTORSimon Glass
2013-02-15x86: Remove sc520 cpuSimon Glass
2013-02-01x86: Move gd_addr into arch_global_dataSimon Glass
2013-02-01x86: Set up the global data pointer in C instead of asmSimon Glass
2012-12-06x86: drop unused code in coreboot.cStefan Reinauer
2012-12-06x86: Remove coreboot_ from file nameStefan Reinauer
2012-12-06x86: Provide a way to throttle port80 accessesVadim Bendebury
2012-12-06x86: Provide tick counter and frequency reference for Intel core architectureVadim Bendebury
2012-12-06x86: Issue SMI to finalize Coreboot in final stageDuncan Laurie
2012-12-06x86: Fix MTRR clear to detect which MTRR to useDuncan Laurie
2012-12-06x86: Emit port 80 post codes in show_boot_progress()Stefan Reinauer
2012-12-06x86: coreboot: Set CONFIG_ARCH_DEVICE_TREE correctlyGabe Black
2012-12-06x86: Add back cold- and warm-boot flagsGabe Black
2012-12-06x86: Override calculate_relocation_address to use the e820 mapGabe Black
2012-12-06x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie
2012-12-06x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer
2012-12-06x86: Add basic cache operationsStefan Reinauer