summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2011-08-29Add some header files with stub implementations/definitions that vboot needs.Gabe Black
2011-08-29Add a default x86 implementation for cleanup_before_linux.Gabe Black
2011-08-29Add a pointer to the global data structure to point to the device tree.Gabe Black
2011-08-29x86: fix the global variables alignmentVincent Palatin
2011-08-29Add coreboot framebuffer support.Stefan Reinauer
2011-08-29Extra information strings from the coreboot tables.Gabe Black
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-29Force the lib_sysinfo structure to be in the .data section.Gabe Black
2011-08-29Change how reset code is excluded.Gabe Black
2011-08-29Clean up the i386 zimage code in preparation to extend it.Gabe Black
2011-08-29Determine the ram size using the coreboot tables.Gabe Black
2011-08-29Import code from coreboot's libpayload to parse the coreboot table.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-29Tell u-boot about PCI bus 0 when initializing the coreboot "board".Gabe Black
2011-08-29Add some missing includes.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