summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2012-03-16Remove code that disabled cache in _x86boot_startDuncan Laurie
2012-01-18X86: Implement arch_phys_memset so that it can wipe memory above 4GBGabe Black
2012-01-18X86: Fix some minor bugs in the code that picks a relocation addressGabe Black
2012-01-17CHROMIUM: x86: Fix off-by-one error in do_elf_reloc_fixups()Duncan Laurie
2012-01-13X86: Override calculate_relocation_address to use the e820 mapGabe Black
2012-01-13Declare __text_start and __bss_end which will be used in the next commitGabe Black
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
2012-01-10CHROMIUM: x86: Ignore memory >4GB when parsing Coreboot tablesDuncan Laurie
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-22UPSTREAM: Reduce build timesWolfgang Denk
2011-11-03Clean up MTRR 7 right before jumping to the kernelStefan Reinauer
2011-10-27Use new VBNV section in coreboot tableStefan 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-13Fill in the dram info using the e820 map on coreboot/x86Gabe 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-10-04console: Implement pre-console bufferGraeme Russ
2011-10-03Process all cbmem table references consistently.Vadim Bendebury
2011-09-28Track whether u-boot was warm or cold booted, and implement is_processor_resetGabe Black
2011-09-27Fix global data offset macros which are used in assemblyGabe Black
2011-09-26Enable coreboot timestamp facility support in u-boot.Vadim Bendebury
2011-09-24Refactor hw timer code to accommodate execution tracing.Vadim Bendebury
2011-09-24Retrieve timestamp table information from coreboot table.Vadim Bendebury
2011-09-22Make coreboot / chromeos config more similar to ARM configs.Stefan Reinauer
2011-09-22Add coreboot library sources.Vadim Bendebury
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-19Don't spam POST80 codes with slow IO functionsStefan 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-30Pass correct VDAT address to the vboot wrapper.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-29Fix checking if information about vboot's nv storage was in the cb tablesGabe Black
2011-08-29If the ICH SPI driver is compiled in, initialize it during startupGabe Black
2011-08-29Include types.h explicitly in the i386 version of io.hGabe Black
2011-08-29Add GPIO parsing on coreboot+uboot comboStefan Reinauer
2011-08-29Implement vbnv support.Vadim Bendebury
2011-08-29Initialize the device tree pointer to NULL in i386.Gabe Black
2011-08-29Add a dummy implementation for timer_get_us.Gabe Black