summaryrefslogtreecommitdiff
path: root/arch/x86/lib
AgeCommit message (Expand)Author
2012-01-18X86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black
2012-01-17CHROMIUM: x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie
2012-01-13X86: Make calculate_relocation_address an overridable functionGabe Black
2012-01-13X86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black
2012-01-13X86: Make the upper bound on relocated symbols closed instead of openGabe Black
2011-12-15x86: Conditionally load environment based on device treeStefan Reinauer
2011-11-22Add support for specifying an initrd with the zboot commandGabe Black
2011-11-03Clean up MTRR 7 right before jumping to the kernelStefan Reinauer
2011-10-20Import the glibc implementation of x86 memset into u-bootGabe Black
2011-10-13Reorder x86's post relocation memory layoutGabe Black
2011-10-12Add a CBMEM timestamp generated right before the kernel startup.Vadim Bendebury
2011-10-07Fix the inline assembly constraints in boot_zimageGabe Black
2011-10-06Move Starting kernel... message to the function that starts the kernelStefan Reinauer
2011-09-28Track whether u-boot was warm or cold booted, and implement is_processor_resetGabe Black
2011-09-19Fix a stray merge conflict in arch/x86/lib/video.cGabe Black
2011-09-19Add slightly finer grained progress indication on x86Stefan Reinauer
2011-09-12Rearrange initialization sequence to provide early access to environment.Vadim Bendebury
2011-09-07Restore ability to print before relocation.Vadim Bendebury
2011-09-06Fix AHCI driver to operate on Intel controllers.Vadim Bendebury
2011-08-29Fix typo in pcat_timer.cStefan Reinauer
2011-08-29Change printf to puts to avoid a buffer overflowGabe Black
2011-08-29Refactor the zboot underpinnings so they can be reused with a vboot imageGabe Black
2011-08-29Fix device tree corruption problem.Vadim Bendebury
2011-08-29Enable OF_CONTROL for Alex.Vadim Bendebury
2011-08-29Wrap small helper functions from libgcc to avoid an ABI mismatchGabe Black
2011-08-29If the ICH SPI driver is compiled in, initialize it during startupGabe Black
2011-08-29Initialize the device tree pointer to NULL in i386.Gabe Black
2011-08-29x86: fix the global variables alignmentVincent Palatin
2011-08-29Add coreboot framebuffer support.Stefan Reinauer
2011-08-29Allow compiling out realmode/bios code.Gabe Black
2011-08-29Add support for booting Linux using the 32 bit boot protocol.Gabe Black
2011-08-29Add infrastructure to extract an e820 table from the coreboot tables.Gabe Black
2011-08-29Clean up the i386 zimage code in preparation to extend it.Gabe Black
2011-08-29Fix a bug determining the size of memory moved into RAM.Gabe Black
2011-08-29Don't relocate symbols which point to things that aren't relocated.Gabe Black
2011-08-29Fix how the location of the realmode and bios blobs are calculated.Gabe Black
2011-08-29If there's no flash, don't call flash_init from the i386 board init code.Gabe Black
2011-08-24Fix a compiler warning in arch/i386/lib/realmode.c.Gabe Black
2011-04-13x86: Rename i386 to x86Graeme Russ