aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-06x86: Override calculate_relocation_address to use the e820 mapGabe Black2-7/+56
2012-12-06x86: Make calculate_relocation_address an overridable functionGabe Black1-1/+2
2012-12-06x86: Make the upper bound on relocated symbols closed instead of openGabe Black1-1/+1
2012-12-06x86: Reorder x86's post relocation memory layoutGabe Black1-3/+4
2012-12-06x86: Initialise SPI if enabledGabe Black3-0/+13
2012-12-06x86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black2-0/+229
2012-12-06Introduce arch_phys_memset which works like memset but on physical memoryGabe Black4-0/+54
2012-12-06x86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black2-4/+6
2012-12-06x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie1-1/+1
2012-12-06x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie1-0/+4
2012-12-06x86: Enable CONFIG_CMD_ZBOOT for corebootSimon Glass1-0/+3
2012-12-06x86: Fix indirect jmp warning in zimage.cSimon Glass1-3/+3
2012-12-06x86: Clean up MTRR 7 right before jumping to the kernelStefan Reinauer1-0/+18
2012-12-06x86: Import MSR/MTRR code from LinuxGraeme Russ3-0/+913
2012-12-06x86: Provide a function to clean up just before booting a zimageStefan Reinauer1-0/+11
2012-12-06x86: Add basic cache operationsStefan Reinauer4-72/+155
2012-12-06x86: Fill in the dram info using the e820 map on coreboot/x86Gabe Black1-0/+15
2012-12-06x86: Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury2-0/+7
2012-12-06x86: Enable coreboot timestamp facility support in u-boot.Vadim Bendebury4-0/+117
2012-12-06x86: Add function to read time stamp counterVadim Bendebury2-0/+29
2012-12-06x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson1-62/+110
2012-12-06x86: Enable ICH6 GPIO controller for corebootSimon Glass1-0/+4
2012-12-06x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson4-0/+393
2012-12-064xx: Fix PCI memory mapping on CPCI405 boardsMatthias Fuchs4-4/+4
2012-12-05Makefile: Add target for combined spl/u-boot.bin & u-boot.imgStefan Roese1-0/+3
2012-12-05Makefile: Add possibility to set entry-point for u-boot.imgStefan Roese1-1/+10
2012-12-05mpc5200: Add a3m071 board supportStefan Roese7-0/+866
2012-12-05mpc5200: Add SPL supportStefan Roese6-0/+201
2012-12-05env: Enable getenv_f() for SPL_BUILDStefan Roese1-0/+3
2012-12-05SPL: Port SPL framework to powerpcStefan Roese3-0/+62
2012-12-05powerpc: Extract EPAPR_MAGIC constants into processor.hStefan Roese3-7/+6
2012-12-03Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini26-112/+460
2012-11-30x86: Don't spam POST80 codes with slow IO functionsStefan Reinauer1-1/+1
2012-11-30x86: Define CONFIG_SYS_VSNPRINTF for corebootSimon Glass1-0/+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 a minimal device tree for alex x86Gabe Black1-0/+30
2012-11-30x86: Add an fdt pointer to the global data structureGabe Black1-0/+1
2012-11-30x86: video: Add coreboot framebuffer supportStefan Reinauer2-0/+102
2012-11-30x86: Remove coreboot start16 codeSimon Glass2-34/+0
2012-11-30x86: Allow compiling out realmode/bios codeGabe Black4-5/+16
2012-11-30x86: Select stdio devices for corebootSimon Glass1-0/+12
2012-11-30x86: Add console command to display CBMEM console bufferVadim Bendebury1-0/+67
2012-11-30x86: Add CBMEM console driver for corebootVadim Bendebury3-1/+7
2012-11-30x86: coreboot: Decode additional coreboot sysinfo tagsSimon Glass3-29/+188
2012-11-30x86: coreboot: Drop sysinfo.cStefan Reinauer3-40/+8
2012-11-30Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-8/+14
2012-11-30include/linux/byteorder: Always defines __fswab64, __swab64p and __swab64sNobuhiro Iwamatsu1-2/+0