aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-12-06x86: Add function to read time stamp counterVadim Bendebury2-0/+29
2012-12-06x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson1-0/+27
2012-11-30x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer1-1/+1
2012-11-30x86: Fix typo in pcat_timer.cStefan Reinauer1-1/+1
2012-11-30x86: Include types.h explicitly in the i386 version of io.hGabe Black1-0/+2
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 Black2-0/+6
2012-11-30x86: Add an fdt pointer to the global data structureGabe Black1-0/+1
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black3-5/+10
2012-11-30x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass3-29/+188
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 Black2-1/+16
2012-11-28x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer3-0/+119
2012-11-28x86: Add some missing includesGabe Black2-0/+5
2012-11-28x86: Allow excluding reset vector code from u-bootGabe Black2-2/+6
2012-11-28x86: Add initial memory barrier macrosSimon Glass1-0/+8
2012-11-28x86: Add ilog2 to bitopsGraeme Russ1-0/+5
2012-11-28x86: Remove duplicate PCI initGraeme Russ1-3/+0
2012-11-28x86: Put global data on the stackGraeme Russ7-52/+63
2012-11-28x86: Forward declare gd_tGraeme Russ3-5/+7
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-10-19x86: Change global data baudrate to intSimon Glass1-1/+1
2012-10-15serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut1-2/+0
2012-08-09global_data: unify global flag definesMike Frysinger1-13/+1
2012-05-15net: move bootfile init into eth_initializeMike Frysinger3-16/+0
2012-05-15net: punt bd->bi_ip_addrMike Frysinger4-13/+0
2012-03-06sc520: fix build warning about unused temp varMike Frysinger1-3/+2
2012-01-04x86: Convert board_init_f_r to a processing loopGraeme Russ5-125/+206
2012-01-04x86: Split init functions out of board.cGraeme Russ6-221/+438
2012-01-04x86: Move relocation code out of board.cGraeme Russ3-67/+118
2012-01-04x86: Move setup_pcat_compatibility() out of board.cGraeme Russ2-7/+7
2012-01-04x86: Move do_go_exec() out of board.cGraeme Russ3-27/+65
2012-01-04CHECKPATCH: arch/x86/lib/*Graeme Russ2-73/+122
2012-01-04x86: Tweak IDT and GDT for alignment and readabilityGraeme Russ2-13/+46
2012-01-04x86: Allow cache before copy to RAMGraeme Russ1-5/+10
2012-01-04x86: Create weak init_cache() and default enable_caches() functionsGraeme Russ3-3/+17
2012-01-04x86: Set GD_FLG_RELOC after entering in-RAM copy of U-BootGraeme Russ1-2/+2
2012-01-04x86: Use fs for global dataGraeme Russ6-47/+94
2012-01-04x86: Rework relocation calculationsGraeme Russ1-12/+11
2012-01-04x86: Simplify Flash-to-RAM code execution transitionGraeme Russ3-19/+30
2012-01-04x86: Rework Global Descriptor Table loadingGraeme Russ1-29/+53
2012-01-04x86: Remove GDR related magic numbersGraeme Russ3-9/+25
2012-01-04x86: Speed up copy-to-RAM and clear BSS operationsGraeme Russ1-12/+5
2012-01-02x86: Import glibc memcpy implementationGraeme Russ2-1/+62
2011-12-19x86: Add support for specifying an initrd with the zboot commandGabe Black1-4/+19
2011-12-19x86: Refactor the zboot innards so they can be reused with a vboot imageGabe Black3-90/+122
2011-12-19x86: Add infrastructure to extract an e820 table from the coreboot tablesGabe Black1-1/+37
2011-12-19x86: Add support for booting Linux using the 32 bit boot protocolGabe Black3-17/+62