summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2011-08-29Allow excluding reset handling code from u-boot.Gabe Black
2011-08-24Add an implementation for a coreboot SOC.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-08-24Fix a compiler warning in arch/i386/lib/realmode.c.Gabe Black
2011-05-19Minor coding style cleanup.Wolfgang Denk
2011-04-30Handle most LDSCRIPT setting centrallyScott Wood
2011-04-13sc520: Move reset to stand-alone fileGraeme Russ
2011-04-13x86: Rename i386 to x86Graeme Russ