summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2012-01-13X86: Increase the size of the phys_size_t and phys_addr_t typesGabe Black
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-04console: Implement pre-console bufferGraeme Russ
2011-10-03Process all cbmem table references consistently.Vadim Bendebury
2011-09-27Fix global data offset macros which are used in assemblyGabe Black
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-19Don't spam POST80 codes with slow IO functionsStefan Reinauer
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-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-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-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-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-29Clean up the i386 zimage code in preparation to extend it.Gabe Black
2011-08-29Import code from coreboot's libpayload to parse the coreboot table.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-24Remove the prototype for the unused function board_init.Gabe Black
2011-08-24Move the SC520 specific pci.h header into an sc520 directory.Gabe Black
2011-04-13x86: Rename i386 to x86Graeme Russ