aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/cpu
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-28x86: Forward declare gd_tGraeme Russ1-1/+1
2012-10-22common: Discard the __u_boot_cmd sectionMarek Vasut1-4/+0
2012-10-22common: Add .u_boot_list into all linker filesMarek Vasut1-0/+5
2012-03-06sc520: fix build warning about unused temp varMike Frysinger1-3/+2
2012-01-04x86: Tweak IDT and GDT for alignment and readabilityGraeme Russ2-13/+46
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ1-3/+15
2012-01-04x86: Use fs for global dataGraeme Russ2-23/+38
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ1-16/+6
2012-01-04x86: Rework Global Descriptor Table loadingGraeme Russ1-29/+53
2012-01-04x86: Remove GDR related magic numbersGraeme Russ2-5/+6
2011-12-19x86: Add infrastructure to extract an e820 table from the coreboot tablesGabe Black1-1/+37
2011-12-19x86: Import code from coreboot's libpayload to parse the coreboot tableGabe Black4-0/+279
2011-12-19x86: Initial commit for running as a coreboot payloadGabe Black4-0/+148
2011-11-29x86: Fix a few recently added bugsGabe Black1-0/+1
2011-11-29x86: Misc cleanupsGraeme Russ1-2/+3
2011-11-29x86: Misc PCI touchupsGraeme Russ1-3/+1
2011-11-29x86: Ensure IDT and GDT remain 16-byte aligned post relocationGraeme Russ1-1/+1
2011-11-29x86: Add multiboot headerGraeme Russ1-0/+20
2011-11-29sc520: Create arch asm-offsetsGraeme Russ3-2/+49
2011-11-29x86: Punt cold- and warm-boot flagsGraeme Russ2-5/+0
2011-11-29cosmetic: checkpatch cleanup of arch/x86/cpu/sc520/*.cGraeme Russ5-87/+39
2011-11-29cosmetic: checkpatch cleanup of arch/x86/cpu/*.cGraeme Russ2-23/+30
2011-11-29x86: Call hang() on unrecoverable exceptionGraeme Russ1-10/+10
2011-11-02x86: Rename include/asm/ic to include/asm/arch-sc520Graeme Russ7-9/+9
2011-11-02x86: turn off cache: set control register properlyOndrej Kupka1-1/+1
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD14-15/+15
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-05-19Minor coding style cleanup.Wolfgang Denk1-1/+0
2011-04-13sc520: Move reset to stand-alone fileGraeme Russ3-10/+41
2011-04-13x86: Rename i386 to x86Graeme Russ15-0/+2374