summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: Reorder x86's post relocation memory layoutGabe Black2012-12-061-3/+4
* x86: Initialise SPI if enabledGabe Black2012-12-063-0/+13
* x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black2012-12-062-0/+229
* x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black2012-12-062-4/+6
* x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie2012-12-061-1/+1
* x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie2012-12-061-0/+4
* x86: Fix indirect jmp warning in zimage.cSimon Glass2012-12-061-3/+3
* x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer2012-12-061-0/+18
* x86: Import MSR/MTRR code from LinuxGraeme Russ2012-12-063-0/+913
* x86: Provide a function to clean up just before booting a zimageStefan Reinauer2012-12-061-0/+11
* x86: Add basic cache operationsStefan Reinauer2012-12-064-72/+155
* x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black2012-12-061-0/+15
* x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury2012-12-062-0/+7
* x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury2012-12-064-0/+117
* x86: Add function to read time stamp counterVadim Bendebury2012-12-062-0/+29
* x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2012-12-061-0/+27
* x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer2012-11-301-1/+1
* x86: Fix typo in pcat_timer.cStefan Reinauer2012-11-301-1/+1
* x86: Include types.h explicitly in the i386 version of io.hGabe Black2012-11-301-0/+2
* 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-302-0/+6
* x86: Add an fdt pointer to the global data structureGabe Black2012-11-301-0/+1
* x86: Allow compiling out realmode/bios codeGabe Black2012-11-303-5/+10
* x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass2012-11-303-29/+188
* 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-282-1/+16
* x86: coreboot: Move non-board specific files to coreboot arch directoryStefan Reinauer2012-11-283-0/+119
* x86: Add some missing includesGabe Black2012-11-282-0/+5
* x86: Allow excluding reset vector code from u-bootGabe Black2012-11-282-2/+6
* x86: Add initial memory barrier macrosSimon Glass2012-11-281-0/+8
* x86: Add ilog2 to bitopsGraeme Russ2012-11-281-0/+5
* x86: Remove duplicate PCI initGraeme Russ2012-11-281-3/+0
* x86: Put global data on the stackGraeme Russ2012-11-287-52/+63
* x86: Forward declare gd_tGraeme Russ2012-11-283-5/+7
* common: Discard the __u_boot_cmd sectionMarek Vasut2012-10-221-4/+0
* common: Add .u_boot_list into all linker filesMarek Vasut2012-10-221-0/+5
* x86: Change global data baudrate to intSimon Glass2012-10-191-1/+1
* serial: Remove CONFIG_SERIAL_MULTI from remaining sourcesMarek Vasut2012-10-151-2/+0
* global_data: unify global flag definesMike Frysinger2012-08-091-13/+1
* net: move bootfile init into eth_initializeMike Frysinger2012-05-153-16/+0
* net: punt bd->bi_ip_addrMike Frysinger2012-05-154-13/+0
* sc520: fix build warning about unused temp varMike Frysinger2012-03-061-3/+2
* x86: Convert board_init_f_r to a processing loopGraeme Russ2012-01-045-125/+206
* x86: Split init functions out of board.cGraeme Russ2012-01-046-221/+438
* x86: Move relocation code out of board.cGraeme Russ2012-01-043-67/+118
* x86: Move setup_pcat_compatibility() out of board.cGraeme Russ2012-01-042-7/+7
* x86: Move do_go_exec() out of board.cGraeme Russ2012-01-043-27/+65
* CHECKPATCH: arch/x86/lib/*Graeme Russ2012-01-042-73/+122
* x86: Tweak IDT and GDT for alignment and readabilityGraeme Russ2012-01-042-13/+46
OpenPOWER on IntegriCloud